﻿.accordion-menu{
  height: auto!important;
}

.pobeda_banner{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
  margin-bottom: 35px;
}
.pobeda_banner_img{
  flex: 1;
  width: 100%;
  max-width: 320px;
  min-width: 320px;
  height: auto;
}
.pobeda_banner_text{
  flex: 2;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.pobeda_banner_text h2{
  margin-bottom: 30px;
}
.pobeda_banner_text p{
  margin-bottom: 15px;
}
.pobeda_banner_btn{
  width: 100%;
  max-width: 210px;
  padding: 10px 15px;
  background-color: #fff;
  border: 2px solid #BD1826;
  border-radius: 2px;
  color: #BD1826;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pobeda_banner_btn:hover{
  background-color: #BD1826;
  color: #fff;
  transition: all 0.3s ease;
}