/* ms2024.cosmos.ru-global-2026-03-09.1a.css */

.child-full-width {
  width: 100vw;
  /* Pulls the element to the left edge of the viewport
  margin-left: calc(50% - 50vw); */
  /* Centers the element correctly within the viewport, regardless of parent's position */
  transform: translateX(-50%);
  position: relative; /* Needed for positioning relative to its normal flow position */
  left: 50%;
}

body.toolbar-fixed .toolbar-oriented .toolbar-bar, .admin-toolbar-search-autocomplete-list.ui-autocomplete {
  z-index: 3040;
}

.ms3-header {
	display: block;
	padding:0 0 30% 0;
  background-image: url("/img/2024/15ms3-desktop-1696.jpg");
  background-image: image-set(
    url("/img/2024/15ms3-desktop-1696.avif") type("image/avif"),
    url("/img/2024/15ms3-desktop-1696.webp") type("image/webp"),
    url("/img/2024/15ms3-desktop-1696.jpg") type("image/jpeg")
  );
  background-size: cover;
}

.fade-bottom {
  mask-image: linear-gradient(to bottom, black 89%, transparent 100%);
}

div.featured-top {
  width: 100%;
  transform: translateX(-50%);
  position: relative;
  left: 50%;
}

div.featured-top .container {
  padding: 0;
  width: 100%;
  max-width: 100%;
}

.row.region-featured-top {
  margin: 0;
  padding: 0;
  background-color: #fff;
}

#block-banner p {
  margin: 0;
}

#main-wrapper {
  margin-top: -60px;
  position: relative;
  z-index: 3000;
  background: transparent;
}


.table .views-field-mail {
	display: block;
  word-wrap: break-word;
  width: 11em;
  border: none;
}

#backtotop {
  z-index: 5000;
}

.site-footer {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  padding: 0;
  background: #1b435d;
}

.site-footer .content {
  color: #fff;
  font-size: 1rem;
}

.site-footer__bottom .region {
  margin: 0;
}

.site-footer .content a, .site-footer .content a.is-active {
  color: #fff;
}

.site-footer__bottom {
  margin-top:0;
}

/*
.form-row>fieldset.form-group {
  width: 28%;
}
*/

ul.ui-autocomplete {
    z-index: 6000;
}

.form-row>fieldset.form-group {
    width: fit-content;
}

.dkn-card {
  display: inline-block!important;
  margin-bottom: 1.5rem!important;
  padding: 0.5em 1em 0 0.5em;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}

.dkn-info-card {
	color: #fff;
	background-color: #0071b3;
  margin: 0.5em auto 1em auto;
  padding: 1rem;
  max-width: 670px;
}

.dkn-info-card a {
	color: #aff;
}

.dkn-info-card .dkn-tb-border {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 0.5rem;
}

.dkn-info-card p:last-child {
	margin-bottom: 0;
}

ul.dkn-ul-check-a {
  padding-left: 15px;
  font-weight: 500;
  font-variation-settings: "wght" 450;
  list-style-type: none;
}
/*
ul.dkn-ul-check-a a {
  color: #1b435d;
}  
*/
ul.dkn-ul-check-a li::before {
  content: "✔";
/*  color: #1b435d; */
  color: #0071b3;
	font-size: 1.2em;
	font-weight: 500;
	position: absolute;
	left: 0;
}

ul.dkn-ul-check-a li {
  padding-left: 25px;
  position: relative;
}

.view-id-abstracts.view-display-id-page_2 select.form-control,
.view-id-abstracts.view-display-id-page_2 input.form-control {
  display: block;
}

.view-id-your_presentations .views-field-field-presentation-number a {
  color: #FFF;
}
/*
.user-logged-in #edit-account .form-item-mail {
	display: none;
}
*/

#edit-pass--description, #edit-current-pass--description {
	color: green!important;
}

.confirm-parent {
	margin-bottom: 0.25rem;
}
.node--type-abstract .block-page-title-block em {
	font-style: normal;
	font-size: 1.5rem;
}

.node--type-abstract .block-page-title-block .title {
	font-style: normal;
}

.page-user-login .alert-danger a[href="#edit-name"] {
	display:none;
}

#edit-delete {
	float: right;
}

.node .field--type-image {
    float: revert;
}

.field--name-field-paragraphs .field--name-field-title,
.field--name-field-paragraphs .field--name-field-header {
    margin-top: 2rem;
}

.field--type-image img {
    margin: 0;
}

ul.admin-toolbar-search-autocomplete-list {
  z-index: 9600;
}

.views-exposed-form label {
  margin-bottom: 0;
  font-weight: bold;
	font-size: 0.9rem;
}

.views-exposed-form select {
	margin: 0 0.5em 0 0;
  padding: 0;
  font-size: 0.9rem;
  color: #000;
  height: 2.5em;
  max-width: 100%;
  line-height: 1.5;
  background-color: #fafafa;
}

.form-textarea-wrapper {
  margin-bottom: 0.5em;
}

.text-muted {
	color: #000000aa !important;
}

label {
	font-size: 1.125em;
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  text-align: center;
}

.moroz-row-bg-image {
	background-color: #000000;
}

div.row.moroz-row-bg-image {
	padding-top:0;
}

.xy-center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 92%;
  width: auto;
}
