@charset "UTF-8";
html,
body {
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
address,
main,
footer,
header,
menu,
nav,
section,
summary,
blockquote {
  display: block;
}

img {
  border: none;
  vertical-align: top;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Segoe UI";
  font-size: 16px;
  background: #fff;
  color: #000;
  line-height: 1.5;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:active,
a:hover,
a:focus {
  outline: 0;
}

sub,
sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.65em;
}

address {
  font-style: normal;
  line-height: inherit;
}

iframe {
  border: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
a,
span,
table,
th,
td,
blockquote,
figure,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  list-style-type: none;
  text-decoration: none;
}

strong,
b {
  font-weight: bold;
}

span {
  font-weight: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: inherit;
}

button,
select {
  text-transform: none;
}

/*********************FA*********************/
.fa-archive {
    margin: 0 10px 0 20px;	
	
}

.fa-file{
    margin: 0px 10px;
    
}
.fa-newspaper{
    margin: 0px 10px;
    
}



.fa-file-alt{
    color: #3B5998;
}
.fa-file-pdf{
    color: #A60000;
    margin: 0px 10px;
}
.fa-file-excel{
    color: #207245;
    margin: 0px 10px;
}
.fa-file-word{
    color: #325fa2;
    margin: 0px 10px;
}
.fa-file-powerpoint{
    color: #f14521;
    margin: 0px 10px;
}

.fa-link{             /* значок ссылка */
color: #000000;
margin: 0px 10px;
}


.fa-file-image{       /* значок файла jpg картинка */
color: #00a550;
margin: 0px 10px;
}

.fa-angle-double-right{
    color: #f14521;
    margin: 0px 10px;
}

/****************************расписание******************************/
.rasp1 {
    font-size: 22px;
    margin: 15px;
    color: #033325;
}

.rasp1 a {
  color: #033325;
  text-decoration: none;
  font-weight:600;
}
  
.rasp1 a:hover {
   color: #2AA784;
  text-decoration: none;
}  
  
.rasp2 {
    font-size: 18px;
    margin: 6px;
    padding: 0;
    color: #3468A7;
    border-bottom: 1px solid #e2e2e2;
    text-align: left;
   }

 
.rasp2 a {
  color: #3468A7;
  text-decoration: none;
  font-weight:500;
}

.rasp2 a:hover {
   color: #5092e2;
  text-decoration: none;
}  
  

.rasp3 {
    font-size: 16px;
    margin: 4px;
    padding: 5px;
    border-bottom: 1px solid #e2e2e2;
   }

 
.rasp3 a {
  color: #3468A7;
  text-decoration: none;
  font-weight:400;
}


/*************************************************************************************/
.cwd{
	text-align:center;
	}
.cwda{
	display: inline-flex; margin: 10px 20px; position: relative; width: 25%;  line-height: 10px;  text-decoration: none;
 padding:10px 10px 0px; text-align: center;
	}



.news{
    margin: 10px 0 0;
       list-style-type: none;
  
  padding: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}


.news li{
    width: 278px;
    margin-right: 3px;
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: top;
    line-height: 1.3;
   margin: 0 5px;
}
.news li img{
    width: 278px;
    height: 160px;
    border: 1px solid #999;
}

.news_date {
    margin-top: 5px;
    font-weight: normal;
    font-style: italic;
    text-align: right;
    margin-bottom: 3px;
}
.news_title{
    font-weight: bold;
    color: #226fbf;
    text-decoration: none;
    border-bottom: none;
   }
   
.newsbut {
    margin: 5px;
    font-weight: normal;
    font-style: italic;
    text-align: right;
   
}



.news_date, .more{
    font-size: 16px;
}



.news_list{
    margin: 10px 0 0;
    padding: 0;
    list-style-type: none;
}
.news_list li{
    margin-bottom: 30px;
}
.news_list li img{
    float: left;
    margin-right: 10px;
    width: 360px;
    height: 202px;
}
.clear{
    clear: both;
}
.paging{
    margin-bottom: 30px;
}
.pageList{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.pageList li{
    display: inline-block;
    padding: 10px;
}
.pageList .active{
    font-weight: bold;
}
.one_img{
    margin: 15px 0;
    height: 405px;
}
.one_img img{
    width: 720px;
    float: left;
}


.news_text{
    clear: both;
    padding-bottom: 100px;
}

@media (max-width: 992px) {

.one_img{
    margin: 15px 0;
    height: 315px;
}
.one_img img{
    width: 576px;
    }
}

@media (max-width: 600px) {

.one_img{
    margin: 10px 0;
    height: 202px;
}
.one_img img{
    width: 360px;
    }
}
/******************************************************************************/

/*Типографика*/
.page {
  overflow: hidden;
  min-height: 100vh;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.wrap {
  max-width: 1170px;
  padding: 0 20px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: bold;
  line-height: 1.1;
  color: inherit;
}

h1,
.h1 {
  font-size: 44px;
  font-weight: 600;
  text-shadow: white 0 0 5px;
  padding-top: 150px;
}

h2,
.h2 {
  font-size: 33px;
  text-shadow: white 0 0 5px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 20px;
  padding-top: 20px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
}

.cit {
   text-align: right; 
   font-weight: 700;
   color: black; 
   text-shadow: white 0 0 10px;
   padding-right: 50px;
}

.block_text {
    text-align: justify; 
    padding-top: 10px;
    
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: blue;
  border-bottom: 1px solid currentColor;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.icon-svg {
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.has-bg {
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.no-list {
  margin: 10px;
}

.no-list li {
  padding: 0;
  margin: 0;
}

.no-list li:before {
  content: none;
}

section {
  padding: 40px 0;
}

section.-line {
  border-top: 2px solid #113670;
}

.title-section {
  text-align: center;
  margin-bottom: 60px;
}

.title-section {
  margin: 10;
  font-size: 48px;
  font-weight: bold;
  color: #113670;
  letter-spacing: -1px;
}

/*Типографика*/
/*Блок с текстом*/
.text_block > *:first-child {
  margin-top: 0 !important;
}

.text_block > *:last-child {
  margin-bottom: 0 !important;
}

.text_block .row {
  margin-top: 30px;
}

.text_block .row > div {
  margin-bottom: 20px;
}

.text_block .row > div > *:first-child {
  margin-top: 10;
}

.text_block .row > div > *:last-child {
  margin-bottom: 10;
}

.text_block .row figure,
.text_block .row img {
  margin: 10;
}

.text_block .row:last-child > div {
  margin-bottom: 10;
}

.text_block .row:last-child > div > *:last-child {
  margin-bottom: 10;
}






h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 10px 0 16px;
}

p {
  margin-bottom: 20px;
}

ul,
ol {
  margin-bottom: 30px;
}

ul ul, ul ol,
ol ul,
ol ol {
  margin-top: 20px;
}

ul > li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}



ol {
  counter-reset: list;
}

ol > li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

ol > li:before {
  content: counter(list) ".";
  counter-increment: list;
  color: inherit;
  position: absolute;
  left: 4px;
  top: 0;
}

figure {
  position: relative;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 15px;
}

figure img {
  margin: 0;
}

figure + figure {
  margin-top: -15px;
}

figcaption {
  margin-top: 7px;
}

blockquote {
  border-top: 1px solid #66cc66;
  border-bottom: 1px solid #66cc66;
  padding: 20px 0;
  margin: 30px 0;
  text-align: center;
}

/*Блок с текстом*/
/*Контент*/
.header {
  min-height: 500px;
  background: url(../img/banner_thin1.jpg) no-repeat 50% 100%/cover;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}


.header .logo {
  max-width: 220px;
  margin: 0 auto 35px;
}

.header h1 {
  margin: 0 0 25px;
  color: #113670;
  text-transform: uppercase;
  letter-spacing: -2px;
}



.block > .row {
  margin-bottom: -30px;
}

.block > .row > div {
  margin-bottom: 30px;
}

.block {
  border-radius: 10px;
  padding: 15px 20px 25px;
  text-align: center;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  
}

.block .icon {
  height: 86px;
  text-align: center;
  margin-bottom: 10px;
}

.block .icon img {
  max-height: 100%;
}

.block .h4 {
  font-weight: normal;
  margin: 0 10px 13px;
  min-height: 14px;
}

.block .text {
  font-weight: 500;
  line-height: 1.2;
}

.block .descr {
  padding: 10px 10px 10px;
}

.block .descr li {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.block .descr li:last-child {
  margin-bottom: 0px;
}

.block .descr li .photo {
  margin: auto;
  width: 300px;
  min-width: 50px;
  }



.block .descr li .info {
  font-weight: 500;
}


.partner-items .row > div:nth-of-type(1) .partner-item .photo {
  max-width: 230px;
}

.partner-item {
  text-align: center;
}

.partner-item .photo {
  height: 130px;
  line-height: 130px;
  max-width: 270px;
  margin: 0 auto;
}

.partner-item .photo img {
  vertical-align: middle;
  display: inline-block;
  max-height: 100%;
}

.footer {
  background: url(../img/footer_thin.jpg) no-repeat 50% 0/cover;
  color: #black;
  padding: 70px 0 80px;
  text-align: center;
  text-shadow: white 0 0 5px;
  
}

.footer .footer-logo {
  max-width: 320px;
  margin: 0 auto 25px;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.social a {
  border: 0;
  width: 50px;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 13px;
}

/*Контент*/
/*Медиа запросы*/
/*Hover*/
@media screen and (min-width: 1200px), (hover) {
  a:hover {
    border-color: transparent;
  }
  }



/* Enable touch */
@media (hover: none) {
  body {
    cursor: pointer;
  }
}

/*Smartphone*/
@media screen and (max-width: 996px) {
    
    .cwda{
	display: inline-flex; margin: 5px 15px; position: relative; width: 25%;   text-decoration: none;
 padding:5px 0px; 
	}
	
  h1 {
    font-size: 30px;
    text-align: left;
    padding-top: 40px;
    padding-left: 10px;
  }
  h2 {
    font-size: 24px;
    text-align: left;
    padding-left: 10px;
  }
  .header {
    height: auto;
    min-height: 1px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .header .date {
    font-size: 20px;
  } 
  .cit {
    font-size: 10px;  
   text-align: right; 
   color: black; 
   text-shadow: white 0 0 10px;
   padding-right: 30px;
   
    .newsbut {
    margin-right: 20px;
   
   
}
   
}
    
}
@media screen and (max-width: 600px) {

.header {
  min-height: 500px;
  background: url(../img/banner_thin.jpg) no-repeat 50% 100%/cover;
  
}

.cwda{
	display: inline-flex; margin: 5px 15px; position: relative; width: 20%;   text-decoration: none;
 padding:5px 0px; 
	}

.block_text {
    
    padding-top: 3px;
    
}

  .cit {
    font-size: 7px;  
   text-align: right; 
  color: black; 
   text-shadow: white 0 0 5px;
   padding-right: 10px;
}

  .wrap {
    padding: 5px;
  }
  .text_block .row {
    margin-top: 6px;
  }
  .text_block .row > div {
    margin-bottom: 15px;
  }
  .text_block br {
    display: none;
  }
  h1 {
    font-size: 24px;
    text-align: left;
    padding-top: 40px;
    padding-left: 10px;
  }
  h2 {
    font-size: 20px;
    text-align: left;
    padding-left: 10px;
  }
  .header {
    height: auto;
    min-height: 1px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .header .date {
    font-size: 20px;
  }
 
  section {
    padding: 30px 0;
  }
  .title-section {
    margin-bottom: 30px;
  }
  .title-section .h2 {
    font-size: 28px;
  }
  .nomination-item .h4 {
    min-height: 1px;
  }
  .map {
    height: calc(100vh - 100px);
  }
  .partner-items .row {
    margin-bottom: -30px;
  }
  .partner-items .row > div {
    margin-bottom: 30px;
  }
  .footer {
    padding: 80px 10px 40px;
  }
     .news li img{
    width: 360px;
    height: 202px;
}
.news li{
    width: 360px;
   
}
.one_img{
    margin: 10px 0;
    height: 202px;
}
.one_img img{
    width: 360px;
    }

.imageh{
    margin: 10px 0;
    height: 270px;
}
.imageh img{
    width: 360px;
    }
    
.imagev{
    margin: 10px 0;
    width: 270px;
    height: 360px;
}
.imagev img{
    height: 360px;
    }
    
     .newsbut {
    margin-right: 20px;
   
   
}
 
}

@media screen and (max-width: 320px) {
  body {
    width: 320px;
  }
}

/*Медиа запросы*/
/* Хак для IE11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page {
    display: block;
  }
}

/* Хак для IE11 */
