@charset "utf-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;1,300&display=swap");

* {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
strong,
h1,
h2 {
  font-weight: 500;
}

.head-space {
  background-color: #383638;
  background-image: url("img/bg-planet.jpg");
  background-repeat: no-repeat;
  background-position: 50% 5%;
}
/*  .em-navtoggler {background-color:#f1f1f2; position: fixed; right: 25px; top:30px;}*/

.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
  color: #0090E0;
  font-weight: 500;
}

.full-nav {
  display: none;
}

.nav-link {
  color: #fff;
  font-size: 1em;
}
.nav-link:focus,
.nav-link:hover {
  color: #0090E0;
}

.head-space-inner .nav-link {
  color: #0a2e3a;
}
.nav-link.nav-lang {
  color: #0090E0;
}
.head-space-inner .nav-link:focus,
.head-space-inner .nav-link:hover {
  color: #0090E0;
}

.logos {
  grid-gap: 10px;
  grid-template-columns: auto auto auto auto auto auto;
  grid-template-rows: 30px;
  justify-content: space-between;
  margin-bottom: 70px;
}
.logos img {
  max-height: 100%;
  max-width: 100%;
}

.lk-reg .d-grid {
  grid-template-columns: auto 150px;
  grid-template-rows: 46px;
  justify-content: space-around;
  margin-bottom: 70px;
  align-items: flex-end;
  justify-items: end;
}
.lk-reg img {
  height: 46px;
}

.lk-reg a {
  display: block;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 0 0;
}
.lk-reg a.nav-lk {
  background-image: url("img/bg_icon_lk.png");
  width: 46px;
  height: 46px;
}
.lk-reg a.nav-reg {
  background-image: url("img/bg_icon_reg.png");
  width: 46px;
  height: 46px;
}
.lk-reg a:hover {
  background-position: right 0 top 0;
}
.lk-reg a.on {
  background-position: right 0 top 0;
}
.lk-reg-group {
  position: relative;
}
.lk-reg-group.firstlkr {
  border-left: 2px solid #0090E0;
}
a.lk-nav-text,
a.reg-nav-text {
  background-image: url("img/bg_icon_lk_b.png");
  width: 150px;
  height: 68px;
  display: block;
  position: absolute;
  right: 0;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  padding-top: 28px;
}
a.reg-nav-text {
  background-image: url("img/bg_icon_reg_b.png");
}

.nav-logos {
  margin-top: 13px;
}
.nav-navs {
  margin-top: -14px;
}
/*  .lk-reg {margin-top: ;}*/

