/* h1{font-size: 1.45em; font-weight: normal;  margin:0;padding:0px; margin-bottom: 20px; padding-bottom: 10px;}

h2,h3,h4{ margin:0;padding:0px;font-size:1.15em; margin-bottom:10px; font-weight:normal;} */

.wrap_photo_inner {text-align: center;}
.wrap_photo_inner span {font-size: 0.8rem;font-style: italic;display: block;margin-top: 5px;}

.radio-button-container{
flex: 0 0 40%;
    height: 50px;
}
.radio-button{
height: inherit;
width: inherit;
}

.banners-flex{
display: flex;
gap: 20px;
justify-content: space-between;
}

.banners-flex>div{
flex: 0 0 30%;
display: flex;
align-items: center;
justify-content: center;
}


.wrap-news-week .news-week {
    padding-bottom: 20px;

    display: flex;
    flex-direction: column;
}

.wrap-news-week .news-week .all-text-news.padding {
    float: left;
    padding-left: 0px;
    width: 100% !important;
    padding-top: 15px;
    width: 100%;
}

.wrap-news-week{

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.wrap-news-week .news-week .img {
    float: left;
    width: 320px;
    margin-right: 0px;
    position: relative;
}

.wrap-news-week .news-week .img {
    float: left;
    width: 100%;
    margin-right: 0px !important;
    position: relative;
}


@media (max-width: 776px) {
    .wrap-news-week {
        grid-template-columns: repeat(2, 1fr);
    }
}


.main-news-block.first-big-block-max{
  height:45%;
}

.left.left-main-block-max{
  height: 100%;
}

.right.right-main-block-max{
  flex-direction: column;
  display: flex;
  height: 100%;
  gap: 10px;
}

.news.news-1.news-edit-max-1{
  height:50%;
  margin-bottom: 0px !important;
}

.news.news-2.news-edit-max-2{
  height:50%;
}

.image.image-edit-max{
  height:100%;
}

img.preview_picture.image-edit-max {
    width: 100%;
}

.prewiew_picture.image-edit-max{
  height:100% !important;
  width:100%;
}

img.preview_picture.image-edit-max {
    height: 100%;
}

.main-news-block.first-big-block-max{
display: flex;
    gap: 10px;
}

.left.left-main-block-max{
width:70%;
padding:0 !important;
}

.right.right-main-block-max{
width:30%;
margin:0 !important;
}

.news.news-1.news-edit-max-1{
max-width:100%;
}

.news.news-2.news-edit-max-2{
max-width:100%;
}

.media-image-fix{
paddig:0 !important;
margin:0 !important;
}

@media(max-width: 767px){

.main-news-block.first-big-block-max{
height: 70%;
    display: flex;
    flex-direction: column;
}

.left.left-main-block-max{
width: 100%;
}

.right.right-main-block-max{
display: flex;
flex-direction: row;
width: 100%;
}

.news.news-1.news-edit-max-1{
height:100%;
}

.news.news-2.news-edit-max-2{
height:100%;
}

}

@media(max-width: 557px){

.main-news-block.first-big-block-max{
height: 50%;
}

}

.image-max-edit-same-size {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 180px;
}

.image-max-edit-same-size img {
    width: 100%;
    height: 100%;
	object-fit: cover;
    object-position: center;
}

.left-banner-news-list{
display: flex;
flex-direction: column;
gap: 5px;
justify-content: center;
align-items: center;
}

.slick-track{
    display:flex;
    align-items:center;
}