.inline-t{
    display: inline-block;
    vertical-align: top;
}

.inline-m{
    display: inline-block;
    vertical-align: middle;
}

.inline-b{
    display: inline-block;
    vertical-align: bottom;
}

        /*aquestion*/

.aquestion {
    font-size: 0;
    min-height: 100px;
    width: 88%;
    background-color: #f6d9d5;
    border: 2px solid #959593;
    margin: -10px 80px;
    margin-top: 10px;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    border-radius: 30px;
}
.aquestion::before {
    content: '';
    position: absolute;
    display: block;
    left: -25px;
    bottom: -6px;
    height: 100%;
    width: 50px;
    background-image: url(/images/tail-left.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
}
.answer {
    font-size: 0;
    min-height: 100px;
    width: 88%;
    background-color: #f8dbd7;
    border: 2px solid #959593;
    margin: -15px -20px;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    border-radius: 30px;
    margin-top: 10px;
}
.answer::before {
    content: '';
    position: absolute;
    display: block;
    right: -25px;
    bottom: -6px;
    height: 100%;
    width: 50px;
    background-image: url(/images/tail-right.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
}
.face {
    width: 20%;
    min-height: 90px;
    left: 20px;
    font-size: 0;
    display: inline-block;
    background-image: url(/images/icon_user.svg);
    background-repeat: no-repeat;
    background-position: inline;
    background-size: contain;
}

.face-admin {
    width: 20%;
    min-height: 92px;
    right: -380px;
    background-image: url(/images/icon_admin.svg);
    background-size: contain;
    position: relative;
}

.message {
    font-size: 14px;
    margin-bottom: 50px;
}

.message-admin {
    font-size: 14px;
    margin-bottom: 50px;
}

.name {
    display: inline-block;
    width: 50%;
    font-size: 14px;
}

.date {
    display: inline-block;
    width: 50%;
    font-size: 0;
    font-size: 14px;
}

        /*end aquestion*/

.container{
    width: 996px;
    margin: 0 auto;
    font-size: 0;
    padding: 0;
}
.container{padding-bottom: 60px;}

.opacity{
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.7);
    position: fixed;
    top: 0;
}


.container .block{
    width: 100%;
    position: relative;
    box-shadow: 8px 8px 16px -8px #000;
    border-radius: 10px;
}

.container .block_for_menu{
    width: 100%;
    text-align: center;
    background-color: #abd243;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    box-sizing: border-box;
    padding: 5px;
}

.container .block_for_menu .block_for_border{
    width: 100%;
    border-radius: 10px;
    border: 1px dashed #fff;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.container .block_for_menu .block_for_border ul{
    padding: 0;
    margin: 0;
}

.container .block_for_menu .block_for_border .map_sites{
    display: inline-flex;
    justify-content: center;
    width: 15%;
    align-items: center;
}

.container .block_for_menu .block_for_border ul{
    display:  inline-flex;
    justify-content: center;
}

.container .block_for_menu .block_for_border ul li{
    list-style: none;
    border-right: 1px solid #fff;
    padding: 35px 0;
    display: inline-flex;
    height: 30px;
    align-items: center;
    box-sizing: border-box;
    /* min-width: 13%; */
    position:relative;
}

.container .block_for_menu .block_for_border ul li ul{

    position: absolute;
    left: 0px;
    padding: 0px;
    vertical-align: top;
    font-size: 0px;
    background-color: #abd243;
    top: 92%;
    display:none;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    z-index: 12;
}

.container .block_for_menu .block_for_border ul li ul li{

    border: medium none;
    padding: 5px 30px;
    box-sizing: border-box;
    height: 100%;
    width: auto;
    vertical-align: bottom;
    display: block;
    text-align:left;
    border-bottom: 1px dashed white;
}

.container .block_for_menu .block_for_border ul li ul li a{

    margin:0;
}


.container .block_for_menu .block_for_border ul li:hover ul{

    display:block;
}

.container .block_for_menu .block_for_border ul li.no{border: none;}

.container .block_for_menu .block_for_border ul li a,
.container .block_for_menu .block_for_border .map_sites a{
    margin: 0 7px;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
}

.container .block_for_menu .block_for_border ul li a:hover,
.container .block_for_menu .block_for_border .map_sites a:hover{
    color:  rgb(237, 31, 39);
}

.container .block_for_center{
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    position:relative;
}

.container .block_for_center  h1{
    font-size: 48px;
    font-family: "Roboto";
    color: rgb(102, 153, 0);
    font-weight: bold;
    line-height: 1.2;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    box-sizing: border-box;
}

.container .block_for_center .osnova{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
}

.container .block_for_center .osnova .for_unit .unit .text a,
.container .block_for_center .for_unit .unit .text a,
.container .block_for_center .for_unit .unit.group a,
.container .block_for_center .for_unit .unit.group a label.text,
.container .block_for_center .for_unit .vopros a{
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.2;
    text-decoration:none;
    display:block;
    padding: 10px 0;
    flex-grow: 1;
}

.container .block_for_center .for_unit .unit.group a {
    display: block;
}

.container .block_for_center .for_unit .unit.group a label.text.korpus{
    display:block;
}

.container .block_for_center .for_unit .unit .text{
    width: calc(100% - 50px);
    z-index: 10;
    position: relative;
}

.container .block_for_center .for_unit .unit.sovet .text,
.container .block_for_center .for_unit .unit.group .text,
.container .block_for_center .for_unit .unit.list .text{
    width: 90%;
    padding: 10px 0;
    text-align: left;
    margin: 0 auto;
}

.container .block_for_center .for_unit .unit.search .block_search{
    width: 100%;
    position: relative;
    display: block;
    z-index: 10;
}

.container .block_for_center .for_unit .unit.search input[type="text"]{
    width: 70%;
    margin: 0 auto;
    border: none;
    padding: 5px;
}

.container .block_for_center .for_unit .unit.search .btn_search{
    position: absolute;
    top: -2px;
    right: 7px;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/button_search.svg);
    border-radius:50%;
    border:none;
    background-color:transparent;
}

