body {
  margin: 0;
  font-family: Calibri, Roboto, sans-serif;
}
body a,
body select,
body input,
body button,
body textarea {
  outline: none !important;
}
body a,
body select:hover,
body input:hover,
body button:hover,
body textarea:hover {
  outline: none !important;
}
.top-block .header {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  width: 100%;
  height: 58px;
  z-index: 100;
}
.top-block .header .btn-navbar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  float: right;
  margin-top: 14px;
  margin-left: 10px;
  padding: 7px 10px;
  display: none;
}
.top-block .header .btn-navbar .icon-bar {
  margin-top: -1px;
  margin-left: -7px;
  display: block;
  width: 18px;
  height: 2px;
  background-color: whitesmoke;
}
.top-block .header .btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.top-block .header .user-block.cookies-required {
  min-width: 200px;
}
.top-block .header .user {
  padding: 0;
  min-width: 20%;
  z-index: 2;
}
.top-block .header .user .user-block div {
  float: left;
}
.top-block .header .user .user-block .info {
  margin: 10px 0 10px 14px;
  color: #2b2a2a;
  font-size: 16px;
}
.top-block .header .user .user-block .info:hover {
  text-decoration: underline;
}
.top-block .header .user .user-block .photo {
  padding: 8px 0 8px 10px;
}
.top-block .header .user .user-block .photo img {
  width: 40px;
  height: 40px;
}
.top-block .header .user .user-block .new-messages {
  background: url("/conf/images/messages/nav-messages.png") no-repeat 0 0 transparent;
  height: 10px;
  width: 17px;
  margin: 18px 0 0 10px;
}
.top-block .header .user .user-block .new-messages-active {
  background: url("/conf/images/messages/nav-messages-new.png") no-repeat 0 0 transparent;
}
.top-block .header .user .user-block .login {
  margin: 15px 0 10px 14px;
}
.top-block .header .user .user-block .login a {
  color: #2b2a2a;
  font-size: 16px;
}
.top-block .header .home {
  float: left;
  width: 27px;
  height: 26px;
  background: url("/conf/images/home.png");
  margin-top: 15px;
  margin-right: 20px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.top-block .header .nav-logos {
  display: none;
  float: right;
  margin-top: 17px;
}
.top-block .header .nav-logos .home {
  display: none;
}
.top-block .header .nav-logos .participants {
  margin-left: 10px;
  float: left;
  width: 26px;
  height: 22px;
  background-image: url("/conf/images/participants-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.top-block .header .nav-logos .program {
  float: left;
  width: 25px;
  height: 22px;
  background-image: url("/conf/images/program-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.top-block .header .nav-logos .talks {
  margin-left: 10px;
  float: left;
  width: 27px;
  height: 22px;
  background-image: url("/conf/images/talks-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.top-block .header .top-nav {
  float: left;
}
.top-block .header .top-nav .circle {
  float: left;
  margin-top: 30px;
  background: #2b2a2a;
}
.top-block .header .top-nav .nav-item {
  float: left;
  margin: 22px 16px 0 16px;
}
.top-block .header .top-nav .nav-item a {
  text-decoration: none;
  color: #2b2a2a;
  font-size: 24px;
  line-height: 16.67px;
  padding-top: 0;
}
.top-block .header .top-nav .nav-item a:hover {
  text-decoration: underline;
}
.top-block .header .lang-switch {
  margin: 22px 0 0 20px;
  float: left;
}
.top-block .header .lang-switch a {
  text-decoration: none;
  color: #2b2a2a;
  font-size: 26.67px;
  line-height: 16.67px;
  padding-top: 0;
}
.top-block .header .lang-switch a:hover {
  text-decoration: underline;
}
.top-block .header .ic-logo {
  float: right;
}
.top-block .header .ic-logo .emblem {
  float: right;
  width: 100px;
  height: 26px;
  margin-top: 22px;
  margin-right: 50px;
  background: url('/conf/images/it-conf-logo.png ');
}
.content-block {
  margin-top: 58px;
}
.content-block .info-top-buttons {
  position: fixed;
  top: 233px;
  right: 0px;
  min-width: 155px;
  max-width: 170px;
  width: auto;
  height: 63px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.content-block .info-top-buttons.visible {
  opacity: 1;
}
.content-block .info-top-buttons a {
  color: white;
  /*
             .reg-button {
                background: @top-event-bg;
			}
            .add-talk-button {
				background: @add-talk-header;
			}   
                */

}
.content-block .info-top-buttons a:hover {
  text-decoration: none;
}
.content-block .info-top-buttons a .reg-button,
.content-block .info-top-buttons a .add-talk-button {
  box-sizing: border-box;
  padding: 4px 10px 0 14px;
  font-size: 15px;
  height: 30px;
  margin-top: 1px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.content-block .error-notify-block {
  position: fixed;
  bottom: 10%;
  right: 0px;
  width: 100px;
  height: 50px;
}
.content-block .error-notify-block a.error-notify-link {
  color: white;
}
.content-block .error-notify-block a.error-notify-link .error-notify {
  padding: 5px 0 5px 18px;
  background-color: #9a1d1d;
  opacity: 0.6;
  color: white;
  font-size: 16px;
  line-height: 20px;
}
.content-block .error-notify-block a.error-notify-link:hover .error-notify {
  opacity: 1;
}
/* rating block */

.ratings-right {
  float: right;
}
.rating-block {
  margin: 0;
}
.add-vote {
  float: left;
  background: url("/conf/images/ratings/add-vote.png") no-repeat scroll 0 0 transparent;
  height: 14px;
  width: 14px;
  display: inline-block;
  margin: 2px 8px 0 0;
  cursor: pointer;
}
.voted {
  float: left;
  background: url("/conf/images/ratings/voted.png") no-repeat scroll 0 0 transparent !important;
  cursor: default !important;
}
.rating-img {
  float: left;
  margin: 3px 0 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7px 5px 7px 0;
  border-color: transparent #ececec transparent;
}
.rating {
  float: left;
  padding: 0 3px 0 2px;
  color: #2b2a2a;
  background-color: #ececec;
}
/* end of rating block */

.clear {
  clear: both;
}
.circle {
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.inner-block {
  float: left;
  width: 200px;
  padding: 0;
}
.pos-1 {
  margin-right: 16px;
}
.pos-2 {
  margin-right: 16px;
}
.pos-3 {
  margin-right: 16px;
}
p {
  line-height: 24px;
}
.login-block {
  display: block;
  position: absolute;
  z-index: 2;
}
.login-block .cross {
  position: absolute;
  width: 30px;
  height: 30px;
}
.login-block .it-conf iframe {
  z-index: 2;
  position: fixed;
  width: 100%;
  height: 100%;
}
.output {
  padding: 16px 0 19px;
  background: #2b2a2a;
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 2147483648;
  right: 0;
  left: 0;
}
.output .button {
  text-decoration: none;
  padding: 0;
  border: none;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  white-space: nowrap;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-weight: 500;
  font-size: 20px;
  outline: none;
  cursor: pointer;
  font-family: Roboto;
}
.output__details {
  font-size: 14px;
  line-height: 21px;
  color: white;
  font-family: Roboto;
}
.output__details .link {
  color: #a8d7ed;
}
.cookie-available-button,
.accept-cookie-button {
  text-decoration: none;
  padding: 0;
  border: none;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  white-space: nowrap;
  text-align: center;
  height: 50px;
  line-height: 50px;
  background: #f0f0f0;
  font-weight: 500;
  font-size: 20px;
  color: black;
  outline: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, box-shadow 0.2s;
  transition: background-color 0.2s, box-shadow 0.2s;
}
.accept-cookie-button:hover {
  background: #d7d7d7;
}
.footer-block {
  text-align: center;
  background-color: #e5e5e5;
}
.footer-block .processing-policy {
  color: black;
}
.footer-block .processing-policy a {
  color: black;
}
@media (max-width: 640px) {
  .output__details {
    font-size: 10px;
    line-height: 14px;
    color: white;
    font-family: Roboto;
  }
  .output__details p {
    line-height: 14px;
  }
  .output__action {
    margin-top: 12px;
  }
  .cookie-available-button,
  .accept-cookie-button {
    width: 60%;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
    margin-left: 20%;
  }
  .cookie-available-button {
    width: 60%;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
    margin-left: 20%;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .output__action {
    width: 220px;
    display: inline-block;
    vertical-align: top;
  }
  .cookie-available-button,
  .accept-cookie-button {
    margin-top: 10px;
  }
}
@media (min-width: 1024px) {
  .output__layout {
    display: table;
    width: 100%;
  }
  .output__details {
    display: table-cell;
    vertical-align: middle;
  }
  .output__action {
    display: table-cell;
    vertical-align: middle;
    width: 250px;
    padding-left: 30px;
  }
}
div.text-area-selection {
  position: absolute;
  z-index: -100;
  white-space: pre-wrap;
  color: transparent;
}
div.text-area-selection * {
  color: transparent !important;
}
.text-color-bordered {
  border-bottom: 1px dotted red;
}
.suggetion {
  position: absolute;
  background: yellow;
  border: 2px solid black;
  padding: 0 4px;
  margin-top: 19px;
  line-height: 23px;
  padding-bottom: 2px;
}
.index-logout-link {
  margin: 0;
  position: absolute;
  margin-left: 64px;
  margin-top: 30px;
  color: #2b2a2a;
  font-size: 14px;
}
.top-nav .conf-action {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 2px;
  border: 2px solid #a20b0b;
  top: -8px;
  position: relative;
  padding-right: 36px;
  padding-top: 8px;
  padding-left: 15px;
}
.top-nav .conf-action .action-name {
  color: #a20b0b !important;
  text-decoration: none !important;
  font-size: 25px !important;
}
.top-nav .conf-action .action-name:hover {
  text-decoration: none !important;
}
.top-nav .conf-action a {
  text-decoration: none !important;
}
.top-nav .conf-action align-content:hover {
  text-decoration: none !important;
}
.top-nav .conf-action:hover {
  background-color: #a20b0b;
}
.top-nav .conf-action:hover .action-name {
  color: rgba(255, 255, 255, 0.9) !important;
  text-decoration: none !important;
}
.top-nav .conf-action:after {
  position: absolute;
  content: "%";
  top: -2px;
  right: 8px;
  color: #a20b0b;
  font-size: 25px;
  font-weight: 500;
}
.top-nav .conf-action:hover:after {
  color: rgba(255, 255, 255, 0.9);
}
/*@media (max-width:480px) {
	.nav-logos .conf-action {
		padding: -1px;
		border: 2px solid #A20B0B;
		position: relative;
		padding-right: 30px;
		padding-top: 12px;
		padding-left: 0px;
		right: 10px;
		width: fit-content;
		float: left;
		height: 30px;
		top: -3px;
		width: 30px;
		border: none;
		background-color: transparent;
		background-image: url(/_sites/_shared/conf/images/sale-mob.png);
		background-size: 100%;
		background-repeat: no-repeat;

		.action-name {
			display: none;
		}
	}

	.conf-action:after {
		display: none;
		position: absolute;
		content: "%";
		top: -7px;
		right: 5px;
		color: #A20B0B;
		font-size: 25px;
		font-weight: 500;
		padding-top: -9px;
		margin-top: -5px;
		margin-right: -2px;
	}
}*/

/*namburger*/

.hamburger-menu {
  margin: 0;
  width: 50px;
  background-color: transparent;
  position: relative;
  color: white;
  text-align: left;
  height: 40px;
  font-family: 'Roboto';
  z-index: 1000;
}
.hamburger-menu .conf-action a {
  color: white;
  background: #a20b0b;
}
.hamburger-menu .conf-price a {
  color: #a20b0b;
  background: white;
}
.hamburger-menu * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.hamburger-menu #check-menu {
  display: none;
}
.hamburger-menu label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
  line-height: 40px;
}
.hamburger-menu .burger-line {
  position: absolute;
  top: 0px;
  right: 18px;
  width: 17px;
  height: 2px;
  background-color: #636363;
  transition: .5s all;
}
.hamburger-menu .second,
.hamburger-menu .third {
  top: 6px;
}
.hamburger-menu .fourth {
  top: 12px;
}
.hamburger-menu .main-menu {
  display: block;
  position: absolute;
  width: 200px;
  bottom: 0;
  right: 0;
  transform: translateY(100%);
  max-height: 0;
  font-size: 0;
  overflow: hidden;
  transition: .5s all;
}
.hamburger-menu a {
  display: block;
  width: 100%;
  padding: 9px;
  color: #737373;
  text-decoration: none;
  border-top: 1px solid #b6bfc7;
  background-color: #eff3f7;
}
.hamburger-menu a:hover {
  color: #737373;
  background-color: white;
}
.hamburger-menu #check-menu:checked ~ .main-menu {
  max-height: 500px;
  font-size: 16px;
}
.hamburger-menu #check-menu:checked ~ .first {
  display: none;
}
.hamburger-menu #check-menu:checked ~ .second {
  transform: rotate(45deg);
}
.hamburger-menu #check-menu:checked ~ .third {
  transform: rotate(-45deg);
}
.hamburger-menu #check-menu:checked ~ .fourth {
  display: none;
}
.hamburger-menu .drop-down {
  margin: 0;
  width: 100%;
  background-color: transparent;
  position: relative;
  color: white;
  text-align: left;
  font-family: 'Roboto';
  z-index: 1000;
}
.hamburger-menu .drop-down #check-sub-menu {
  display: none;
}
.hamburger-menu .drop-down label {
  display: block;
  position: relative;
  /* top: 0; */
  /* left: 0; */
  width: 100%;
  height: 40px;
  cursor: pointer;
  /* z-index: 2; */
  line-height: 40px;
  color: #737373;
  text-decoration: none;
  border-top: 1px solid #b6bfc7;
  background-color: #eff3f7;
  padding-left: 9px;
  font-weight: 500;
}
.hamburger-menu .drop-down .sub-menu-line {
  position: absolute;
  top: 0px;
  right: 16px;
  width: 9px;
  height: 1px;
  background-color: #636363;
  transition: .3s all;
  z-index: 10;
}
.hamburger-menu .drop-down .first {
  top: 19px;
  transform: rotate(48deg);
  right: 10px;
}
.hamburger-menu .drop-down .second {
  top: 19px;
  transform: rotate(-48deg);
}
.hamburger-menu .drop-down .sub-menu {
  display: block;
  position: relative;
  width: 200px;
  bottom: 0;
  right: 0;
  /*transform: translateY(100%);*/
  max-height: 0;
  font-size: 0;
  overflow: hidden;
  transition: .3s all;
}
.hamburger-menu .drop-down a {
  display: block;
  width: 100%;
  padding: 9px;
  color: #737373;
  text-decoration: none;
  border-top: 1px solid #b6bfc7;
  background-color: #eff3f7;
  padding-left: 17px;
}
.hamburger-menu .drop-down a:hover {
  color: #737373;
  background-color: white;
}
.hamburger-menu .drop-down #check-sub-menu:checked ~ .sub-menu {
  max-height: 500px;
  font-size: 16px;
}
.hamburger-menu .drop-down #check-sub-menu:checked ~ .first {
  transform: rotate(-48deg);
}
.hamburger-menu .drop-down #check-sub-menu:checked ~ .second {
  transform: rotate(48deg);
}
.jivosite {
  display: none;
}
.jdiv {
  webkit-animation: none 0s;
  animation: none 0s;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  background: none;
  border: 0 none;
  box-shadow: none;
  box-sizing: content-box;
  bottom: auto;
  caption-side: top;
  clear: none;
  clip: auto;
  cursor: auto;
  display: inline;
  direction: ltr;
  flex: none;
  height: auto;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
  image-rendering: auto;
  justify-content: flex-start;
  left: auto;
  letter-spacing: normal;
  line-height: normal;
  margin: 0;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  -o-object-fit: fill;
  object-fit: fill;
  opacity: 1;
  order: 1;
  orphans: 2;
  outline: 0 none;
  overflow: visible;
  padding: 0;
  -webkit-perspective: none;
  perspective: none;
  position: static;
  resize: none;
  right: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-overflow: clip;
  text-shadow: none;
  text-transform: none;
  top: auto;
  -webkit-transform: none;
  transform: none;
  transition: all 0s ease 0s;
  unicode-bidi: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: baseline;
  white-space: normal;
  width: auto;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  z-index: auto;
  zoom: normal;
  -webkit-text-size-adjust: inherit;
  -webkit-font-smoothing: antialiased;
}
.jivosite-wrap {
  cursor: pointer;
  background: linear-gradient(95deg, #2f324a 20%, #424867 80%);
  right: 30px;
  left: auto;
  opacity: 1;
  bottom: 0 !important;
  height: 40px;
  width: auto;
  border-top-left-radius: 8px !important;
  border-top-right-radius: 34px !important;
  transition: opacity 0.05s ease-in 0.25s, background-color 0.2s ease-in;
  min-width: 300px;
  position: fixed;
  z-index: 2147;
  backface-visibility: hidden;
  animation-duration: 0.2s;
  box-shadow: 0 12px 14px 8px rgba(0, 0, 0, 0.17);
  filter: blur(0);
}
.jivosite-label {
  cursor: pointer;
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.jivosite-text {
  font-size: 15px;
  font-family: Arial, Arial;
  font-weight: normal;
  font-style: normal;
  color: #f0f1f1;
  margin: 0 33px 0 16px;
  transform: translate3d(0, 0, 0);
  min-width: 160px;
  visibility: visible;
  text-indent: 0;
  line-height: 40px;
  vertical-align: top;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  backface-visibility: hidden;
}
.leaf-wrap {
  right: 0;
  position: absolute;
}
.leaf-border {
  right: 0;
  top: 0;
  width: 33px;
  border-radius: 0 24px 0 0 !important;
  position: absolute;
  height: 33px;
  z-index: 1;
  overflow: hidden;
}
.leaf-image {
  width: 32px !important;
  height: 34px !important;
  position: absolute;
  overflow: visible;
  right: 0;
  top: 0;
  background-image: url(&quot;data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2240%22%20viewBox%3D%220%200%2032%2040%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23424867%22%20d%3D%22M0%200h9.02L32%2033.196V40H0z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%2318C139%22%20d%3D%22M9%200c3.581.05%2023%205.426%2023%2033.08v.03C18.922%2030.751%209%2019.311%209%205.554V0z%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A&quot;);
}
.page-block-title {
  color: #2b2a2a;
  font-size: 40px;
}
.partners-block + .payment-banner-block {
  padding-top: 0;
  margin-top: -30px;
}
.payment-banner-block {
  background-color: #e5e5e5;
  width: 100%;
  padding-bottom: 60px;
  padding-top: 60px;
}
.payment-banner-block .container {
  align-items: center;
  justify-content: center;
  align-content: center;
  display: flex;
}
.payment-banner {
  width: 100%;
  max-width: 540px;
  height: 80px;
  background-image: url("/_sites/_shared/images/payments/payment-baner.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: center;
  background-color: white;
  /*float: left;*/
  /*margin: auto;*/
  display: flex;
}
.payment-banner.be-paid-banner {
  background-image: url("/_sites/_shared/images/payments/payment-banner.bepaid.png");
  max-width: 145px;
  height: 80px;
}
.payment-banner.mastercard-banner {
  background-image: url("/_sites/_shared/images/payments/payment-baner.mastercard.png");
  max-width: 280px;
  height: 80px;
}
.payment-banner.visa-banner {
  background-image: url("/_sites/_shared/images/payments/payment-baner.visa.png");
  max-width: 250px;
  height: 80px;
}
.payment-banner .banner-link {
  width: 100%;
  height: 100%;
}
.payment-banner .banner-image {
  width: 100%;
  max-width: 540px;
  height: 80px;
}
.menu__block.black {
  margin: 50px auto;
}
.menu__block.black .main-menu > li {
  opacity: 1;
  padding-left: 0;
}
.menu__block.black ul li a {
  color: black;
  padding-left: 5rem;
}