.a-lang {
  float: right;
  height: 45px;
  width: 45px;
  margin: 5px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 43px;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: large;
}
.a-lang:focus,
.a-lang:hover {
  color: #fff;
  font-weight: 400;
  font-size: large;
}
.dropdown-menu.show {
  background-color: #0090E0;
  padding-top: 0;
  padding-bottom: 0;
  left: 50% !important;
  transform: translate3d(-50%, 51px, 0px) !important;
  inset: none !important;
}
.ddm {
  position: relative;
}
.ddm::before {
  content: "";
  display: block;
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 22px;
  height: 12px;
  background-image: url("img/dropdown_top.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.dropdown-toggle::after {
  display: none !important;
}
.dropdown-menu a {
  color: #fff;
  line-height: 46px;
  text-align: center;
}
.dropdown-menu a:hover {
  color: #0a2e3a;
  background-color: inherit;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff;
  background-color: #0a2e3a;
}
.nav-container {
  position: absolute;
  top: 37px;
  left: 50%;
  transform: translate(-50%, 0);
}
.tonext {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
}
.tonext span {
  display: block;
  clear: both;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #0090E0;
  margin: 7px auto;
}
.tonext span.tb1 {
  width: 10px;
  height: 10px;
}
.tonext span.tb2 {
  width: 20px;
  height: 20px;
}

.nav-toggle {
  display: block;
  position: fixed;
  background-color: rgba(8, 14, 20, 0.5);
  right: 17px;
  top: 17px;
  width: 60px;
  height: 53px;
  padding: 7px;
  box-sizing: border-box;
  border-radius: 5px;
  z-index: 4000;
}
.head-space-inner .nav-toggle {
  background-color: rgba(241, 241, 243, 0.8);
}
.nav-toggle [class*="bar-"] {
  background: #0090E0;
  display: block;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  border-radius: 3px;
  height: 3px;
  width: 46px;
  margin-bottom: 15px;
}
.nav-toggle .bar-bot {
  margin-bottom: 0;
}
.opened .bar-top {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 0 9px;
  transform-origin: 0 9px;
}
.opened .bar-mid {
  opacity: 0;
}
.opened .bar-bot {
  -webkit-transform: rotate(45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 1px -5px;
  transform-origin: 1px -5px;
}

.svg_icon {
  margin-right: 15px;
}
.offcanvas.offcanvas-end {
  top: 85px;
  width: 400px;
  max-width: 90%;
  background-color: rgba(0, 144, 224, 0.9); /*rgba(25, 208, 196, 0.9);*/
}
.offcanvas-body {
  padding-left: 50px;
}
.offcanvas-body .btn {
  color: #fff;
}
#committees-collapse,
#program-collapse,
#hotel-collapse {
  padding-left: 120px;
  margin-left: -50px;
  margin-right: -20px;
  padding-right: 40px;
  background-color: #0090E0;
}
#committees-collapse ul li,
#program-collapse ul li,
#hotel-collapse ul li {
  border-bottom: 1px solid #fff;
}
#committees-collapse ul li:last-of-type,
#program-collapse ul li:last-of-type,
#hotel-collapse ul li:last-of-type {
  border-bottom: none;
}
#committees-collapse ul li a,
#program-collapse ul li a,
#hotel-collapse ul li a {
  min-height: 60px;
  align-items: center;
  font-size: 1rem;
  line-height: 1.2rem;
  text-decoration: none;
  color: #000;
  font-weight: 400;
}
#committees-collapse ul li a:hover,
#program-collapse ul li a:hover,
#hotel-collapse ul li a:hover {
  background-color: none !important;
}
.mainhead {
  max-width: 100%;
  padding-top: 80px;
  padding-bottom: 50px;
}
.mainhead h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 2rem;
  text-shadow: 0px 0px 7px #1e1e1e;
}

.head-lead {
  color: #fff;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 3rem;
  text-shadow: 0px 0px 7px #1e1e1e;
  margin-top: 20px;
}

.btn-space {
  background-color: #0090E0;
  height: 70px;
  border: none;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 45px;
  font-size: 1.5rem;
  line-height: 70px;
  text-transform: none;
  color: #fff;
  text-shadow: none;
}
.btn-space:hover {
  background-color: #0a2e3a;
  color: #0090E0;
  box-shadow: 0px 0px 14px #5bddd4;
  border: none;
}
.btn-space:active {
  background-color: #0a2e3a !important;
  color: #0090E0 !important;
  box-shadow: 0px 0px 14px #5bddd4;
}

.btn-letter {
  text-align: center;
  padding: 14px 20px;
  font-size: 1.4rem;
  height: auto;
  line-height: 27px;
  width: 92%;
  text-transform: none;
  color: #fff;
  border: none;
  border-radius: 45px;
  background-color: #0090E0;
}
.space-welcome {
  background-color: #f1f1f3;
  padding-top: 40px;
  padding-bottom: 30px;
  color: #231f20;
}
.space-welcome h2 {
  position: relative;
  font-size: 1.7em;
  text-transform: uppercase;
  color: #383638;
  margin-bottom: 26px;
  font-weight: 500;
}
/*
.space-welcome h2::before {
  content: "";
  display: block;
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #0090E0;
}
*/
.welcome-text p {
  font-size: 1rem;
  line-height: 1.2rem;
  text-align: justify;
  text-indent: 40px;
}
.welcome-text ul { margin-left: 34px; }
.welcome-text ul li {font-size: 1rem;
  line-height: 1.2rem;}

