@media screen and (max-width:1210px) {

    .main-header {}

    .container {
        width: 320px;
        max-width: 320px;
        margin: 0 auto;
        padding: 0 10px;
    }

    .main-header .container {}

    .logo img {
        width: 55px;
        display: block;
    }

    .nav-wrap {
        display: none;
    }

    


    .header-btn {
       display:none;
    }
    
    .header-btn-mob {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}
    
    .mob-menu{display:block}
    
    /*моб-меню*/
    .burger-checkbox {
  position: absolute;
  visibility: hidden;
}
.burger {
  position: relative;
  z-index: 1;
  cursor: pointer;
  display: block;
  position: relative;
  border: none;
  background: transparent;
  width: 40px;
  height: 26px;
}
.burger::before,
.burger::after {
  content: '';
  left: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 10px;
  background: #000;
}
.burger::before {
  top: 0;
  box-shadow: 0 11px 0 #000;
  transition: box-shadow .3s .15s, top .3s .15s, transform .3s;
}
.burger::after {
  bottom: 0;
  transition: bottom .3s .15s, transform .3s;
}
.burger-checkbox:checked + .burger::before {
  top: 11px;
  transform: rotate(45deg);
  box-shadow: 0 6px 0 rgba(0,0,0,0);
  transition: box-shadow .15s, top .3s, transform .3s .15s;
}
.burger-checkbox:checked + .burger::after {
  bottom: 11px;
  transform: rotate(-45deg);
  transition: bottom .3s, transform .3s .15s;
}
.menu-list {
    top: 93px;
    position: absolute;
    display: grid;
    gap: 12px;
    padding: 30px 0;
    margin: 0;
    background: #fff;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    list-style-type: none;
    transform: translateX(100%);
    transition: .3s;
    width: 303px;
    z-index: 100;
}
    
.menu-item {
  display: block;
  padding: 8px;
 color: #232323;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}
.menu-item:hover {
  background: rgba(255,255,255,.2)
}
.burger-checkbox:checked ~ .menu-list {
  transform: translateX(-86%);
}



    /**/

    .content .container {
        position: relative;
    }

    /**/

    .header {
        padding: 185px 20px 50px;
        background-size: cover;
        border-radius: 20px;
        margin: 30px 0 45px;
    }

    .header-ttl {
        font-size: 30px;
        line-height: 30px;
    }

    .header-subttl {
        font-size: 16px;
        line-height: 20px;
    }

    /**/

    .side-block {
        width: 100%;
        position: relative;
        top: 0;
        right: 0;
        background: none;
        margin: 40px 0 50px;
    }

    .side-links-wrap {
        margin-bottom: 30px;
    }

    /**/

    .top-inform {
        width: 100%;
        margin: 0 0 30px;
    }

    .top-txt-wrap {}


    .top-btns-wrap {
        width: 100%;
    }

    .top-btn {
        width: 100% !important;
        height: 50px;
        padding: 14px;
        font-size: 14px;
        margin-bottom: 10px;
    }

    /**/

    .title {
        font-size: 27px;
        line-height: 35px;
        margin-bottom: 25px !important;
    }

    .all-numbers-block {
        width: 100%;
        margin-bottom: 30px;
    }

    .num {
        padding: 0 0 14px;
        margin-bottom: 10px;
    }

    .num-txt {
        font-size: 14px;
        line-height: 18px;
    }

    .num-link {
        font-size: 10px;
        line-height: 16px;
        padding-right: 16px;
        background-size: 10px;
    }

    /**/

    .contacts-block {
        width: 100%;
        margin-bottom: 30px;
    }

    .cont-flex-wrap br {
        display: none;
    }

    .cont-item {
        font-size: 11px;
        line-height: 16px;
        margin-bottom: 15px;
        width: 100%;
    }

    .cont-item4 {
        margin-bottom: 15px;
    }

    .cont-item strong {
        font-size: 15px;
    }

    /**/

    .big-form {
        width: 320px;
        padding-bottom: 45px;
    }

    .big-form .container {
        width: 100%;
        padding: 20px;
    }

    .form-ttl {
        text-align: center;
    }

    .form-txt {
        text-align: center;
        margin-bottom: 25px;
    }

    .form {
        width: 100%;
    }


    .form-btn {
        width: 100%;
    }

    /**/

    .footer {
        padding: 30px 0 40px;
    }


    .footer-center-link,
    .footer-right-link {
        font-size: 10px;
        line-height: 12px;
        margin-bottom: 3px;
    }

    .footer-logo-txt {
        width: 100%;
        margin-bottom: 30px;
    }

    .footer-center-part {
        width: 45%;
    }

    .footer-center-link:hover,
    .footer-right-link:hover {
        opacity: 0.5;
        text-decoration: underline;
    }

    .footer-right-part {
        width: 45%;
    }

    /*колонка*/

    .vypusk-block {
        width: 100%;
        padding: 10px 20px 10px 60px;
        background-size: 25px;
        background-position: 20px 13px;
        margin: -10px 0 25px;
    }

    .vypusk-ttl {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 15px;
    }
    
    .top-inform-vypusk .title, .sluchay-block .title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 17px!important;
}
    
    .top-inform-vypusk {
    padding-bottom: 30px;
}
    
    .top-inform-vypusk::after, .cases-wrap::after{width:100%;}
    
    .cases-wrap {
    padding-bottom: 25px;
    margin-bottom: 25px;
}
    
    .case-ttl {
    font-size: 12px;
    line-height: 15px;
    }
    
    .case-ttl strong {
    margin-top: 6px;
    margin-bottom: 15px;
}
    
    .case-ttl a.a-btn {
    display: block;
    width: 110px;
    height: 30px;
    padding-top: 6px;
    padding-left: 40px;
    font-size: 14px;
    line-height: 15px;
    background-position: 12px 6px;
}
    
    .sluchay-block {
    margin-bottom: 50px;
}
    
    /*комитет*/
    
    .komitet-block {
    margin-top: 30px;
    margin-bottom: 50px;
}
    
    .komitet-block .title {
    font-size: 19px;
    line-height: 25px;
    }
    
    .author-block {
    padding: 329px 10px 10px;
    margin-bottom: 30px;
    background-size: 250px!important;
    background-position: center top!important;
}
    
    /*редакционная политика*/
    
    .top-inform-redak{
        margin: -20px 0 30px;
    }
    
    .top-inform-redak .title {
    font-size: 20px;
    line-height: 25px;
    }
    
    .top-txt-ttl {
    font-size: 18px;
    line-height: 22px;
    }
    
    .top-inform-redak .top-txt-wrap {
    margin-bottom: 20px;
}
    
    .author-subttl br{display: none;}
    
    .author-ttl,
    .author-subttl{margin-bottom: 15px;        background: #fff;
        padding-top: 15px;}



}




