.section__block--top-page {
  max-width: 1100px;
}

.slider {
  margin-top: 0;
}
.slider .bx-wrapper {
  margin-bottom: 0;
}
.slider .bx-wrapper .bx-caption {
  text-align: center;
  top: 0;
  bottom: auto;
}

#slider img {
  display: block;
  margin: 0 auto;
}

.banner__section {
  margin-top: 2px;
  margin-bottom: -20px;
}

h1#conceptH1 {
    text-align: center;
    margin: 3em 0 1.5em;
}
.row.section__block.section__block--top-page strong {
    text-align: center;
    display: block;
    margin-bottom: 2em;
    font-size: 16px;
}
h2.section__title-h2 {
    margin-top: 3em;
    font-size: 2em;
}

.news__lists {
  list-style-type: none;
  margin: 0 0 2em;
}

.news__list {
  margin-bottom: .5em;
}

.news__date {
  margin-right: 1em;
}

.col-lg-12.news {
    text-align: center;
}

.col-lg-12.news ul {
    display: -webkit-box;
    display:-ms-box;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -moz-box-lines:multiple;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0 auto;
}

.col-lg-12.news li {
    display: inline-block;
    width: 30%;
    margin-right: 5%;
  text-align: justify;
}

.col-lg-12.news li:last-child {
    margin-right: 0;
}

.col-lg-12.news li a,.col-lg-12.news li p {
    line-height: 2;
    display: block;
}

.col-lg-12.news li span{
    display:block;
    margin-bottom: 0.5em;
    text-align: center;
    font-size: 15px;
    background: #eff2f4;
    padding: 5px 0;
}

.col-lg-12.news > a {
    background: #d0d8dc;
    font-size: 16px;
    padding: 1em 3.6em;
    color: #111;
    border-radius: 3px;
    display: inline-block;
    margin: 2em auto 0;
}

.col-lg-12.news > a:hover{
    text-decoration:none;
}

.col-lg-12.profile > img {
    max-width: 100%;
    margin: 5em auto 2em;
    display: block;
}

.col-lg-12.profile > h2 {
    text-align: center;
    font-weight: normal;
    font-size: 2em;
    margin: 2em auto;
}

section.profile div {
    width: 180px;
    float: left;
    text-align: left;
    margin: 0 3em 2em 0;
}
section.profile>p{text-align:justify;}

.col-lg-12.profile section.profile div strong{text-align: left;font-weight: normal;font-size: 12px;margin: 0;}

section.profile div h3{margin: 10px 0 0;}

section.profile div p{
    line-height: normal;
    margin: 0;
}

section.profile {
    max-width: 1000px;
    margin: 0 auto;
    width: 85%;
}

.section__block.section__block--top-page {
    text-align: center;
}
.col.col-lg-2.col-sm-4 {
    display: inline-block;
    float: none;
}

@media (max-width: 768px) {
	.banner__section {
		margin-top: 2px;
		margin-bottom: -50px;
	}
  h2.section__title-h2 {
		padding: 1.5em 0;
		font-size: 1.8em;
  }
  .row.section__block.section__block--top-page strong {
    font-size: 14px;
    margin-bottom: 0.5em;
  }
  .col-lg-12.news li {
    display: block;
    width: 100%;
    margin: 0 auto 0.5em;
  }
  
.col-lg-12.news li a, .col-lg-12.news li p {
    line-height: 1.8;
  }
  
.col-lg-12.news > a {
    font-size: 15px;
    padding: 0.8em 2.5em;
  }
  .col-lg-12.profile > h2 {
    font-size: 1.8em;
    margin: 1.5em auto;
  }

section.profile {
    width: 100%;
  }

section.profile div {
    width: 100%;
    float: none;
    margin: 0 auto 1em;
    text-align: center;
  }

.col-lg-12.profile section.profile div strong {
    text-align: center;
  }
  
  .col.col-lg-2.col-sm-4 {
    width: 40%;
  }
  
}

.ron_title {
  text-align: center !important;
  font-weight: normal !important;
  font-size: 2em !important;
  margin: .5em auto !important;
}

.ron_mark {
  margin: 40px auto;
}

@media (max-width: 768px) {
  .ron_title {
    margin: 2em auto .5em !important;
  }
}