.welcome-text p.sign {
  font-size: 1.2rem;
  line-height: 1.5rem;
  text-indent: 0;
  padding-top: 10px;
  text-align: right;
}
.welcome-text p.sign img {
  float: left;
  margin: 0 20px 0 0;
  width: 30%;
}

.person-block {
  margin-bottom: 75px;
  text-align: center;
}
.welcome-fio {
  font-size: 1.5rem;
  line-height: 1.6rem;
  color: #12677c;
  padding: 15px 0;
  margin: 0;
  font-weight: 400;
  text-align: left;
}
.welcome-title {
  font-size: 1.1rem;
  line-height: 1.2rem;
  color: #17cfc3;
  padding: 0;
  font-weight: 400;
  text-align: left;
}

/*Внутренняя*/
.space-content {
  background: url("img/bg_r.png") right -500px top 50px no-repeat,
    url("img/bg_l.png") left -190px bottom 10px no-repeat, #f1f1f3;
  padding-top: 130px;
  padding-bottom: 60px;
  color: #231f20;
  margin-top: 0;
  min-height: 58vh;
}

.space-content.bg2 {
  background: url("img/bg_r2.png") right -120px bottom -80px no-repeat,
    url("img/bg_l.png") left -120px top 30px no-repeat, #f1f1f3;
}
.space-content.bg3 {
  background: url("img/bg_r.png") right -450px top 33% no-repeat,
    url("img/bg_l.png") left -120px top 50px no-repeat,
    url("img/bg_l2.png") left -120px top 1100px no-repeat, #f1f1f3;
}
.space-content.bg4 {
  background: url("img/bg_r.png") right -450px top 33% no-repeat,
    url("img/bg_l.png") left -120px bottom 30px no-repeat, #f1f1f3;
}
.space-content.bg5 {
  background: url("img/bg_r.png") right -450px top 40% no-repeat,
    url("img/bg_r3.png") right -120px top 90% no-repeat,
    url("img/bg_l.png") left -120px top 50px no-repeat,
    url("img/bg_l2.png") left -110px top 70% no-repeat, #f1f1f3;
}

.space-content h1 {
  position: relative;
  font-size: 2rem;
  text-transform: uppercase;
  color: #383638;
  margin-bottom: 53px;
  font-weight: 500;
}
.space-content h1::before {
  content: "";
  display: block;
  position: absolute;
  top: -40px;
  left: 0;
  width: 220px;
  height: 12px;
  background-color: #0090E0;
}
.space-content h2 {
  font-size: 2rem;
  text-transform: uppercase;
  color: #0090E0;
  margin-bottom: 42px;
  font-weight: 300;
}
/*  .space-content h2 span { font-size:1.6rem; line-height:2.1rem; text-transform:none; color:#231F20; font-weight: 500; }*/
.space-content p {
  font-size: 1.4rem;
  line-height: 1.9rem;
  text-align: justify;
  margin-bottom: 39px;
}
.space-content p span {
  color: #0090E0;
}
.space-content p strong > span {
  font-weight: 500;
}
.space-content ul {
  font-size: 1.4rem;
  line-height: 1.9rem;
  text-align: left;
  margin-bottom: 39px;
}
/*  .space-content li { font-size: 1.6rem; line-height:2.1rem; text-align: left; }*/
.space-content li::marker {
  color: #0090E0;
}
.space-content .btn-space {
  font-weight: 300;
  padding-left: 80px;
  padding-right: 80px;
}
.space-content .btn-space.slim {
  padding-left: 40px;
  padding-right: 40px;
}

