/* стиль главного блока section*/
/*
#main_header h1{
	font-size: 30px;
}

#main_header h2{
	text-align: left;
}

*/
#main_section h2{
	font-size: 25px;
}
#main_section p {
	text-align: left;
	font-size: 17px; /*20зpx*/
}


#main_section  #history_section {
	background: rgba(255,255,255,0.65);
	padding: 25px 20px 25px 35px;
}



		main #main_section{
			/*display: inline-flex;*/
			text-align: center;
			float: left;
			padding: 0px;
                margin-top: 10px;
			/*border: 1px solid #999999;*/
			width: 100%;


			background: url("static/images/{{image}}.jpg") center no-repeat;
			background-size: cover;

			justify-content: center;
			flex-direction: column;
		}

       .fon {

           	width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            background:  url(../images/seg17_fon.jpg);
            z-index: -1;

        }
        .no_found {
            font-family: WellwaitFree-Regular;
            padding-top: 20px;
            text-align: center;
            padding-left: 100px;
        }

        /*стиль для левого столбца с новостью*/
             aside .news {
	/*margin: 5px 0px 5px 10px;*/
	    padding: 5px 0px 5px 10px;
	 width: 175px;
}

        .news {
            /*background-color: rgb(218, 229, 229, 0.7) ;*/
        	/*display: flex;*/
            width: 100%;
        }



        .text_news {
            text-align: center;
            background-color: rgb(218, 229, 229, 0.7);
           /* float: right;*/
        }

         .img_news {
            display: flex;
            position: relative;
        }
        .img_news_left{
           display: inline-flex;
           float: left;
        }
        .img_news_right{
            float: right;
        }

        .text_new {
            position: absolute; /* Абсолютное позиционирование */
            bottom: 8px; /* Положение от нижнего края */
            right: 37px; /* Положение от правого края */
            font-size: 14pt;
            color: white;
        }

         .news  a {
            text-decoration: none; /* Убираем подчеркивание у ссылок */
               color: white;
            }
  .news  a:hover {
    text-decoration: underline; /* Добавляем подчеркивание
                                    при наведении курсора мыши на ссылку */
       color: white;
   }
    /*стиль менюшки сетки 3 на 3*/

     .root_menu {
        display: block;
        height: 135px;
        box-sizing: border-box;
        padding: 0px 20px 0px 20px; /*20px 3% 20px 20px;*/
        text-align: left;
        border-bottom: 1px solid #96b3c1;
        background: 14px 10% no-repeat;
        line-height: 113%;
        background: white;


     }



    .root-menu-item {
        display: inline-block;
        vertical-align: top;
        width: 32.8%;
        margin: 0;
        /*text-decoration: none;*/
    }
    .root-menu-link {
        text-decoration: none;
    }
    .root-menu-link, .root-menu-link:active, .root-menu-link:focus {
    display: block;
   /* height: 120px;*/
    box-sizing: border-box;
    padding: 20px 3% 0 60px;
    text-align: left;
    border-bottom: 1px solid #96b3c1;
    background: 14px 10% no-repeat;
    line-height: 113%;

        color: #014a6c;
}
    .root-menu-link:hover {
    background-color: #f0f0f0;
}

        .root-menu-link b {
    display: block;
    font-size: 132%;
    line-height: 100%;
    margin: 0 0 5px;
}

        /*ФИКСЕД*/
        #fixed {
    height: 400px;
    border-top: 4px solid #f0f0f0;
    border-bottom: 4px solid #f0f0f0;
    background: url(../../static/images/fon/fon.jpg) no-repeat center center fixed;

    background-blend-mode: multiply;
    background-color: lightskyblue;
    background-size: cover;
    -O-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}