/*адаптация*/

@media screen and (max-width:1210px) {

/*меню*/
.nav-wrap {
        display: none!important;
    }




    .header-btn {
        display: none!important;
    }

    .header-btn-mob {
        display: block;
        margin: 0 auto;
        margin-top: 20px;
    }

    .mob-menu {
        display: block
    }

    /*моб-меню*/
    .burger-checkbox {
        position: absolute;
        visibility: hidden;
    }

    .burger {
        position: relative;
        z-index: 1;
        cursor: pointer;
        display: block;
        position: relative;
        border: none;
        background: transparent;
        width: 40px;
        height: 26px;
    }

    .burger::before,
    .burger::after {
        content: '';
        left: 0;
        position: absolute;
        display: block;
        width: 100%;
        height: 4px;
        border-radius: 10px;
        background: #000;
    }

    .burger::before {
        top: 0;
        box-shadow: 0 11px 0 #000;
        transition: box-shadow .3s .15s, top .3s .15s, transform .3s;
    }

    .burger::after {
        bottom: 0;
        transition: bottom .3s .15s, transform .3s;
    }

    .burger-checkbox:checked + .burger::before {
        top: 11px;
        transform: rotate(45deg);
        box-shadow: 0 6px 0 rgba(0, 0, 0, 0);
        transition: box-shadow .15s, top .3s, transform .3s .15s;
    }

    .burger-checkbox:checked + .burger::after {
        bottom: 11px;
        transform: rotate(-45deg);
        transition: bottom .3s, transform .3s .15s;
    }


    .burger-checkbox:checked ~ .menu-list {
        transform: translateX(-86%);
    }

    /*раскрывающаяся часть*/

.menu-list {
        top: 93px;
        position: absolute;
        display: grid;
        gap: 12px;
        padding: 30px 0;
        margin: 0;
        background: #fff;
        box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
        -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
        list-style-type: none;
        transform: translateX(100%);
        transition: .3s;
        width: 303px;
        z-index: 100;
    }

    .menu-item {
        display: block;
        padding: 8px;
        color: #232323!important;
        font-size: 18px;
        text-align: left;
        text-decoration: none;
    }

    .menu-item-115 {
     width: 100%;
     background-position: 95% center;
    }

 .menu-item a{
        color: #232323!important;

}

   .menu-item-115 .menu-item{
        width: 100%;
        background: url(../img/nav-link-arrow.svg)no-repeat right center;
        margin: 0 auto!important;
        display:block;
    }

    .sub-menu {
        display: none;
padding:0!important;
padding-top: 20px;
    }

    .sub-menu li a {
        font-size: 14px;
        text-align: left;
        color: #232323;
        
    }

    .sub-menu .menu-item{
background: none;
color: #232323;
    font-size: 14px;
}

    .sub-menu li a:hover {
        opacity: 0.5;
    }

    .menu-item:hover > .sub-menu {
        display: block!important;
    }

    .menu-item:hover {
        background: rgba(255, 255, 255, .2)
    }



/*форма*/

.big-form {
        width: 320px;
        padding-bottom: 45px;
    }

    .big-form .container {
        width: 100%;
        padding: 20px;
    }

    .form-ttl {
        text-align: center;
    }

    .form-txt {
        text-align: center;
        margin-bottom: 25px;
    }

    form {
        width: 100%;
    }


   .big-form form input.wpcf7-submit{
        width: 100%;
    }


.form-txt br{display:none;}

   
    .kont-blue-block {
  padding: 20px;
  margin-bottom: 60px;
}
    
    .kont-blue-block-links {
  width: 100%;
  height: 50px;
  position: relative;
  left: auto;
  right: 0;
  top: 0;
  transform: none;
        margin-top: 25px;
}
    
    .kont-blue-block-ttl {
  font-size: 22px;
  text-align: center;
}
    
    .kont-blue-block-subttl {
  font-size: 14px;
  text-align: center;
}
    
    .kont-blue-block-subttl br{display: none;}



    .side-block img{margin:0 auto 35px;}


}



