/*Новый год */
.sharik {
    background: url(../img/sharik.png);
    height: 54px;
}


.container {
  max-width: 1366px;
}

.none {
	display: none
}
a.title_news_index {
    font-size: 30px;
    padding-bottom: 15px;
    display: inline-block;
}

.fotorama__nav__shaft {
  display: none;
}

.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.al-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-my {
  padding: 0px 15px;
  margin: 5px 0px;
  background: #d3101f;
  color: #fff !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 20px !important;
}

.btn-my:hover {
  color: #fff;
  background: #a30e1b;
}

.p10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.p30 {
  padding-top: 30px;
}

body {
  font-family: "Open Sans", sans-serif;
}

h1,
h2 {
  font-family: "Oswald", sans-serif;
  color: #576479;
}

h1 {
  font-size: 30px;
  padding-bottom: 20px;
}

h2 {
  font-size: 24px;
}

.region-center a {
  font-size: 16px;
  color: #71356f;
  text-transform: uppercase;
  font-weight: 700;
}

section {
  padding: 1rem 0;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_top {
  font-family: "Segoe UI", sans-serif;
  background: url(../img/bg_header.jpg) center;
  background-size: cover;
}

.header_top h2 {
  font-family: "Segoe UI", sans-serif;
}

ol li {
  border-bottom: 1px dotted #d0cece;
  list-style: none;
  padding: 5px 0px;
}

ol li a {
  color: #0056b3;
}

ol > li {
  margin: 5px 0;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  border-bottom-color: #ccc;
  padding-bottom: 10px;
  color: #020202;
  list-style: none;
  padding-left: 25px;
  background: url(../img/doc-mun.png) no-repeat left;
}

.redactor img {
  max-width: 100% !important;
  height: auto !important;
}

.relative .z-info {
 position: absolute;
  top: 20px;
  left: 290px;
}

.relative .z-info p {
  font-size: 10px;
  text-transform: uppercase;
  margin: 0px;
  line-height: 16px;
}

.relative .z-info h2 {
  font-size: 23px;
}

.header-contact {
  text-align: right;
  font-size: 12px;
  padding-top: 10px;
  font-family: "Open Sans", sans-serif;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.header-contact p {
  margin: 0;
}

.header-contact a {
  font-size: 24px;
  color: #3c746b;
  font-family: "Oswald", sans-serif;
}

.header-contact a:hover {
  text-decoration: none;
}

.header-menu {
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Open Sans", sans-serif;
}

.header-menu a {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 100;
}

.bg {
  background: url(../img/bg.jpg);
}

.bg h2 {
  text-transform: uppercase;
  font-size: 35px;
  padding-bottom: 20px;
}

.m10 {
  padding-bottom: 10px;
  padding-top: 20px;
}
.p-20 {
	margin-bottom: 40px 
}

.item-news {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item-news a {
  display: inline-block;
}

.item-news img {
  max-width: 100% !important;
  height: auto;
}

.item-news span {
  background: rgba(211, 16, 32, 0.7);
  color: #fff;
  position: absolute;
  right: 0%;
  top: 0%;
  font-family: "Oswald", sans-serif;
  padding: 5px 15px;
}

.item-news p {
  position: absolute;
  bottom: 0%;
  background: rgba(0, 0, 0, 0.58);
  padding: 10px;
  margin: 0;
  color: #fff;
  width: 100%;
}

.content img {
  max-width: 100% !important;
  height: auto !important;
}

.l-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "Segoe UI", sans-serif;
  font-size: 18px;
}

.l-menu a {
  padding: 5px;
  border-bottom: 1px solid rgba(87, 100, 121, 0.26);
  width: 100%;
  color: #576479;
}

.l-menu .activelink {
  border: 2px solid #aaaeba;
}

.l-menu .nextlevel {
  background: rgba(170, 174, 186, 0.14);
  padding-left: 10px;
}

.l-menu .passiveactive {
  background: #f3f3f3;
}

.footer {
  background: url(../img/bg_header.jpg);
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: "Segoe UI", sans-serif !important;
}

.footer h2 {
  font-family: "Segoe UI", sans-serif !important;
}

.obratnaya-svyaz {
  background: #f7f7f7;
  padding: 40px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 60px #e4e4e4;
          box-shadow: 0 0 60px #e4e4e4;
}

.flex-evenly {
    display: flex;
    justify-content:space-evenly;

}

.flex-placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-placeholder #ff_1 {
  padding: 15px;
  width: 410px;
  border: 1px solid #d6d6d6;
  margin: 5px 0;
  border-radius: 5px;
}

#ff_3 {
  width: 100%;
  padding: 17px;
  border: 1px solid #d6d6d6;
  margin: 25px 0;
  border-radius: 6px;
  min-height: 168px;
}

.feedback2error {
  background: #f17676;
  color: #fff;
  padding: 10px;
}

.submit-site {
  background: #e87a80;
  margin: 30px 0;
  padding: 10px 20px;
  border: 0px;
  border-radius: 5px;
  color: #fff;
}

/* Новостной блок */
.hyphenate p img {
    width: 49% ;
    height: auto !important;
    padding: 8px;
} 
.img-100 {
	width: 100% !important;
	height: auto;
}

/* Услуги блоки */

.flex-uslugi {
		display: flex;
   		flex-wrap: wrap;
   	}
   	
   	.obrazovatelnye_uslugi {  
    text-align: center;
    flex-grow: 1;
    margin: 10px;
    flex-basis: calc(46% - 0px);
    box-shadow: 1px 1px 5px #d8d8d8;
    align-items: center;
    display: flex;
    transition: all 0.5s;
}
.obrazovatelnye_uslugi a {
    display: block;
    width: 100%;
    padding: 30px;
    text-transform: uppercase;
    color: #576479;
}

.obrazovatelnye_uslugi:hover {
    box-shadow: 1px 1px 60px #d8d8d8;
}