/* 
 * RESET CSS   
 */
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside, canvas,
details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby, section,
summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption,
figure, footer, header, hgroup,
menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

input, textarea, button, select {
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0; }

a {
  text-decoration: none;
  outline: none; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  height: 100%; }

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

.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }

.container {
  width: 1064px;
  padding: 15px 0px;
  margin-right: auto;
  margin-left: auto; }

[class*="item-"] {
  position: relative;
  min-height: 1px; }

.row {
  width: 100%;
  position: relative;
  min-height: 1px; }

.item-100p {
  width: 100%; }

.item-50p {
  width: 50%;
  float: left; }

.item-33p {
  width: 33.3333%;
  float: left; }

.item-25p {
  width: 25%;
  float: left; }

.item-20p {
  width: 20%;
  float: left; }

.item-40p {
  width: 40%;
  float: left; }

.item-60p {
  width: 60%;
  float: left; }

.item-45p {
  width: 45%;
  float: left; }

.item-55p {
  width: 55%;
  float: left; }

.item-30p {
  width: 30%;
  float: left; }

.item-70p {
  width: 70%;
  float: left; }

.item-75p {
  width: 75%;
  float: left; }

.item-80p {
  width: 80%;
  float: left; }

.item-90p {
  width: 90%;
  float: left; }

.item-10p {
  width: 10%;
  float: left; }

.item-85p {
  width: 85%;
  float: left; }

.item-15p {
  width: 15%;
  float: left; }

.item-65p {
  width: 65%;
  float: left; }

.item-35p {
  width: 35%;
  float: left; }

.row:before,
.row:after {
  content: "";
  display: table; }

.row:after {
  clear: both; }

.row {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }

@media all and (max-width: 1075px) {
  .container {
    width: 100%; } }
@media all and (max-width: 767px) {
  .container {
    width: 100%; } }
@media all and (max-width: 767px) {
  .item-50p, .item-33p, .item-25p,
  .item-20p, .item-40p, .item-60p,
  .item-45p, .item-55p, .item-30p,
  .item-70p, .item-75p, .item-80p,
  .item-90p, .item-10p, .item-85p, .item-15p, .item-65p, .item-35p {
    width: 100%;
    float: none; } }
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400; }

