@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
  v2.0 | 20110126
  License: none (public domain)
*/
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; }

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::-ms-clear {
  width: 0;
  height: 0; }

html, body {
  height: 100%; }

body {
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 15px; }

.main {
  min-height: 100%; }

* html .main {
  height: 100%; }

.width1200 {
  max-width: 1200px; }

.hFooter {
  height: 80px; }

.rol {
  clear: both;
  width: 100%; }

.col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  position: relative;
  width: 25%; }
  .col__lineGray {
    border-right: 1px solid #c6c6c6; }

.col-2 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding: 10px 2% 10px 0; }

.col-4 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 25%;
  padding: 10px 2% 10px 0; }

.infoBlock {
  display: table;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 2px; }
  .infoBlock .col {
    display: table-cell;
    float: none;
    padding-top: 30px;
    vertical-align: top; }
    .infoBlock .col:first-child {
      background-image: url("../img/bg-l.jpg");
      background-repeat: repeat-y;
      background-position: right;
      margin-top: 2px; }
    .infoBlock .col:last-child {
      background-image: url("../img/bg-r.jpg");
      background-repeat: repeat-y;
      background-position: left;
      margin-top: 2px;
      width: 75%; }

.content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 25px;
  padding-left: 5%;
  padding-right: 5%;
  margin-bottom: 25px;
  width: 100%; }
  .content p {
    line-height: 1.3;
    text-align: justify;
    clear: both; }

table {
  border: 1px solid #58a130;
  margin: 10px 0;
  width: 100%; }
  table tr td {
    border-bottom: 1px solid #58a130;
    padding: 10px;
    width: 70%; }
    table tr td:last-child {
      border-left: 1px solid #58a130;
      width: 30%; }

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

.keynote {
  display: table;
  border-top: 1px solid #ebeff0;
  width: 100%;
  vertical-align: top; }
  .keynote__col {
    display: table-cell;
    border-top: none;
    padding: 10px 0;
    width: 15%;
    vertical-align: top; }
    .keynote__col:first-child img {
      max-width: 90px; }
    .keynote__col:last-child {
      border-left: none;
      width: 85%; }

#rotator {
  height: 181px; }
  #rotator ul li {
    float: left;
    position: absolute;
    list-style: none; }
    #rotator ul li.show {
      z-index: 500; }

/* стили блока аккордеон */
.accordion {
  width: 80%; }

/* секции аккордеона */
.accordion .accordion_item {
  margin-bottom: 1px;
  position: relative; }

/* заголовки панелей аккордеона */
.accordion .title_block, .accordion .title_block2 {
  position: relative;
  font-weight: bold;
  font-size: 16px;
  color: #0c53a0;
  padding: 10px 0 10px 20px;
  -webkit-transition: all .2s linear 0;
  -webkit-transition-delay: .2s 0;
  -o-transition: all .2s linear 0;
  transition: all .2s linear 0; }

.accordion .title_block {
  cursor: pointer; }

/* переключатель панелей, положение вниз */
.accordion .title_block:before {
  content: '';
  height: 6px;
  width: 6px;
  display: block;
  border: 2px solid #0c53a0;
  border-right-width: 0;
  border-top-width: 0;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  left: 0px;
  top: 14px; }

/* активный переключатель, положение вверх */
.accordion .active_block .title_block:before {
  border: 2px solid #0c53a0;
  border-left-width: 0;
  border-bottom-width: 0;
  top: 16px; }

/* блоки с содержанием */
.accordion .info {
  display: none;
  font-size: 15px;
  padding: 5px 15px;
  overflow: hidden; }

/* параграф внутри блоков с содержанием */
.accordion .info_item {
  padding-left: 16px;
  position: relative;
  margin-bottom: 10px; }
  .accordion .info_item:before {
    content: '-';
    position: absolute;
    left: 6px;
    font-size: 15px; }

