@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.btn-ief {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background: #FEC000;
  font-size: 1.25rem;
  color: #fff;
  font-weight: bold;
  padding: 10px 60px; }
  .btn-ief:hover {
    transform: scale(1.1); }
  .btn-ief:focus {
    box-shadow: none; }

* {
  scroll-behavior: smooth;
  font-family: "Roboto", sans-serif;
  font-size: 16px; }
  * a {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    color: #000;
    text-decoration: none; }
    * a:hover {
      color: #FEC000;
      text-decoration: none; }
  *::selection {
    background: rgba(254, 192, 0, 0.18); }
  *::-moz-selection {
    background: rgba(254, 192, 0, 0.18); }
  *:focus {
    outline: none;
    box-shadow: none;
    border: none;
    filter: drop-shadow(0px 0px 1px rgba(254, 192, 0, 0.85)); }

.wht {
  color: #fff; }

.blt {
  color: #000; }

.yet {
  color: #FEC000;
  font-size: inherit; }

body {
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s;
  /* Firefox < 16 */
  -ms-animation: fadein 2s;
  /* Internet Explorer */
  -o-animation: fadein 2s;
  /* Opera < 12.1 */
  animation: fadein 2s;
  max-width: 1920px;
  margin: auto; }

.navbar {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  min-height: 70px;
  position: sticky;
  top: 0px;
  z-index: 10;
  background: #0789BA;
  padding: 40px 0 10px; }
  .navbar .nav-link {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 300;
    position: relative;
    padding-right: 0 !important;
    padding-left: 0 !important; }
    .navbar .nav-link:before {
      content: "";
      position: absolute;
      margin-top: 30px;
      margin-left: auto;
      width: 100%;
      height: 2px;
      background: #FEC000;
      visibility: hidden;
      border-radius: 5px;
      transform: scaleX(0);
      transition: .25s linear; }
    .navbar .nav-link:hover {
      color: #FEC000; }
      .navbar .nav-link:hover:before {
        visibility: visible;
        transform: scaleX(1); }
    .navbar .nav-link.active {
      color: #FEC000;
      pointer-events: none; }
      .navbar .nav-link.active:before {
        visibility: visible;
        transform: scaleX(1); }
  .navbar .icon-bar {
    width: 22px;
    height: 2px;
    background-color: #B6B6B6;
    display: block;
    transition: all 0.2s;
    margin-top: 4px; }
  .navbar .navbar-toggler {
    position: absolute;
    top: 25px;
    right: 10px;
    border: none;
    background: transparent !important; }
    .navbar .navbar-toggler:focus {
      text-decoration: none;
      outline: 0;
      box-shadow: none; }
  .navbar .navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%; }
  .navbar .navbar-toggler .middle-bar {
    opacity: 0; }
  .navbar .navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%; }
  .navbar .navbar-toggler.collapsed .top-bar {
    transform: rotate(0); }
  .navbar .navbar-toggler.collapsed .middle-bar {
    opacity: 1; }
  .navbar .navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0); }
  .navbar .navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%; }
  .navbar .navbar-toggler .middle-bar {
    opacity: 0; }
  .navbar .navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%; }
  .navbar .navbar-toggler.collapsed .top-bar {
    transform: rotate(0); }
  .navbar .navbar-toggler.collapsed .middle-bar {
    opacity: 1; }
  .navbar .navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0); }

header {
  background-color: #0789BA; }
  header .header-content {
    min-height: 600px; }
    header .header-content h3 {
      font-weight: 300; }
  header .header-images {
    background-color: #FEC000;
    position: relative;
    right: -30px; }
    header .header-images .header-photo {
      position: relative;
      top: -30px;
      left: -30px;
      width: 100%;
      max-width: 780px; }
  header .fas {
    font-size: 1.75rem; }

.events-date {
  color: #FEC000;
  font-size: 1.5rem;
  font-weight: bold; }

@media screen and (min-width: 1660px) {
  header .header-images {
    right: -100px; }
    header .header-images .header-photo {
      width: 680px;
      top: -40px;
      left: -85px; } }
@media screen and (max-width: 991px) {
  header .header-images {
    right: -15px; }
    header .header-images .header-photo {
      top: -25px;
      left: -25px; } }
@media screen and (max-width: 560px) {
  header .header-images {
    right: -5px; }
    header .header-images .header-photo {
      top: -10px;
      left: -10px; } }
section {
  min-height: 500px; }
  section p {
    font-size: 1.25rem;
    font-weight: 300; }
  section.alt {
    background-color: #0789BA; }
  section.tematics .icons {
    margin: auto;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    width: 180px;
    height: 180px;
    background: #fff;
    border: 8px solid #C2E4F0; }
  section.tematics .tematics_title {
    font-size: 1.25rem;
    font-weight: 500; }
  section.program {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 100%), url("../images/first_1.jpg") no-repeat;
    background-position: top;
    background-size: cover;
    background-attachment: fixed; }
  section.material {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 100%), url("../images/second.jpg") no-repeat;
    background-position: top;
    background-size: cover;
    background-attachment: fixed; }
    section.material a {
      text-decoration: underline; }
  section h2 {
    font-size: 4rem; }
  section.komitet b {
    font-size: 1.25rem;
    text-align: left; }
  section.komitet span {
    font-size: 1.25rem;
    text-align: left; }
  section.komitet .kometet-item {
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.25); }
    section.komitet .kometet-item.alt {
      border-bottom: none; }
  section.konf {
    min-height: 450px; }

h4 {
  position: relative; }
  h4:before {
    content: "";
    position: absolute;
    width: 90px;
    height: 3px;
    background-color: #FEC000;
    margin-top: 35px; }

@media (max-width: 767px) {
  section h2 {
    font-size: 1.75rem; }
  section p {
    font-size: 1rem; }
  section.komitet b {
    display: block;
    font-size: 1rem;
    text-align: center; }
  section.komitet span {
    display: block;
    font-size: 1rem;
    text-align: center; } }
footer {
  min-height: 600px;
  background-color: #0789BA; }
  footer .contact_map {
    background-color: #fff;
    min-height: 300px; }
    footer .contact_map h5 {
      font-size: 1.5rem; }
    footer .contact_map iframe {
      margin-bottom: -7px; }

@media screen and (max-width: 767px) {
  footer .contact_map h5 {
    font-size: 1.25rem; } }
:target {
  display: block;
  position: relative;
  top: -70px;
  visibility: hidden; }

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