.space-content a {
  color: #0090E0;
}
.space-content a.btn-space {
  color: #fff;
}
.space-content hr {
  margin-top: 65px;
  margin-bottom: 65px;
  border: 1px solid #0090E0;
}
.space-content hr.c220 {
  margin-top: 30px;
  margin-bottom: 30px;
  height: 8px;
  background-color: #0090E0;
  width: 220px;
  opacity: 1;
}

.grid-imgs {
  display: grid;
  width: 100%;
  grid-gap: 20px;
  grid-auto-flow: row;
}
.space-imgrounded {
  border: 2px solid #0090E0;
  border-radius: 9px;
  width: 100%;
  height: 100%;
}
.space-content .tbl {
  border-collapse: inherit;
  border-spacing: 10px;
  font-size: 1.4rem;
  line-height: 1.9rem;
  margin-bottom: 25px;
}
.space-content .tbl tr th,
.space-content .tbl tr td {
  padding: 10px;
}
.space-content .tbl tr th {
  background-color: #a7fcf4;
  font-weight: 400;
}
.space-content .tbl tr td {
  background-color: #fff;
}

.space-content .grid-table {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr;
  justify-content: flex-start;
  margin-bottom: 45px;
}
.space-content .grid-table h2 {
  grid-column: 1 / 3;
  grid-row: 3 / 4;
}
.space-content .grid-table .col {
  background-color: #0090E0;
  padding: 20px;
  color: #fff;
}

h2.h2con {
  margin-top: 50px;
  margin-bottom: 80px;
  font-weight: 400;
}
.contacts img.rounded-circle {
  width: 95%;
}
.contacts h3 {
  font-size: 1.5rem;
  color: #0090E0;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 12px;
}
.contacts p {
  text-align: left;
}
.contacts [href*="tel:"] {
  color: #000;
  text-decoration: none;
}

footer {
  background-color: #0a2e3a;
  color: #f7f7f7;
  padding-top: 50px;
  padding-bottom: 70px;
}
footer a {
  text-decoration: none;
  color: #f7f7f7;
}
.f-logo-bg {
  background-image: url("../img/logo_imbp2025.png");
  background-repeat: no-repeat;
  background-position: top 5px left 15px;
  background-size: auto 75%;
}
footer a.logo-medi img {
  width: 150px;
  max-width: 95%;
}

@media (min-width: 576px) {
  .welcome-fio {
    padding: 50px 0 25px;
  }
  .space-content h1 {
    font-size: 2.2rem;
    margin-bottom: 58px;
  }
}