.container .block_for_center .image{
    border: 1px solid #fae8d4;
    width: calc(60% - 20px);
    padding: 200px 0;
    box-sizing: border-box;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/central_photo.jpg);

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.container .block_for_center .info{
    width:  calc(85% - 20px);
    margin-top: 10px;
    box-sizing: border-box;
    position: relative;
    background-size: 20%;
    background-repeat: repeat;
    background-position: center;
    background-image: url(../images/background.jpg);
}

.container .block_for_center .info .opacity{
    top: 0;
    left: 0;
    position: absolute;
}

.container .block_for_center .info .border{
    border: 1px dashed #f39dce;
    width: 93%;
    margin: 5px auto;
    border-radius: 10px;
    padding: 20px;
    position: relative;
}

.container .block_for_center .banners .border{
    border: 1px dashed #f39dce;
    width: 93%;
    margin: 5px auto;
    border-radius: 10px;
    padding: 20px;
    position: relative;
}

.container .block_for_center .info .photo{
    width: 20%;
    height: 200px;
    /* background-color: #eb781d; */
    position: relative;
    z-index: 10;
    background: url('../images/bird.jpg') no-repeat;
    background-size: cover;
}

.container .block_for_center .info .text{
    width: 100%;
    padding-left: 30px;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "Roboto Condensed";
    color: rgb(91, 135, 3);
    line-height: 1.2;
    position: relative;
    box-sizing: border-box;
}

.container .block_for_center .for_unit .unit.group a label.text{
    display: block;
    cursor: pointer;
    padding-left: 25px;
}

.img_strelka{
    position: absolute;
    top: 23px;
    left: 0;
    width: 25px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-image: url(../images/treug.svg);
}

.img_strelka.two{top: 80px;}

.block_group{
    width: 100%;
    position: relative;
}

.hidden, .seredina_one, .seredina_two{display: none;}