header {
  border-top: 10px solid #e9e9e9; }

.menu_toggle,
.search_toggle {
  display: none;
  border-radius: 50%;
  background-color: #001760;
  width: 41px;
  height: 41px; }
  @media all and (max-width: 900px) {
    .menu_toggle,
    .search_toggle {
      display: block;
      position: absolute;
      cursor: pointer; } }

.menu_toggle {
  right: 20px;
  top: 10px; }
  .menu_toggle .line {
    width: 25px;
    background-color: white;
    height: 3px;
    margin-left: 8px;
    border-radius: 25px; }
  .menu_toggle .line:not(:last-child) {
    margin-bottom: 3px; }
  .menu_toggle .line:first-child {
    margin-top: 13px; }

.search_toggle {
  right: 70px;
  top: 10px; }
  .search_toggle img {
    position: relative;
    top: 10px;
    left: 10px; }

.logo {
  display: block;
  margin-left: 30px; }
  @media all and (max-width: 767px) {
    .logo {
      width: 70%;
      max-width: 247px;
      margin-left: 10px; } }
  @media all and (max-width: 480px) {
    .logo {
      width: 50%; } }

.top_menu {
  float: right;
  margin-bottom: 35px; }
  .top_menu li {
    display: block;
    float: left; }
    @media all and (max-width: 900px) {
      .top_menu li {
        width: 100%;
        padding: 10px 0; } }
  .top_menu li:not(:last-child) {
    margin-right: 20px; }
    @media all and (max-width: 900px) {
      .top_menu li:not(:last-child) {
        border-bottom: 1px solid #283d7d; } }
  .top_menu li a span {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #ff5131;
    background-image: url("../images/basket_icon.png");
    background-repeat: no-repeat;
    display: block;
    float: left;
    background-position: center;
    margin-right: 10px; }
    @media all and (max-width: 900px) {
      .top_menu li a span {
        margin-right: 30px; } }
  .top_menu li a {
    line-height: 25px;
    color: #001047;
    font-size: 0.938rem;
    font-weight: 700; }
    .top_menu li a:hover {
      color: #0027ae; }
    @media all and (max-width: 900px) {
      .top_menu li a {
        color: white; }
        .top_menu li a:hover {
          color: white; } }
  @media all and (max-width: 900px) {
    .top_menu {
      position: absolute;
      background-color: #001760;
      top: 10px;
      left: 0;
      right: 0;
      padding: 15px;
      z-index: 10; } }

@media all and (max-width: 900px) {
  .menu_cont {
    display: none; } }

@media all and (max-width: 900px) {
  .search_cont {
    display: none;
    position: absolute;
    top: 10px;
    background-color: #001760;
    height: 60px;
    z-index: 10;
    padding-top: 15px;
    left: 0;
    right: 0;
    padding-left: 20px;
    padding-right: 20px; } }

.search_form {
  float: right; }
  .search_form button {
    border: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #ff5131;
    background-image: url("../images/arrow_right.png");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer; }
    @media all and (max-width: 900px) {
      .search_form button {
        float: right;
        display: block; } }
  @media all and (max-width: 900px) {
    .search_form {
      width: 100%; } }

.search_lab {
  float: left;
  color: #001760;
  font-size: 1.063rem;
  font-weight: 700;
  line-height: 25px;
  text-align: left; }
  @media all and (max-width: 900px) {
    .search_lab {
      color: white;
      font-size: 0.8rem;
      float: left;
      width: 20%; } }

.inp_ {
  float: left;
  border: 0;
  border-bottom: 2px solid #eaeaea;
  height: 30px;
  width: 256px;
  margin: 0 10px;
  color: #001760; }
  @media all and (max-width: 900px) {
    .inp_ {
      background-color: #001760;
      color: white;
      float: left;
      width: 55%; } }

.more_search {
  float: right;
  width: 100%;
  text-align: right;
  padding-right: 35px; }
  .more_search a {
    color: #bababa;
    font-size: 0.688rem;
    font-weight: 400; }
  @media all and (max-width: 900px) {
    .more_search {
      display: none; } }

.top {
  height: 420px;
  background-image: url("../images/banner01.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
  @media all and (max-width: 767px) {
    .top {
      height: 480px; } }

.top_img {
  height: 10px;
  background-image: url("../images/top_img.png");
  background-repeat: no-repeat;
  width: 100%; }

.info_box {
  width: 407px;
  background-color: white;
  padding: 0 0 0 0;
  float: right; }
  @media all and (max-width: 1064px) {
    .info_box {
      margin: 0 auto;
      float: none; } }
  @media all and (max-width: 480px) {
    .info_box {
      width: 90%; } }

.content_info {
  padding: 40px; }
  @media all and (max-width: 480px) {
    .content_info {
      padding: 20px; } }

.content_title {
  color: #001648;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.513rem;
  margin-bottom: 25px; }
  @media all and (max-width: 480px) {
    .content_title {
      font-size: 1.5rem; } }

.content_text {
  color: #888d97;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
  text-align: left;
  margin-bottom: 25px; }
  @media all and (max-width: 480px) {
    .content_text {
      font-size: 0.75rem; } }

.content_bottom a {
  display: block;
  float: left; }

.content_more {
  background-color: #ff5131;
  width: 82px;
  height: 34px;
  border-radius: 25px;
  color: #ffffff;
  font-size: 0.625rem;
  font-weight: 700;
  display: block;
  line-height: 34px;
  margin-right: 20px;
  text-transform: uppercase; }
  @media all and (max-width: 480px) {
    .content_more {
      margin-right: 5px; } }
  .content_more:hover {
    background-color: #ff310b; }

.content_more img {
  left: 7px;
  top: 5px;
  position: relative;
  margin-right: 13px; }

.content_twit,
.content_fb {
  margin-right: 10px;
  margin-top: 3px; }
  @media all and (max-width: 480px) {
    .content_twit,
    .content_fb {
      margin-right: 5px; } }

.menu {
  width: 100%;
  height: 65px;
  position: absolute;
  top: -50px; }
  .menu li {
    width: 25%;
    float: left;
    background-color: #001047;
    height: 100%; }
  .menu li.active,
  .menu li:hover {
    background-color: #ff5131; }
  .menu li:not(:last-child) {
    border-right: 1px solid #3a4671; }
  .menu li a {
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 700;
    display: block;
    text-align: center;
    height: 100%;
    line-height: 65px;
    position: relative; }
    @media all and (max-width: 767px) {
      .menu li a {
        font-size: 0.8rem; } }
    @media all and (max-width: 480px) {
      .menu li a {
        font-size: 0.7rem; } }
  .menu li a span {
    position: relative;
    margin-right: 15px;
    top: 5px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 24px;
    height: 24px; }
    .menu li a span.pencil {
      background-image: url("../images/pencil_sprite.png");
      background-position: 0 0; }
    .menu li a span.heart {
      background-image: url("../images/heart_sprite.png");
      background-position: 0 0; }
    .menu li a span.grade {
      background-image: url("../images/grade_sprite.png");
      background-position: 0 0; }
    .menu li a span.file {
      background-image: url("../images/file_sprite.png");
      background-position: 0 0; }
  .menu li:hover a span.pencil {
    background-position: -26px 0; }
  .menu li:hover a span.heart {
    background-position: -26px 0; }
  .menu li:hover a span.grade {
    background-position: -26px 0; }
  .menu li:hover a span.file {
    background-position: -26px 0; }
  @media all and (max-width: 767px) {
    .menu {
      display: none; } }

.bread {
  height: 70px;
  line-height: 70px;
  top: 15px; }
  .bread img {
    margin-right: 20px;
    margin-left: 60px;
    position: relative;
    top: 23px;
    display: block;
    float: left; }
    @media all and (max-width: 480px) {
      .bread img {
        margin-left: 10%;
        top: 5px; } }
  @media all and (max-width: 480px) {
    .bread {
      height: auto;
      line-height: 35px;
      margin: 5px 0; } }

.bread_ul {
  display: inline-block; }
  .bread_ul li {
    display: inline-block;
    float: left;
    margin-right: 10px; }
    .bread_ul li a {
      color: #001648;
      font-size: 0.875rem;
      font-weight: 300;
      margin: 0 10px; }
      .bread_ul li a:hover {
        border-bottom: 1px solid #001648; }
  .bread_ul li:after {
    content: '/';
    display: inline-block;
    margin-left: 5px; }
  .bread_ul li:first-child a {
    color: #ff5131;
    margin-left: 0; }
    .bread_ul li:first-child a:hover {
      border-bottom: 1px solid #ff5131; }
  .bread_ul li:last-child:after {
    content: ''; }
  @media all and (max-width: 767px) {
    .bread_ul {
      display: block; } }

@media all and (max-width: 767px) {
  .navmenu {
    display: none; } }

.navmenu .toggle {
  float: right;
  width: 15%;
  padding: 5px;
  cursor: pointer;
  margin-top: 6px;
  color: #999; }
  .navmenu .toggle img {
    display: block;
    float: right;
    margin-right: 5px; }

ul.navmenu li {
  margin: 0;
  list-style: none; }
ul.navmenu a, ul.navmenu a:visited {
  text-decoration: none;
  padding: 5px;
  display: block;
  color: #008FDD; }
ul.navmenu .menutop {
  overflow: hidden;
  border-bottom: 1px solid #ff9946; }
  ul.navmenu .menutop a {
    width: 70%;
    float: left;
    margin: 10px 0 10px 25px;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 600; }
    ul.navmenu .menutop a:hover {
      color: #333; }
    @media all and (max-width: 1024px) {
      ul.navmenu .menutop a {
        font-size: 0.8rem; } }
ul.navmenu .menusingle a {
  width: 100%; }

.submenu {
  margin-left: 10px;
  padding-left: 15px;
  background-color: white;
  padding-top: 10px;
  padding-bottom: 10px; }
  .submenu li a {
    color: #001047;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 20px; }
    .submenu li a:hover {
      font-weight: 700; }

.mobile_menu {
  display: none;
  background-color: #001047;
  width: 100%;
  height: 65px;
  padding-top: 10px; }
  .mobile_menu h2 {
    color: #ffffff;
    font-size: 1.375rem;
    font-weight: 600;
    display: inline-block;
    float: left;
    margin-left: 10px;
    margin-top: 10px; }
  .mobile_menu .mobile_toggle {
    border-radius: 50%;
    background-color: #ffffff;
    width: 41px;
    height: 41px;
    float: right;
    margin-right: 10px;
    cursor: pointer; }
    .mobile_menu .mobile_toggle .line {
      width: 25px;
      background-color: #ff5131;
      height: 3px;
      margin-left: 8px;
      border-radius: 25px; }
    .mobile_menu .mobile_toggle .line:not(:last-child) {
      margin-bottom: 3px; }
    .mobile_menu .mobile_toggle .line:first-child {
      margin-top: 13px; }
  @media all and (max-width: 767px) {
    .mobile_menu {
      display: block; } }

.top_cal_img {
  width: 100%;
  background-image: url("../images/top_calendar.png");
  height: 10px; }
  @media all and (max-width: 820px) {
    .top_cal_img {
      display: none; } }

.middle {
  background-image: url("../images/section_bgr.png");
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 1264px; }

.left_menu {
  background-color: #ff5131; }

.title {
  color: #001648;
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 45px;
  margin-bottom: 30px;
  width: 90%; }
  @media all and (max-width: 767px) {
    .title {
      font-size: 1.938rem; } }
  @media all and (max-width: 480px) {
    .title {
      font-size: 1.5rem;
      line-height: 30px; } }

.top_container {
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  padding: 30px 20px 30px 50px; }
  @media all and (max-width: 767px) {
    .top_container {
      padding: 30px 20px; } }

.left_b_title {
  color: #001047;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 29px; }
  @media all and (max-width: 767px) {
    .left_b_title {
      font-size: 1rem; } }

.light_b {
  color: #00b9e4; }

.orange {
  color: #ff5131; }

.l_text p {
  color: #888d97;
  font-size: 0.938rem;
  font-weight: 300;
  margin-bottom: 24px;
  line-height: 22px; }

@media all and (max-width: 767px) {
  .cont_img {
    display: none; } }

.s_row {
  padding: 20px 20px 20px 50px;
  background-color: white;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9; }
  @media all and (max-width: 767px) {
    .s_row {
      padding: 20px 10px; } }

.l_info {
  color: #001047;
  font-size: 1.125rem;
  font-weight: 700;
  margin-left: 25px;
  text-transform: uppercase;
  line-height: 25px; }
  @media all and (max-width: 767px) {
    .l_info {
      margin-left: 5px;
      font-size: 0.8rem; } }

.to_go span,
.to_go img {
  float: right; }

.titl img,
.titl span {
  float: left; }

@media all and (max-width: 767px) {
  .titl,
  .to_go {
    width: 50%;
    float: left; } }

.t_all {
  color: #001047;
  font-size: 0.875rem;
  font-weight: 300;
  margin-right: 25px;
  line-height: 25px; }
  .t_all:hover {
    color: #0027ae; }

.to_go a img {
  position: relative;
  top: 5px; }

.tp_img {
  width: 100%;
  height: 10px;
  background-image: url("../images/img_top.png");
  background-repeat: no-repeat; }

.dl_items {
  background-color: #efefef;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9; }

.dl_item {
  padding-left: 50px; }
  @media all and (max-width: 767px) {
    .dl_item {
      padding-left: 10px; } }

.dl_items .dl_item:last-child .dl_info {
  border-bottom: 0; }
.dl_items .dl_item:last-child .dl_icon {
  border-bottom: 0; }

.dl_info {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9; }
  .dl_info p {
    color: #001648;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 6px; }
    @media all and (max-width: 767px) {
      .dl_info p {
        font-size: 0.9rem; } }
  .dl_info span {
    background-color: #ff5131;
    border-radius: 25px;
    color: #ffffff;
    font-size: 0.625rem;
    font-weight: 700;
    padding: 5px 10px;
    display: inline-block; }
  @media all and (max-width: 767px) {
    .dl_info {
      width: 85%;
      float: left; } }

.dl_icon {
  height: 88px;
  border-bottom: 1px solid #d9d9d9; }
  .dl_icon a {
    display: block;
    width: 50px;
    float: right;
    background-color: white;
    height: 87px; }
    @media all and (max-width: 767px) {
      .dl_icon a {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        height: auto; } }
  .dl_icon a img {
    display: block;
    float: right;
    margin-right: 20px;
    margin-top: 34px; }
    @media all and (max-width: 767px) {
      .dl_icon a img {
        margin-top: 70%; } }
  @media all and (max-width: 767px) {
    .dl_icon {
      width: 15%;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      height: auto; } }

.btm_img {
  background-image: url("../images/bottom_w_img.png");
  height: 10px; }

.slider-tabs {
  border-bottom: 1px solid #001047;
  background-color: white;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media all and (max-width: 767px) {
    .slider-tabs {
      display: block !important; } }

.slider_menu {
  background-color: #001047;
  padding: 10px 20px;
  min-height: 319px; }

.slider_menu li {
  display: block;
  width: 100%;
  position: relative; }
  .slider_menu li:not(:last-child) {
    border-bottom: 1px solid #223e7d; }
  .slider_menu li a {
    padding: 7px 0 8px 0;
    display: block;
    color: #888d97;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 30px; }
  .slider_menu li a:hover {
    color: #ffffff; }
  .slider_menu li.active a {
    padding: 20px 0 20px 0;
    color: #ffffff;
    font-size: 1rem; }
  .slider_menu li.active:after, .slider_menu li.active:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .slider_menu li.active:after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #001047;
    border-width: 10px;
    margin-top: -8px;
    left: -38px; }
  .slider_menu li a img {
    position: relative;
    top: 6px;
    margin-right: 10px; }

.data_items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  position: relative; }
  .data_items .item {
    display: none;
    width: 100%;
    height: 100%; }
    .data_items .item a {
      display: block;
      height: 100%;
      width: 100%; }
    .data_items .item a img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      max-height: 343px; }
      @media all and (max-width: 767px) {
        .data_items .item a img {
          height: auto; } }
  .data_items .item.active {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0; }
    @media all and (max-width: 767px) {
      .data_items .item.active {
        position: relative; } }
  @media all and (max-width: 767px) {
    .data_items {
      display: block !important; } }

.news {
  padding: 30px 50px;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9; }
  @media all and (max-width: 767px) {
    .news {
      padding: 30px 10px; } }

.last_news .b_img {
  display: block;
  width: 100%;
  margin-bottom: 45px; }
.last_news .news_b_tit {
  color: #001648;
  font-size: 2.375rem;
  font-weight: 700; }
  @media all and (max-width: 767px) {
    .last_news .news_b_tit {
      font-size: 1.85rem; } }
.last_news .bottom_t {
  color: #ff5131;
  font-size: 1.063rem;
  font-weight: 700;
  margin: 20px 0 30px 0;
  text-transform: uppercase;
  display: block; }
  @media all and (max-width: 767px) {
    .last_news .bottom_t {
      font-size: 0.85rem; } }
.last_news p {
  color: #888d97;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 25px; }
  @media all and (max-width: 767px) {
    .last_news p {
      font-size: 0.85rem; } }
@media all and (max-width: 767px) {
  .last_news {
    margin-bottom: 40px; } }

.low_news {
  width: 100%; }
  .low_news .s_img {
    display: block;
    width: 100%;
    margin-bottom: 30px; }
  .low_news h3 {
    color: #001648;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 30px; }
  .low_news .read_more_arrow {
    display: inline-block;
    background-color: #ff5131;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-top: 20px;
    margin-bottom: 35px; }
    .low_news .read_more_arrow img {
      position: relative;
      top: 4px;
      left: 5px; }
  @media all and (max-width: 767px) {
    .low_news {
      width: 50%;
      float: left;
      padding: 5px; } }
  @media all and (max-width: 480px) {
    .low_news {
      width: 100%;
      padding: 0; } }

footer {
  height: 395px;
  background-image: url("../images/footer_bgr.png");
  background-repeat: no-repeat;
  background-size: 1264px;
  background-position: top center; }

.cont_f_pad {
  padding: 25px 60px; }
  @media all and (max-width: 767px) {
    .cont_f_pad {
      padding: 25px 10px; } }

.foot-logo {
  width: 198px; }
  .foot-logo img {
    display: block;
    width: 100%; }
  @media all and (max-width: 767px) {
    .foot-logo {
      width: 150px; } }

.foot_text {
  color: #888d97;
  font-size: 1rem;
  font-weight: 300;
  line-height: 30px;
  margin: 30px 0;
  padding-right: 20px; }

@media all and (max-width: 676px) {
  .social {
    position: absolute;
    top: -70px;
    right: 0; } }

.foot_menu {
  margin-top: 30px;
  padding: 0 35px; }
  @media all and (max-width: 767px) {
    .foot_menu li {
      border-bottom: 1px solid #dcdcdc; } }
  .foot_menu li a {
    color: #222222;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 30px; }
  @media all and (max-width: 767px) {
    .foot_menu {
      padding: 0; } }

.foot_tit {
  color: #001648;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 35px;
  margin-top: 10px; }
  @media all and (max-width: 767px) {
    .foot_tit {
      margin-top: 30px; } }

.foot_news_info {
  color: #888d97;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 30px; }

.newslett_inp {
  border-style: solid;
  border-width: 1px;
  border-color: #dcdcdc;
  width: 80%;
  height: 37px;
  margin-bottom: 30px; }
  @media all and (max-width: 767px) {
    .newslett_inp {
      width: 100%; } }

.l_pad {
  padding-left: 50px;
  position: relative; }
  .l_pad:after {
    display: block;
    position: absolute;
    content: url("../images/Ponitka_obr.png");
    top: 0;
    right: -60%; }
    @media all and (max-width: 1415px) {
      .l_pad:after {
        display: none; } }
  @media all and (max-width: 767px) {
    .l_pad {
      padding-left: 0; } }

.disc {
  color: #222222;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 20px; }
  .disc a {
    color: #ff5131; }

.cal_title {
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: white;
  font-size: 1.063rem;
  font-weight: 700;
  background-color: #001047;
  padding-left: 20px; }
  @media all and (max-width: 820px) {
    .cal_title {
      display: none; } }

.calendar {
  width: 100%;
  height: auto;
  cursor: pointer;
  background-color: #001047; }
  @media all and (max-width: 820px) {
    .calendar {
      display: none; } }

.c-grid,
.c-event-grid {
  width: 100%;
  float: none;
  box-shadow: none; }

.c-pad-top {
  padding-bottom: 3%; }

.c-event-title {
  line-height: 25px;
  background-color: #001047;
  color: #001047; }

.c-day {
  color: white;
  border: 2px solid transparent; }

.c-grid,
.c-week-day,
.c-day,
.c-day-previous-month,
.c-day-next-month {
  background-color: #001047; }

.c-grid-title {
  background-color: #223e7d;
  color: #888d97; }

.c-day-previous-month,
.c-day-next-month {
  border: 2px solid transparent; }

.c-event {
  border-radius: 50%;
  border: 2px solid #ff5131; }

.c-event-body {
  background-color: #efefef; }

.c-today {
  background-color: #ff5131;
  border-radius: 50%; }

.c-event-grid {
  margin-left: 0; }

.c-event-item {
  margin-bottom: 0;
  border-bottom: 1px solid #d9d9d9; }
  .c-event-item .title {
    color: #a1a1a1;
    font-size: 0.813rem;
    font-weight: 400;
    margin-bottom: 0; }
  .c-event-item .description {
    margin-bottom: 15px; }

.gal_cont {
  padding: 35px 60px;
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9; }
  @media all and (max-width: 767px) {
    .gal_cont {
      padding: 20px 15px; } }

.gal_item {
  border-bottom: 1px solid #d9d9d9;
  padding-top: 20px; }

.gal_date {
  color: #a2a2a2;
  font-size: 14px;
  font-weight: 400;
  margin-top: 90px;
  margin-bottom: 15px; }
  .gal_date img {
    position: relative;
    top: 3px;
    margin-right: 10px; }
  @media all and (max-width: 767px) {
    .gal_date {
      margin-top: 25px; } }

.gal_title {
  color: #001648;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px; }
  @media all and (max-width: 767px) {
    .gal_title {
      margin-bottom: 30px; } }

.gal_img {
  width: 100%;
  height: 180px;
  display: block; }
  @media all and (max-width: 767px) {
    .gal_img {
      height: auto;
      margin-bottom: 10px; } }

.g_i_lp {
  padding-left: 5px; }
  @media all and (max-width: 767px) {
    .g_i_lp {
      padding-left: 0; } }

.g_itm_img .over {
  background-image: url("../images/hover_img.png");
  width: 99%;
  height: 100%;
  opacity: 0;
  display: block;
  background-repeat: no-repeat;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  background-size: 100%; }
  @media all and (max-width: 767px) {
    .g_itm_img .over {
      width: 100%; } }
.g_itm_img:hover .over {
  opacity: 1; }

.g_i_rp {
  padding-right: 5px; }
  @media all and (max-width: 767px) {
    .g_i_rp {
      padding-right: 0; } }

.img_count {
  margin: 15px 0;
  float: right;
  color: #a2a2a2;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px; }
  .img_count span {
    display: block;
    border-radius: 50%;
    background-color: #ff5131;
    width: 28px;
    height: 28px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    margin-left: 15px;
    float: right;
    line-height: 27px; }

.p_n_i {
  padding-top: 25px; }

.prev,
.next {
  background-color: #ff5131;
  width: 112px;
  height: 34px;
  border-radius: 25px;
  text-align: center;
  display: block;
  line-height: 30px;
  text-transform: uppercase; }
  .prev img,
  .next img {
    position: relative;
    top: 3px; }
  .prev a,
  .next a {
    color: #ffffff;
    font-size: 10px;
    font-weight: 700; }
  @media all and (max-width: 767px) {
    .prev,
    .next {
      width: 100%;
      margin-bottom: 5px; } }

.inact {
  background-color: #c7c7c7; }

.prev {
  float: right; }
  .prev img {
    margin-right: 5px;
    right: -10px; }

.next img {
  margin-left: 5px;
  left: -10px; }

.g_pp_fr {
  float: right; }

.g_pp_fl {
  float: left; }

@media all and (max-width: 767px) {
  .g_pp_fr,
  .g_pp_fl {
    float: none; } }

.gal_s_np {
  margin-top: 0; }

.g_s_mb {
  margin-bottom: 30px; }

.top_slider .slide_i {
  display: block;
  width: 100%; }
  .top_slider .slide_i img {
    display: block;
    width: 100%; }

.t_s_bb {
  border-bottom: 1px solid #d9d9d9; }

.bx-wrapper .bx-viewport {
  border: 0; }

.bx-wrapper .bx-controls-direction a {
  width: 22px;
  height: 22px; }

.bx-wrapper .bx-prev, .bx-wrapper .bx-prev:hover {
  background: url("../images/slide_prev.png");
  left: 15px;
  background-repeat: no-repeat;
  background-position: 0px 0px; }

.bx-wrapper .bx-next, .bx-wrapper .bx-next:hover {
  background: url("../images/slide_next.png");
  right: 25px;
  background-repeat: no-repeat;
  background-position: 0px 0px; }

.lib_b {
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9; }

.lib_top {
  padding: 30px 50px 20px 50px; }
  .lib_top .lib_title {
    color: #001648;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 35px; }
    @media all and (max-width: 480px) {
      .lib_top .lib_title {
        font-size: 25px; } }
  .lib_top p {
    color: #888d97;
    font-size: 15px;
    font-weight: 300;
    text-align: justify;
    line-height: 25px;
    margin-bottom: 25px; }
  .lib_top .bottom_info img {
    position: relative;
    top: 2px;
    margin-right: 25px; }
  .lib_top .bottom_info span {
    color: #001047;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase; }
  @media all and (max-width: 767px) {
    .lib_top {
      padding: 25px 15px 20px 15px; } }

.lib_books {
  background-color: #efefef;
  padding-left: 50px;
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9; }
  .lib_books .item-100p {
    padding: 20px 0; }
  .lib_books .item-100p:not(:last-child) {
    border-bottom: 1px solid #d9d9d9; }
  @media all and (max-width: 480px) {
    .lib_books {
      padding-left: 25px; } }

.book_title {
  color: #001648;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px; }
  .book_title span {
    font-weight: 700; }
  @media all and (max-width: 480px) {
    .book_title {
      font-size: 14px;
      line-height: 20px; } }

.book_bottom {
  color: #001648;
  font-size: 15px;
  font-weight: 300; }
  @media all and (max-width: 480px) {
    .book_bottom {
      font-size: 12px;
      margin-top: 5px; } }

.lib_bottom_books {
  padding: 40px 50px; }
  .lib_bottom_books p {
    color: #888d97;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    text-align: justify; }
  .lib_bottom_books p:not(:last-child) {
    margin-bottom: 30px; }
  @media all and (max-width: 767px) {
    .lib_bottom_books {
      padding: 20px 15px; } }

.lib_p_n {
  padding: 0 50px 40px 50px; }
  @media all and (max-width: 767px) {
    .lib_p_n {
      padding: 0 15px 40px 15px; } }

.menu_lib {
  padding: 0px 50px 80px 50px; }
  @media all and (max-width: 767px) {
    .menu_lib {
      padding: 0 15px 80px 15px; } }

.menu_lib_ {
  padding-top: 40px;
  border-top: 1px solid #d9d9d9; }
  .menu_lib_ li {
    margin: 10px 0;
    background-image: url("../images/menu_arrow.png");
    background-repeat: no-repeat;
    background-position: left 6px; }
    .menu_lib_ li a {
      color: #001648;
      font-size: 16px;
      font-weight: 600;
      line-height: 32px;
      display: block;
      margin-left: 45px; }
      .menu_lib_ li a:hover {
        color: #ff5131; }
      @media all and (max-width: 480px) {
        .menu_lib_ li a {
          font-size: 13px; } }

.big_vid {
  margin-bottom: 50px; }
  .big_vid h1 {
    color: #001648;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 22px; }
  .big_vid .time_v {
    color: #a2a2a2;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px; }
    .big_vid .time_v img {
      position: relative;
      top: 3px; }
  .big_vid .t_im {
    display: block;
    width: 100%; }

.vid_itm {
  margin-bottom: 40px; }
  .vid_itm .i_im {
    display: block;
    width: 100%;
    height: 190px; }
    @media all and (max-width: 767px) {
      .vid_itm .i_im {
        height: auto; } }
  .vid_itm h3 {
    color: #001648;
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0 15px 0;
    line-height: 20px; }
  .vid_itm .time_v {
    color: #a2a2a2;
    font-size: 14px;
    font-weight: 400; }
    .vid_itm .time_v img {
      position: relative;
      top: 3px; }

.l_v_p {
  padding-left: 18px; }
  @media all and (max-width: 767px) {
    .l_v_p {
      padding-left: 0; } }

.r_v_p {
  padding-right: 18px; }
  @media all and (max-width: 767px) {
    .r_v_p {
      padding-right: 0; } }

.contact_title {
  color: #001648;
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 35px; }

.cont_lab {
  color: #001648;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px; }

.cont_text {
  margin-bottom: 30px; }
  .cont_text p {
    color: #222222;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px; }

.cont_tel_inf {
  color: #222222;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 25px;
  line-height: 25px; }
  .cont_tel_inf span {
    color: #ff5131;
    width: 75px;
    display: inline-block; }

.contact_info {
  color: #888d97;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 30px; }

.c_form form p {
  color: #001760;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 15px;
  display: block; }
.c_form form input {
  border-style: solid;
  border-width: 1px;
  border-color: #dcdcdc;
  background-color: #ffffff;
  width: 100%;
  height: 37px; }
.c_form form textarea {
  border-style: solid;
  border-width: 1px;
  border-color: #dcdcdc;
  background-color: #ffffff;
  width: 100%;
  height: 117px;
  resize: none; }
.c_form form button {
  background-color: #ff5131;
  width: 92px;
  height: 34px;
  border-radius: 25px;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  margin-top: 20px; }
  .c_form form button img {
    position: relative;
    top: 5px;
    left: -5px; }
  .c_form form button span {
    background-image: url("../images/basket_icon.png");
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    position: relative;
    top: 5px;
    left: -5px;
    display: inline-block; }

.mapa {
  display: block;
  width: 100%;
  margin-top: 45px; }

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0; }

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important; }

span.wpcf7-not-valid-tip {
  font-size: 0.6rem !important;
  line-height: 15px; }

div.wpcf7-validation-errors {
  border: 0 !important; }

div.wpcf7-response-output {
  margin: 15px 0 !important;
  padding: 0 !important;
  font-size: 0.8rem; }

div.wpcf7-mail-sent-ok {
  border: 0 !important; }

.sitemap_title {
  background-color: #ebeced;
  width: 100%;
  height: 50px;
  padding: 20px 25px;
  color: #394251;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase; }

.main_site li a {
  color: #001047;
  font-size: 17px;
  font-weight: 600;
  line-height: 30px; }

.sub_title {
  color: #001047;
  font-size: 17px;
  font-weight: 600;
  line-height: 30px; }

.sub_menu li {
  background-image: url("../images/dot.png");
  background-repeat: no-repeat;
  background-position: left center; }
  .sub_menu li a {
    color: #001047;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    padding-left: 20px; }

.sitemap_items {
  margin-top: 40px; }
  .sitemap_items .item-40p {
    padding-left: 10px; }
    @media all and (max-width: 767px) {
      .sitemap_items .item-40p {
        padding-left: 0; } }

.documents {
  background-color: #efefef;
  padding-left: 50px;
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9; }
  .documents .item-100p:not(:last-child) {
    border-bottom: 1px solid #d9d9d9; }
  .documents .item-100p > a {
    color: #001648;
    font-size: 18px;
    font-weight: 400;
    line-height: 90px; }
    @media all and (max-width: 1024px) {
      .documents .item-100p > a {
        display: block;
        width: 77%;
        float: left; } }
    @media all and (max-width: 767px) {
      .documents .item-100p > a {
        font-size: 14px;
        line-height: 30px; } }
  .documents .item-100p > .dl {
    float: right;
    background-color: #ffffff;
    width: 60px;
    height: 90px; }
    .documents .item-100p > .dl img {
      display: block;
      width: 14px;
      position: relative;
      left: 0;
      right: 0;
      top: 35px;
      margin-left: auto;
      margin-right: auto; }
  @media all and (max-width: 767px) {
    .documents {
      padding-left: 15px; } }

.small_p {
  width: 100%; }
  .small_p .s_img {
    display: block;
    width: 100%;
    margin-bottom: 30px; }
  .small_p h3 {
    color: #001648;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 30px; }
  .small_p .read_more_arrow {
    display: inline-block;
    background-color: #ff5131;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-top: 20px;
    margin-bottom: 35px; }
    .small_p .read_more_arrow img {
      position: relative;
      top: 4px;
      left: 5px; }
  @media all and (max-width: 767px) {
    .small_p {
      width: 50%;
      float: left;
      padding: 5px; } }
  @media all and (max-width: 480px) {
    .small_p {
      width: 100%;
      padding: 0; } }

.big_n .b_img {
  display: block;
  width: 100%;
  margin-bottom: 45px; }
.big_n .news_b_tit {
  color: #001648;
  font-size: 2.375rem;
  font-weight: 700; }
  @media all and (max-width: 767px) {
    .big_n .news_b_tit {
      font-size: 1.85rem; } }
.big_n .bottom_t {
  color: #ff5131;
  font-size: 1.063rem;
  font-weight: 700;
  margin: 20px 0 30px 0;
  text-transform: uppercase; }
  @media all and (max-width: 767px) {
    .big_n .bottom_t {
      font-size: 0.85rem; } }
.big_n .n_text {
  color: #888d97;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 25px; }
  @media all and (max-width: 767px) {
    .big_n .n_text {
      font-size: 0.85rem; } }
@media all and (max-width: 767px) {
  .big_n {
    margin-bottom: 40px; } }

.n_menu {
  border-top: 1px solid #d9d9d9;
  padding-top: 15px;
  margin-top: 30px; }
  .n_menu li {
    display: block;
    background-image: url("../images/menu_arrow.png");
    background-repeat: no-repeat;
    background-position: left 6px;
    margin-bottom: 10px; }
    .n_menu li a {
      color: #001648;
      font-size: 1rem;
      font-weight: 600;
      line-height: 30px;
      margin-left: 39px;
      display: block; }
  @media all and (max-width: 1024px) {
    .n_menu {
      margin-bottom: 40px; } }

.nn_cont {
  padding: 50px 50px 80px 50px; }
  @media all and (max-width: 767px) {
    .nn_cont {
      padding: 30px 15px 50px 15px; } }

.s_news img.nn_img {
  display: block;
  width: 100%;
  margin-bottom: 50px; }
.s_news p {
  color: #888d97;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.625rem;
  text-align: justify;
  margin-bottom: 30px; }
.s_news h1 {
  color: #001648;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 45px;
  margin: 30px 0; }
  @media all and (max-width: 767px) {
    .s_news h1 {
      font-size: 1.5rem;
      line-height: 30px; } }
.s_news h1.sn {
  margin-top: 0;
  margin-bottom: 20px; }
.s_news h2 {
  color: #001648;
  font-size: 1.719rem;
  font-weight: 600;
  line-height: 35px;
  text-align: center;
  margin: 45px 0; }
.s_news h3:not(.left_b_title) {
  color: #ff5131;
  font-size: 1.063rem;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase; }

.pn_bm_m {
  margin-bottom: 45px; }

.nn_date {
  color: #a2a2a2;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 45px; }
  .nn_date img.d_im {
    margin: 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 15px; }

.s_n_itms {
  border-top: 1px solid #d9d9d9;
  margin-top: 35px;
  padding-top: 40px; }
  .s_n_itms .s_n_itm {
    height: 144px;
    margin-bottom: 15px; }
    .s_n_itms .s_n_itm .s_n_itm-cont {
      padding-left: 20px;
      height: 144px; }
      @media all and (max-width: 1024px) {
        .s_n_itms .s_n_itm .s_n_itm-cont {
          height: auto; } }
      @media all and (max-width: 767px) {
        .s_n_itms .s_n_itm .s_n_itm-cont {
          padding-left: 0;
          margin-top: 10px; } }
    .s_n_itms .s_n_itm .s_n_itm-img img {
      display: block;
      width: 100%;
      height: 144px; }
    @media all and (max-width: 1024px) {
      .s_n_itms .s_n_itm {
        height: auto; } }

.s_n_itm-cont_in {
  border-bottom: 1px solid #d9d9d9;
  height: 100%; }
  .s_n_itm-cont_in h2 {
    color: #001648;
    font-size: 1rem;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 5px;
    position: relative;
    top: -5px; }
  .s_n_itm-cont_in .nn_date {
    margin-bottom: 20px;
    font-size: 0.813rem; }
    .s_n_itm-cont_in .nn_date img.d_im {
      position: relative;
      top: 3px; }
  .s_n_itm-cont_in .link_s_itm {
    position: relative;
    display: block; }
    .s_n_itm-cont_in .link_s_itm p {
      color: #888d97;
      font-size: 0.875rem;
      font-weight: 400;
      line-height: 20px;
      text-align: left; }
      .s_n_itm-cont_in .link_s_itm p:after {
        display: inline-block;
        width: 13px;
        height: 14px;
        content: url("../images/arrow_right_orange.png");
        margin-left: 10px; }

.n_p_small {
  margin: 40px 0; }
  .n_p_small .next_p, .n_p_small .prev_p {
    background-color: #ff5131;
    width: 112px;
    height: 34px;
    text-transform: uppercase;
    border-radius: 25px;
    display: block;
    float: left;
    line-height: 30px;
    text-align: center; }
    .n_p_small .next_p img, .n_p_small .prev_p img {
      position: relative;
      top: 3px; }
    .n_p_small .next_p a, .n_p_small .prev_p a {
      color: #ffffff;
      font-size: 0.625rem;
      font-weight: 700; }
  .n_p_small .next_p {
    margin-right: 10px; }
    .n_p_small .next_p img {
      left: -5px; }
  .n_p_small .prev_p img {
    right: -5px; }
  .n_p_small .inav {
    background-color: #c3c3c3; }

.dl_cont {
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9; }

.dl_top {
  padding-left: 50px;
  padding-top: 25px;
  padding-bottom: 25px; }
  .dl_top img {
    position: relative;
    top: 3px;
    margin-right: 20px; }
  .dl_top span {
    color: #001047;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase; }
  @media all and (max-width: 767px) {
    .dl_top {
      padding-left: 15px; } }

.dl_itms {
  padding-left: 50px;
  background-color: #efefef;
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  min-height: 90px; }
  .dl_itms .dl_itm {
    position: relative; }
    .dl_itms .dl_itm .dl_c {
      padding-top: 27px;
      float: left;
      width: 90%; }
      .dl_itms .dl_itm .dl_c span {
        color: #001648;
        font-size: 18px;
        font-weight: 400;
        display: inline-block;
        float: left;
        width: 100%;
        margin-bottom: 10px; }
        @media all and (max-width: 1100px) {
          .dl_itms .dl_itm .dl_c span {
            display: block;
            width: 90%;
            float: left; } }
        @media all and (max-width: 1024px) {
          .dl_itms .dl_itm .dl_c span {
            display: block;
            width: 77%;
            float: left; } }
        @media all and (max-width: 767px) {
          .dl_itms .dl_itm .dl_c span {
            font-size: 14px;
            line-height: 30px; } }
      .dl_itms .dl_itm .dl_c a {
        color: #ff5131;
        font-size: 14px;
        font-weight: 300;
        display: inline-block;
        float: left;
        text-decoration: underline; }
        @media all and (max-width: 1024px) {
          .dl_itms .dl_itm .dl_c a {
            display: block;
            width: 77%;
            float: left; } }
        @media all and (max-width: 767px) {
          .dl_itms .dl_itm .dl_c a {
            font-size: 14px;
            line-height: 30px; } }
      @media all and (max-width: 1024px) {
        .dl_itms .dl_itm .dl_c {
          padding-top: 10px;
          padding-bottom: 10px; } }
    .dl_itms .dl_itm .dl {
      float: right;
      background-color: #ffffff;
      width: 60px;
      height: 90px; }
      .dl_itms .dl_itm .dl img {
        display: block;
        width: 14px;
        position: relative;
        left: 0;
        right: 0;
        top: 35px;
        margin-left: auto;
        margin-right: auto; }
        @media all and (max-width: 1024px) {
          .dl_itms .dl_itm .dl img {
            position: absolute;
            top: 42%; } }
      @media all and (max-width: 1024px) {
        .dl_itms .dl_itm .dl {
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          height: auto; } }
    @media all and (max-width: 767px) {
      .dl_itms .dl_itm {
        padding-left: 15px; } }
  .dl_itms .dl_itm:not(:last-child) {
    border-bottom: 1px solid #d9d9d9; }
  @media all and (max-width: 767px) {
    .dl_itms {
      padding-left: 0; } }

.pb {
  padding-bottom: 25px; }

.s_cont {
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9; }

.s_form {
  padding-left: 50px;
  padding-top: 20px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px; }
  .s_form form img {
    position: relative;
    top: 5px;
    margin-right: 15px; }
  .s_form form span {
    color: #001648;
    font-size: 18px;
    font-weight: 600;
    margin-right: 10px; }
    @media all and (max-width: 767px) {
      .s_form form span {
        font-size: 14px; } }
  .s_form form input {
    border: none;
    border-bottom: 2px solid #eaeaea;
    height: 34px;
    width: 76%; }
    @media all and (max-width: 1064px) {
      .s_form form input {
        width: 150px; } }
    @media all and (max-width: 767px) {
      .s_form form input {
        width: 100px; } }
  .s_form form button {
    cursor: pointer;
    border: none;
    background-color: transparent; }
  @media all and (max-width: 767px) {
    .s_form {
      padding-left: 15px; } }

.se_menu {
  padding-left: 50px;
  padding-top: 20px;
  padding-bottom: 20px; }
  .se_menu li {
    display: block;
    float: left; }
    .se_menu li a {
      color: #001648;
      font-size: 14px;
      font-weight: 300;
      padding: 10px 20px 10px 0;
      display: block; }
      .se_menu li a:hover {
        font-weight: 700; }
    @media all and (max-width: 767px) {
      .se_menu li {
        float: none;
        width: 100%; } }
  @media all and (max-width: 767px) {
    .se_menu {
      padding-left: 15px; } }

.s_res {
  padding-left: 50px;
  background-color: #efefef;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 50px; }
  .s_res .s_res_itm {
    position: relative;
    border-bottom: 1px solid #d9d9d9; }
    .s_res .s_res_itm .s_res_itm_c {
      width: 88%;
      padding: 15px 0; }
      .s_res .s_res_itm .s_res_itm_c span {
        height: 20px;
        background-color: #ff5131;
        display: inline-block;
        border-radius: 25px;
        color: #ffffff;
        font-size: 10px;
        font-weight: 700;
        padding: 5px;
        text-transform: uppercase;
        line-height: 10px;
        margin-bottom: 10px; }
      .s_res .s_res_itm .s_res_itm_c h2 {
        color: #001648;
        font-size: 18px;
        font-weight: 600;
        line-height: 20px; }
      .s_res .s_res_itm .s_res_itm_c p {
        color: #001648;
        font-size: 13px;
        font-weight: 300;
        line-height: 20px; }
      @media all and (max-width: 767px) {
        .s_res .s_res_itm .s_res_itm_c {
          width: 77%; } }
    .s_res .s_res_itm .dl {
      width: 60px;
      position: absolute;
      background-color: white;
      top: 0;
      right: 0;
      bottom: 0; }
      .s_res .s_res_itm .dl img {
        position: absolute;
        left: 0px;
        margin-left: auto;
        right: 0;
        margin-right: auto;
        display: inline-block;
        top: 43%; }
    .s_res .s_res_itm:last-child {
      border-bottom: 0; }
  @media all and (max-width: 767px) {
    .s_res {
      padding-left: 15px; } }

.sh_cont {
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9; }

.g_itm {
  border-bottom: 1px solid #d9d9d9; }
  .g_itm .top_g {
    padding: 20px 50px; }
    .g_itm .top_g .sign {
      margin-right: 20px;
      display: inline-block;
      position: relative;
      top: 3px; }
    .g_itm .top_g span {
      color: #001047;
      font-size: 18px;
      font-weight: 600;
      display: inline-block;
      text-transform: uppercase; }
    .g_itm .top_g .img_d {
      float: right;
      cursor: pointer;
      position: relative;
      top: 3px; }
    @media all and (max-width: 767px) {
      .g_itm .top_g {
        padding: 20px 15px; } }
  .g_itm .i_c {
    display: none;
    padding: 0px 50px 20px 50px;
    background-color: #efefef;
    border-top: 1px solid #d9d9d9; }
    .g_itm .i_c .ic_c:not(:last-child) {
      border-bottom: 1px solid #d9d9d9; }
    .g_itm .i_c .ic_c {
      padding: 20px 0; }
    @media all and (max-width: 767px) {
      .g_itm .i_c {
        padding: 0 15px 20px 15px; } }

.main_city {
  color: #001047;
  font-size: 17px;
  font-weight: 600; }

.school {
  color: #001047;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px; }

.u-vmenu > ul > li {
  background: none; }

.u-vmenu ul li {
  width: 100%; }

.u-vmenu > ul > li:not(:last-child) {
  border-bottom: 1px solid #ff9946; }

.u-vmenu {
  background-color: #ff5131; }
  @media all and (max-width: 767px) {
    .u-vmenu {
      display: none; } }

.u-vmenu ul li a {
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 600; }

.u-vmenu ul li a[data-option="off"] {
  background: url(../images/arrow_bottom.png) right center no-repeat; }

.u-vmenu ul li a[data-option="on"] {
  background: url(../images/arrow_top.png) right center no-repeat; }

.u-vmenu > ul > li > a {
  margin-right: 10px;
  padding-left: 25px; }

.u-vmenu ul ul {
  background-color: white;
  margin-left: 10px; }

.u-vmenu > ul > li > ul > li > a {
  padding-left: 20px;
  color: #001047;
  font-size: 0.875rem;
  font-weight: 300;
  margin-right: 10px; }

.u-vmenu > ul > li > ul > li > a:hover {
  font-weight: 700; }

.u-vmenu > ul > li > ul {
  padding: 10px 0; }

.u-vmenu > ul > li > ul > li > ul > li > a {
  padding-left: 20px;
  color: #001047;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 20px; }

.u-vmenu > ul > li > ul > li > ul > li > a:hover {
  font-weight: 700; }

.head_m_m {
  margin-top: 10px; }

.m_pad {
  padding: 25px 0px; }

.l_b {
  border-left: 1px solid #eaeaea; }
  @media all and (max-Width: 767px) {
    .l_b {
      border-left: 0; } }

.r_b {
  border-right: 1px solid #eaeaea; }
  @media all and (max-width: 767px) {
    .r_b {
      border: 0; } }

.b_b {
  border-bottom: 1px solid #eaeaea; }

.b_t {
  border-top: 1px solid #d9d9d9; }

.no_t-p {
  padding-top: 0; }

.w_bgr {
  background-color: white; }

.no_b {
  border-bottom: 0; }

.l_20_p {
  padding-left: 25px; }
  @media all and (max-width: 767px) {
    .l_20_p {
      padding-left: 0; } }

.no_b_pad {
  padding-bottom: 0; }

.actv {
  display: block; }

.ltx {
  padding-right: 10px; }
  @media all and (max-width: 900px) {
    .ltx {
      width: 100%;
      padding-right: 0; } }

.bp {
  padding-bottom: 30px; }

.news_p_r {
  padding-right: 20px; }
  @media all and (max-width: 767px) {
    .news_p_r {
      padding-right: 0; } }

.b_tlr {
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9; }

.not-found {
  font-size: 22px;
  text-align: center;
  color: #001047;
  padding: 25px 0;
  text-transform: uppercase; }

.more_mgr {
  margin-top: 45px; }

b, strong {
  font-weight: 700; }

i, em {
  font-style: italic; }

u {
  text-decoration: underscore; }

/*# sourceMappingURL=style.css.map */