@media (min-width: 768px) {
  .head-space {
    background-size: cover;
    background-position: center 0;
  }
  .mainhead {
    padding-top: 150px;
    padding-bottom: 50px;
  }
  .mainhead h1 {
    font-size: 1.75rem;
    line-height: 3rem;
  }
  .mainhead h1 span {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .head-lead {
    font-size: 1.85rem;
    line-height: 4rem;
    margin-top: 0;
  }
  .btn-space {
    padding-left: 90px;
    padding-right: 90px;
    font-size: 2rem;
    height: 90px;
    line-height: 90px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .space-content .btn-space.slim {
    padding-left: 80px;
    padding-right: 80px;
  }
  .person-block {
    text-align: left;
  }
  .space-welcome {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .space-welcome h2 {
    font-size: 2.2em;
  }
  .space-welcome h2::before {
    width: 220px;
    height: 12px;
  }
  .welcome-fio {
    font-size: 2rem;
    line-height: 2.2rem;
    padding: 25px 0 20px;
  }
  .welcome-title {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
  .welcome-text p, .welcome-text ul li {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .welcome-text p.sign {
    font-size: 1.7rem;
    line-height: 2.3rem;
  }
  /*  .tonext { display:block; }*/
  .space-content .grid-table {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .space-content .grid-table h2 {
    grid-column: 1 / 5;
    grid-row: 2 / 3;
  }
  .space-content h1 {
    font-size: 3.35rem;
    margin-bottom: 63px;
  }
  .space-content h2 {
    font-size: 2.25rem;
    margin-bottom: 48px;
  }
  .space-content p {
    font-size: 1.6rem;
    line-height: 2.1rem;
    margin-bottom: 45px;
  }
  .space-content ul {
    font-size: 1.6rem;
    line-height: 2.1rem;
    margin-bottom: 45px;
  }
  .space-content .tbl {
    border-collapse: inherit;
    border-spacing: 20px;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .space-content .tbl tr th,
  .space-content .tbl tr td {
    padding: 17px;
  }

  .space-content {
    background: url("img/bg_r.png") right top 50px no-repeat,
      url("img/bg_l.png") left -165px bottom 50px no-repeat, #f1f1f3;
    padding-top: 130px;
    padding-bottom: 60px;
    color: #231f20;
    margin-top: 160px;
    min-height: 58vh;
  }
  .space-content.bg2 {
    background: url("img/bg_r2.png") right -30px bottom -80px no-repeat,
      url("img/bg_l.png") left -85px top 30px no-repeat, #f1f1f3;
  }
  .space-content.bg3 {
    background: url("img/bg_r.png") right -30px top 33% no-repeat,
      url("img/bg_l.png") left -85px top 50px no-repeat,
      url("img/bg_l2.png") left -110px top 1100px no-repeat, #f1f1f3;
  }
  .space-content.bg4 {
    background: url("img/bg_r.png") right -60px top 33% no-repeat,
      url("img/bg_l.png") left -85px bottom 30px no-repeat, #f1f1f3;
  }
  .space-content.bg5 {
    background: url("img/bg_r.png") right -20px top 40% no-repeat,
      url("img/bg_r3.png") right -20px top 90% no-repeat,
      url("img/bg_l.png") left -85px top 50px no-repeat,
      url("img/bg_l2.png") left -110px top 70% no-repeat, #f1f1f3;
  }

  footer a.logo-medi img {
    width: 240px;
  }
}

@media (max-width: 991px) {
}
@media (min-width: 992px) {
  .full-nav {
    display: flex;
  }
  .mainhead h1 {
    font-size: 2.3rem;
    line-height: 3.3rem;
  }
  .mainhead h1 span {
    font-size: 1.6rem;
    line-height: 2.7rem;
  }
  .nav-navs {
    margin-top: -14px;
  }
  .grid-imgs {
    grid-auto-flow: column;
  }
  .space-content .tbl {
    border-collapse: inherit;
    border-spacing: 20px;
    font-size: 1.6rem;
    line-height: 2.1rem;
    margin-bottom: 25px;
  }
  .space-content .tbl tr th,
  .space-content .tbl tr td {
    padding: 20px;
  }
}

@media (min-width: 1200px) {
  .mainhead h1 {
    font-size: 2.8rem;
    line-height: 4.1rem;
  }
  .mainhead h1 span {
    font-size: 2rem;
    line-height: 3.3rem;
  }
  /*  .nav-navs {margin-top: 3px;}*/
}

@media (min-width: 1400px) {
}

/*  
.element-animation {
  /* Скроем элемент в начальном состоянии * /
  opacity: 0;
  transform: translateY(20px);
}

.element-animation.element-show {
  opacity: 1;
  transition: all 1.5s;
  transform: translateY(0%);
}
  */

.banner-text {
  font-size: 2rem;
  line-height: 3.3rem;
  color: #fff;
  text-shadow: 0px 0px 5px #000000;
}

.card .img-fluid {
  height: 100% !important;
  object-fit: cover !important;
}
.main-logo {
  margin: 20px auto;
  object-fit: contain;
  width: 90px;
}

@media screen and (min-width: 600px) {
  .mob-logo {
    display: none;
  }
}

.nav-logos img {
  height: 50px;
}