.seredina_one, .seredina_two{
    position: absolute;
    left: 5px;
    z-index: 30;
    background: rgba(237,116,30,1);
    background: -moz-linear-gradient(top, rgba(237,116,30,1) 0%, rgba(248,168,62,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,116,30,1)), color-stop(100%, rgba(248,168,62,1)));
    background: -webkit-linear-gradient(top, rgba(237,116,30,1) 0%, rgba(248,168,62,1) 100%);
    background: -o-linear-gradient(top, rgba(237,116,30,1) 0%, rgba(248,168,62,1) 100%);
    background: -ms-linear-gradient(top, rgba(237,116,30,1) 0%, rgba(248,168,62,1) 100%);
    background: linear-gradient(to bottom, rgba(237,116,30,1) 0%, rgba(248,168,62,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed741e', endColorstr='#f8a83e', GradientType=0 );
    width: 95%;
}

.seredina_one{top: 50%; z-index: 100;}

.seredina_two{top: 100%;}

.hidden[id="korpus_one"]:checked~.seredina_one,
.hidden[id="korpus_two"]:checked~.seredina_two{display: block;}

.hidden[id="korpus_one"]:checked~.img_strelka.one,
.hidden[id="korpus_two"]:checked~.img_strelka.two{
    background-image: url(../images/treug_2.svg);
}

.container .block_for_center .content .forma{
    width: 100%;
}

.container .block_for_center .content .forma .title{
    width: 100%;
    text-align: center;
    color: #a79d9c;
    font-size: 16px;
    font-family:  "Roboto";
    padding-bottom: 15px;
    font-weight: bold;
}

.container .block_for_center .content .forma input[type="text"].phone{
    margin-top: 30px;
}

.container .block_for_center .content .forma .allBlock div > label >  span{
    font-size: 16px; 
}

.container .block_for_center .content .forma input[type="text"],
.container .block_for_center .content .forma textarea{
    color: #a79d9c;
    font-size: 14px;
    font-family:  "Roboto";
    width: 300px;
    padding: 10px 15px;
    box-sizing: border-box;
    margin: 5px auto;
    border: 1px solid #fce7d4;
    text-overflow: ellipsis;
    display: block;
}

.container .block_for_center .content .forma input[name="question[to]"]{
    margin-top: 30px;
}

.container .block_for_center .content .forma textarea{
    resize: none;
    height: 200px;
    width: 300px;
    margin: 5px auto;
}

.container .block_for_center .content .banners{
    width: 100%;
    height:auto;
    display:flex;
}

.container .block_for_center .content .banners a{ 
    font-family:Roboto Regular;
    font-size: 14px;
    text-decoration:none;
    width: 210px;
    /* height:130px; */
    vertical-align:text-bottom;
    text-align:center;
    /* display:inline-table; */
    color: black;
}

/* .container .block_for_center .content .banners a span{ */
/*     display:table-cell; */
/*     vertical-align:middle; */
/*     padding-top:80px; */
/* } */

.container .block_for_center .content .banners span{
    vertical-align:top;
    font-family:Roboto Regular;
    font-size: 11px;
    text-decoration:none;
    color: black;
}

.container .block_for_center .content .banners p { margin: 0; }

.banners-block-title {

    width: 100%;
    margin: 10px 0;
    display: block;
    padding: 10px;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "Roboto";
    font-weight: bold;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    box-sizing: border-box;
    border-radius: 10px;
    background: rgba(237, 116, 30, 1);
    background: linear-gradient(to bottom, rgba(237, 116, 30, 1) 0%, rgba(248, 168, 62, 1) 100%);

}

.container .block_for_center .content .banners .banner_sevsk{
    background: url('../images/pic_1.png') no-repeat;
    background-size:65px auto;
    background-position: 50% 10%;
}
.container .block_for_center .content .banners .banner_min_arh{
    background: url('../images/pic_2.png') no-repeat;
    background-size:65px auto;
    background-position: 50% 10%;
}
.container .block_for_center .content .banners .banner_min_rf{
    background: url('../images/pic_3.png') no-repeat;
    background-size:65px auto;
    background-position: 50% 10%;
}
.container .block_for_center .content .banners .banner_deti{
    background: url('../images/pic_4.png') no-repeat;
    background-size:65px auto;
    background-position: 50% 10%;
}
.container .block_for_center .content .banners .banner_gos29{
    background: url('../images/pic_5.png') no-repeat;
    background-size:65px auto;
    background-position: 50% 10%;
}
.container .block_for_center .content .banners .banner_gos{
    background: url('../images/pic_6.png') no-repeat;
    background-size:65px auto;
    background-position: 50% 10%;
}
.container .block_for_center .content .banners .banner_dsad{
    background: url('../images/pic_11.jpg') no-repeat;
    background-size: 100%;
    background-position: 50% 10%;
    width: 49%;
    height: 230px;
    padding-top: 10px;
}
.container .block_for_center .content .banners .banner_goschool{
    background: url('../images/pic_12.jpg') no-repeat;
    background-size: 100%;
    background-position: 50% 10%;
    width: 49%;
    height:230px;
    padding-top: 10px;
}
.container .block_for_center .content .banners .banner_vibori{
    background: url('../images/pic_9.jpg') no-repeat;
    background-size: 90%;
    background-position: 50% 10%;
    width: 49%;
    height: 460px;
}

.container .block_for_center .content .banners .banner_school{
    background: url('../images/pic_10.jpg') no-repeat;
    background-size: 90%;
    background-position: 50% 10%;
    width: 49%;
    height: 420px;
}

.container .block_for_center .content .menu-block{
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.container .block_for_center .content .menu-block .unit{
    width: 215px;
    display: inline-block;
}

.container .block_for_center .question-answer{
    margin: 0 auto;
}

.container .block_for_center .news-page.title {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: bold;
}

.container .block_for_center .news{
    margin-top: 10px;
    width: 100%;
}

.container .block_for_center .news .border {
    border: 1px dashed #f39dce;
    width: 93%;
    margin: 5px auto;
    border-radius: 10px;
    padding: 40px 20px;
    display: flex;
    flex-direction: horizontal;
}

.container .block_for_center .news .news-picture {
    min-width: 110px;
    height: 90px;
    background: url('../images/dove_news.jpg') no-repeat;
    background-size: 55%;
    background-position: center;
}

.container .block_for_center .news .news-content {
    font-family: "Roboto";
}

.container .block_for_center .news .title {
    font-size: 18px;
    font-weight: bold;
}

.container .block_for_center .news a {
    display: inline-block;
    text-decoration: none;
    color: #5b8703;
    margin-top: 40px;
}

.container .block_for_center .news a:hover {
    text-decoration: underline;
}

.container .block_for_center .path ul{
    padding: 0px;
}

.container .block_for_center .path li{
    display:inline-block;
}

.container .block_for_center .path li::before{
    content:"/";
}

.container .block_for_center .path a{
    text-decoration:none;
    color:#ab3030;
}

.container .block_for_center .title{
    font-size: 20px;
    margin: 0 auto;
}

.container .block_for_center .content .forma ::-webkit-input-placeholder {color:#a79d9c;}
.container .block_for_center .content .forma ::-moz-placeholder          {color:#a79d9c;}/* Firefox 19+ */
.container .block_for_center .content .forma :-moz-placeholder           {color:#a79d9c;}/* Firefox 18- */
.container .block_for_center .content .forma :-ms-input-placeholder      {color:#a79d9c;}

.container .block_for_center .content .forma .allBlock .btn_zadat_vopros{
    width: 300px;
    box-sizing: border-box;
    border-radius: 10px;
    background: rgba(237,116,30,1);
    background: -moz-linear-gradient(top, rgba(237,116,30,1) 0%, rgba(248,168,62,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,116,30,1)), color-stop(100%, rgba(248,168,62,1)));
    background: -webkit-linear-gradient(top, rgba(237,116,30,1) 0%, rgba(248,168,62,1) 100%);
    background: -o-linear-gradient(top, rgba(237,116,30,1) 0%, rgba(248,168,62,1) 100%);
    background: -ms-linear-gradient(top, rgba(237,116,30,1) 0%, rgba(248,168,62,1) 100%);
    background: linear-gradient(to bottom, rgba(237,116,30,1) 0%, rgba(248,168,62,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed741e', endColorstr='#f8a83e', GradientType=0 );
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.2;
    position: relative;
    padding: 10px 25px;
    margin: 10px auto;
    text-align: center;
    z-index: 10;
    cursor: pointer;
}

.container .block_for_center .content .forma .allBlock .btn_zadat_vopros .border{
    position: absolute;
    top: 10%;
    left: 2%;
    border: 1px dashed #fff;
    width: 95%;
    height: 74%;
    border-radius: 10px;
    text-decoration: none;
    z-index: 0;
}

.container .block_for_center .content .forma .allBlock .btn_zadat_vopros .send{

    background-color: transparent;
    border: none;
    color: white;
    font-weight: bold;
    z-index:1;
    position:relative;
    width:100%;
    height:100%;
}

.container .block_for_center .content .forma


.font-size,
.themes,
.dopoln {
    display: none;
}