h1 {
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  text-shadow: 0 1px 1px rgba(250, 250, 250, 0.4);
  letter-spacing: -1px; }

h2 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase; }

h3 {
  color: #1085cf;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 0 10px 0;
  clear: both; }

p {
  padding: 8px 0;
  line-height: 1.2; }

.text_center {
  text-align: center; }

.text_right {
  text-align: right; }

.text_left {
  text-align: right; }

.text_red {
  color: #8b2308; }

.text_blue {
  color: #06b1e5; }

.text_purple {
  color: #1085cf; }

.text_black {
  color: #000; }

.text_gray {
  color: #4d4b58; }

.text_bold {
  font-weight: bold; }

ol {
  padding-left: 3.5%; }
  ol li {
    padding: 10px 0;
    line-height: 1.2; }

ul.circle {
  padding-top: 15px; }
  ul.circle li {
    padding: 10px 0;
    position: relative;
    font-size: 14px;
    line-height: 1.2; }
    ul.circle li:before {
      content: '';
      background-color: #463bae;
      display: inline-block;
      margin-right: 8px;
      position: relative;
      border-radius: 50%;
      width: 5px;
      height: 5px;
      vertical-align: middle; }
  ul.circle--black {
    padding-top: 0px !important; }
    ul.circle--black li {
      padding: 5px 0 !important; }
      ul.circle--black li:before {
        background-color: #000 !important; }
  ul.circle--padding {
    padding-left: 5%; }

ul.circle2 {
  padding-top: 0 !important; }

a {
  color: #1085cf; }

.bread-crumbs {
  font-size: 13px;
  padding-left: 5%;
  color: #4d4b58; }
  .bread-crumbs a {
    text-decoration: none;
    font-size: 13px; }
  .bread-crumbs span {
    font-size: 13px; }

.header {
  margin-top: 25px; }
  .header__block-logo {
    display: table;
    margin: 0 auto;
    width: 100%; }
    .header__block-logo .itp {
      background: url(../img/logo_itpGray.jpg) no-repeat;
      display: inline-block;
      height: 68px;
      width: 69px;
      background-size: 80%; }
      .header__block-logo .itp:hover {
        background: url(../img/logo_itp.jpg) no-repeat;
        background-size: 80%; }
    .header__block-logo .umd {
      background: url(../img/logo_umdGray.gif) no-repeat;
      display: inline-block;
      height: 74px;
      width: 75px; }
      .header__block-logo .umd:hover {
        background: url(../img/logo_umd.gif) no-repeat; }
    .header__block-logo .kyushu {
      background: url(../img/logo_kyushuGray.jpg) no-repeat;
      display: inline-block;
      height: 54px;
      width: 174px; }
      .header__block-logo .kyushu:hover {
        background: url(../img/logo_kyushu.jpg) no-repeat; }
    .header__block-logo .amu {
      background: url(../img/logo_amuGray.jpg) no-repeat;
      display: inline-block;
      height: 55px;
      width: 158px; }
      .header__block-logo .amu:hover {
        background: url(../img/logo_amu.jpg) no-repeat; }
    .header__block-logo .imech {
      background: url(../img/logo_imechGray.jpg) no-repeat;
      display: inline-block;
      height: 67px;
      width: 68px; }
      .header__block-logo .imech:hover {
        background: url(../img/logo_imech.jpg) no-repeat; }
    .header__block-logo .rnf {
      background: url(../img/logo_rnfGray.png) no-repeat;
      display: inline-block;
      height: 39px;
      width: 193px;
      background-size: 90%; }
      .header__block-logo .rnf:hover {
        background: url(../img/logo_rnf.png) no-repeat;
        background-size: 90%; }
    .header__block-logo .ngu {
      background: url(../img/logo_nguGray.jpg) no-repeat;
      display: inline-block;
      height: 49px;
      width: 129px; }
      .header__block-logo .ngu:hover {
        background: url(../img/logo_ngu.jpg) no-repeat; }
    .header__block-logo .beg {
      background: url(../img/logo_begGray.jpg) no-repeat;
      display: inline-block;
      height: 53px;
      width: 124px; }
      .header__block-logo .beg:hover {
        background: url(../img/logo_beg.jpg) no-repeat; }
    .header__block-logo .nkt {
      background: url(../img/nktGray.jpg) no-repeat;
      display: inline-block;
      height: 47px;
      width: 75px;
      background-size: 80%; }
      .header__block-logo .nkt:hover {
        background: url(../img/nkt.png) no-repeat;
        background-size: 80%; }
  .header__logo-item {
    display: table-cell;
    width: auto;
    text-align: left;
    vertical-align: middle;
    padding-right: 4%; }
  .header__block-itp {
    width: 100%; }
  .header__block-title {
    background-image: url("../img/title-itp.jpg");
    max-width: 1180px;
    margin: 0 auto;
    height: 75px; }
    .header__block-title img {
      display: block;
      margin: 0 auto;
      padding-top: 20px; }
  .header__main-bg {
    background-color: #ebeff0;
    position: relative;
    height: 180px;
    width: 100%;
    border-top: 1px solid #c6c6c6; }
    .header__main-bg:after {
      content: '';
      display: block;
      position: absolute;
      background-repeat: repeat-x;
      width: 100%;
      bottom: -13px;
      height: 13px;
      background-image: url("../img/bg-b.jpg"); }
  .header__main {
    margin: 0 auto;
    max-width: 1200px;
    min-width: 1024px;
    width: 100%;
    overflow: hidden;
    height: 100%;
    min-height: 100px; }
    .header__main .col {
      position: relative;
      height: auto;
      position: relative; }
      .header__main .col:last-child {
        background-position: right;
        background-repeat: no-repeat;
        background-size: 100%;
        display: table;
        float: right;
        position: relative;
        vertical-align: top;
        width: 75%; }
  .header__main-row {
    margin: 0 auto;
    display: table;
    width: 100%;
    vertical-align: middle; }
  .header__main-col {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    position: relative;
    vertical-align: top;
    width: 25%; }
    .header__main-col:last-child {
      width: 75%;
      border-right: none;
      background-image: url("../img/main_fon.jpg");
      text-align: left;
      padding-left: 3%;
      padding-top: 15px; }
    .header__main-col img {
      display: inline-block; }
  .header__blockTitle {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin-left: 0;
    margin-top: 0;
    font-family: "Montserrat", sans-serif;
    text-align: right;
    vertical-align: top;
    width: 100%;
    padding-bottom: 20px; }
  .header__title {
    color: #485e6c;
    display: inline-block;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    padding-bottom: 6px;
    text-shadow: 0 1px 1px rgba(250, 250, 250, 0.4); }
  .header__info {
    color: #485e6c;
    display: inline-block;
    font-size: 20px;
    font-size: 24px;
    margin-top: 6px;
    text-shadow: 0 1px 1px rgba(250, 250, 250, 0.4); }
  .header__logos {
    display: block;
    text-align: right;
    padding-right: 10%; }
    .header__logos a {
      display: inline-block;
      padding: 0 4%; }
      .header__logos a:first-child {
        padding-left: 0; }
      .header__logos a:last-child {
        padding-right: 0; }
  .header .rol {
    margin: 33px 0; }
  .header__img-bg {
    position: absolute;
    width: 90%;
    top: 0;
    text-align: left; }
  .header__title2 {
    display: inline-block;
    text-align: center;
    font-family: "Secular One", sans-serif;
    color: #463bae;
    text-transform: uppercase;
    font-size: 54px;
    line-height: 1;
    vertical-align: middle;
    padding-top: 20px; }
    .header__title2 span {
      color: #4d4b58;
      display: inline-block; }

.block_lang {
  padding-right: 5%;
  position: relative;
  text-align: right; }
  .block_lang a {
    display: inline-block;
    font-weight: bold;
    margin-right: 10px; }
    .block_lang a:last-child {
      margin-right: 0; }
  .block_lang .text {
    color: #ebeff0;
    display: inline-block; }

@media screen and (max-width: 1200px) {
  .header__logos a {
    padding: 0 2%; } }

.menu {
  font-size: 16px;
  margin-top: 10px;
  text-align: right; }
  .menu li {
    border-bottom: 1px solid #c6c6c6;
    margin-right: 2px;
    position: relative; }
    .menu li:after {
      content: '';
      position: absolute;
      display: block;
      background-image: url("../img/menu-bg.jpg");
      height: 10px;
      width: 100%;
      bottom: -11px; }
    .menu li i {
      color: #485e6c;
      display: inline-block;
      margin-left: 14px;
      position: absolute;
      right: 0; }
  .menu .fa-caret-right {
    font-size: 18px; }
  .menu__sub {
    display: none;
    padding: 10px 12%; }
    .menu__sub a {
      color: #485e6c;
      cursor: pointer;
      padding: 5px 10px 5px 0;
      display: block;
      text-decoration: none; }
      .menu__sub a:hover {
        color: #463bae; }
  .menu__main {
    display: block;
    padding: 20px 12% 20px 0;
    color: #4d4b58;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none; }
    .menu__main--caret:after {
      content: "\f0d7";
      position: relative;
      font-family: FontAwesome;
      font-size: 14px;
      padding-left: 5px;
      color: #58a130; }
    .menu__main.active .menu__sub {
      display: block; }
    .menu__main.active.menu__main--caret:after {
      content: "\f0d8"; }

#committee .committee .menu__sub {
  display: block; }

#committee .committee .menu__main.menu__main--caret:after {
  content: "\f0d8"; }

#committee .committee .menu__main.active .menu__sub.committee {
  display: none !important; }

#committee .committee .menu__main.active.menu__main--caret:after {
  content: "\f0d7"; }

#information .information .menu__sub {
  display: block; }

#information .information .menu__main.menu__main--caret:after {
  content: "\f0d8"; }

#information .information .menu__main.active .menu__sub.information {
  display: none !important; }

#information .information .menu__main.active.menu__main--caret:after {
  content: "\f0d7"; }

#submissions .submissions .menu__sub {
  display: block; }

#submissions .submissions .menu__main.menu__main--caret:after {
  content: "\f0d8"; }

#submissions .submissions .menu__main.active .menu__sub.submissions {
  display: none !important; }

#submissions .submissions .menu__main.active.menu__main--caret:after {
  content: "\f0d7"; }

#registration .registration .menu__sub {
  display: block; }

#registration .registration .menu__main.menu__main--caret:after {
  content: "\f0d8"; }

#registration .registration .menu__main.active .menu__sub.registration {
  display: none !important; }

#registration .registration .menu__main.active.menu__main--caret:after {
  content: "\f0d7"; }

#travel .travel .menu__sub {
  display: block; }

#travel .travel .menu__main.menu__main--caret:after {
  content: "\f0d8"; }

#travel .travel .menu__main.active .menu__sub.travel {
  display: none !important; }

#travel .travel .menu__main.active.menu__main--caret:after {
  content: "\f0d7"; }

.contact {
  margin-bottom: 21px;
  margin-top: 120px;
  padding-right: 10%; }
  .contact__title {
    font-weight: bold;
    margin-bottom: 10px;
    text-align: right;
    text-transform: uppercase; }
  .contact__info {
    text-align: right; }
    .contact__info p {
      padding: 5px 0; }

.footer {
  background-color: #ebeff0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 80px;
  font-size: 14px;
  margin-top: -80px;
  padding-top: 20px;
  padding-left: 5%;
  padding-right: 5%; }
