/*
Theme Name: era
Author: GW
*/
html {
  scroll-behavior: smooth;
}
html body {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 15px !important;
  line-height: 1.5em !important;
  background: #fff;
  font-weight: 400;
  color: #333333 !important;
  position: relative;
  overflow-x: hidden;
}
html, body {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin: 0px;
  padding: 0;
  height: auto;
  float: left;
}
a:hover {
  text-decoration: none;
  color: #03a0e3;
}
a:focus {
  outline: none !important;
  outline-offset: 0 !important;
}
a:focus, a:hover, a:active {
  outline: none;
}
*:focus, *:hover, *:active {
  outline: none;
}
a, * {
  outline: none;
}
.main-row, .site-content {
  float: left;
  width: 100%;
}
.container {
  max-width: 1350px !important;
  width: 84% !important;
  margin: 0 auto;
  position: relative;
}
img {
  max-width: 100%;
  height: auto;
}
.entry-content img, .entry-summary img, .comment-content img[height], img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
  height: auto;
}
img.size-full, img.size-large, img.wp-post-image {
  height: auto;
  max-width: 100%;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
figure.wp-caption.alignleft, img.alignleft {
  margin: 5px 30px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 5px 0;
}
figure.wp-caption.alignright, img.alignright {
  margin: 5px 0 20px 30px;
}
.wp-caption.alignright {
  margin: 5px 0 5px 10px;
}
img.aligncenter {
  margin: 5px auto;
}
img.alignnone {
  margin: 5px 0;
}
.wp-caption .wp-caption-text, .entry-caption, .gallery-caption {
  color: #220e10;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 0 0 24px;
}
div.wp-caption.alignright img[class*="wp-image-"] {
  float: right;
}
div.wp-caption.alignright .wp-caption-text {
  padding-left: 10px;
}
img.wp-smiley, .rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wp-caption.alignleft + ul, .wp-caption.alignleft + ol {
  list-style-position: inside;
}
blockquote {
  padding: 0 0 0 0px;
  margin: 0 0 20px 0;
  border-left: 0px solid #eeeeee;
  float: left;
  font-size: 20px;
  width: 100%;
}
blockquote p {
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 26px;
}
.dark-bg {
  background: #171931;
  color: #FFFFFF;
}
.light-bg {
  background: #03a0e3;
  color: #171931;
}
.font-dark {
  color: #171931 !important;
}
.font-light {
  color: #03a0e3;
}
.font-white {
  color: #ffffff;
}
.font-black {
  color: #000000;
}
.font-17 {
  font-size: 17px;
  line-height: 24px;
}
.font-20 {
  font-size: 20px;
  line-height: 27px;
}
.font-70 {
  font-size: 70px;
  line-height: 70px;
}
.font-50 {
  font-size: 50px;
  line-height: 50px;
}
.font-w300 {
  font-weight: 300;
}
.p-6 {
  padding: 4rem !important;
}
.p-7 {
  padding: 5rem !important;
}
.pt-6 {
  padding: 4rem 0 !important;
}
.pl-7 {
  padding-left: 7% !important;
}
.pr-7 {
  padding-right: 7% !important;
}
h1, h2, h3, h4, h5 {
  color: #333333;
  margin: 20px 0;
}
h1, h2, h3, h4, h5 {
  font-weight: 400;
}
.page-content h2 {
	font-size: 22px;
}
.page-content h3 {
	font-size: 20px;
}
.page-content h4 {
	font-size: 18px;
}
.page-content h5 {
	font-size: 17px;
}
.page-content h2, .page-content h3, .page-content h4, .page-content h5 {
  color: #333333;
  margin: 40px 0 30px 0;
	font-weight: 500;
}
html body b, html body strong {
  font-weight: 700;
}
.btn-main a {
  background: #095ba7;
  padding: 15px 30px;
  border-radius: 30px;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #ffffff;
  margin-top: 20px;
  position: relative;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  text-transform: uppercase;
  text-decoration: none !important;
}
.btn-main a:hover {
  background: #111111;
}
.btn-main-red a {
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
  padding: 15px 30px;
  background: #e84949;
  color: #ffffff;
  text-decoration: none;
  border-radius: 30px;
  position: relative;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.btn-main-red a:hover {
  background: #03a0e3;
}
.btn-arrow a {
  letter-spacing: 1px;
}
.btn-arrow a::after {
  content: '';
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8"></path></svg>');
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: inline-block;
  margin-left: 10px;
  top: -2px;
  color: #ffffff;
  vertical-align: middle;
  fill: #FFFFFF !important;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.btn-arrow a:hover::after {
  transform: rotate(90deg);
}
.black-arrow::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  right: -50px;
  bottom: -15px;
  background: url(img/arrow-black.svg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.border-decor {
	height: 12px;
	width: 100%;
	float: left;
	background: url("img/border.svg");
	background-size: 110% auto;
	background-repeat: no-repeat;
	background-position: center;
}
.section-header h3,
.section-header h2,
.section-header h4 {
	font-size: 30px;
	line-height: 35px;
	font-weight: 700;
	margin-bottom: 40px;
}
#speakers .section-header h3 strong,
#speakers .section-header h2 strong,
#speakers .section-header h4 strong {
	color: #814091;
}
#grants .section-header h3 strong,
#register .section-header h3 strong,
#register .section-header h2 strong,
#register .section-header h4 strong {
	color: #095ba7;
}
#program .section-header h3 strong,
#program .section-header h2 strong,
#program .section-header h4 strong {
	color: #57b033;
}

/*ACCENTS*/
.main-content-subpage:before,
.section-slider:before {
	content: '';
	width: 120px;
	height: 120px;
	position: absolute;
	top: 50px;
	left: 0px;
	background: url(img/green-1.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left top;
	transform: rotate(0deg);
}
#about .section-content .inner-section-content:before {
	content: '';
	width: 120px;
	height: 120px;
	position: absolute;
	bottom: -30px;
	right: -30px;
	background: url(img/green-2.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right bottom;
	transform: rotate(90deg);
}
.main-content-subpage #program:before {
	display: none !important;
}
#program:before {
	content: '';
	width: 120px;
	height: 240px;
	position: absolute;
	top: 0px;
	right:0px;
	background: url(img/green-3.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right top;
	transform: rotate(0deg);
}
#program .section-header:before {
	content: '';
	width: 120px;
	height: 120px;
	position: absolute;
	bottom: -200px;
	right: 50px;
	background: url(img/green-1.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right top;
	transform: rotate(-90deg);
}
#register:before {
	content: '';
	width: 120px;
	height: 120px;
	position: absolute;
	top: 50px;
	right:50px;
	background: url(img/green-2.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right top;
	transform: rotate(0deg);
}
#speakers .section-header:before {
	content: '';
	width: 120px;
	height: 120px;
	position: absolute;
	bottom: -200px;
	right: 50px;
	background: url(img/green-4.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right top;
	transform: rotate(90deg);
}
.main-content-subpage:after {
	content: '';
	width: 120px;
	height: 240px;
	position: absolute;
	bottom: 200px;
	right: 0px;
	background: url(img/green-4.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right top;
	transform: rotate(0deg);
}

/*PAGES BOXES*/
.page-content a {
  color: #171931;
  text-decoration: underline;
}
.page-content a:hover {
  color: #03a0e3;
  text-decoration: underline;
}
.border-radius {
  border-radius: 10px;
}
.border-gray {
  border: 1px solid #dddddd;
	padding: 35px;
}
.bg-gray {
  background: #FBFBFB; 
}
.wp-block-media-text {
  grid-template-columns: 50px auto !important;
}
.wp-block-media-text > .wp-block-media-text__content {
  padding: 0 10px 0 30px !important;
}
.wp-block-details {
  background: #F7F7F7;
  border: 1px solid #eeeeee;
  margin-bottom: 15px;
  padding: 0 20px;
  border-radius: 10px;
}
.wp-block-details summary {
  font-weight: 600;
  padding-bottom: 20px;
  padding-top: 20px;
  letter-spacing: 0.3px;
}
.wp-block-button a {
  background: #03a0e3;
  color: #ffffff;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 500;
  padding: 20px;
}
.wp-block-button a:hover {
  background: #03a0e3;
  color: #171931;
  text-decoration: none !important;
}
.btn-main b, .btn-main strong, .btn-arrow b, .btn-arrow strong, .wp-block-button b, .wp-block-button strong {
  font-weight: 600 !important;
}
.gray-btn .wp-block-button a {
  background: #F8F8F8;
	border: 1px solid #dddddd;
	border-radius: 10px !important;
  color: #333333;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 500;
  padding: 20px;
	  transition: all 0.15s ease 0s !important;
  -moz-transition: all 0.15s ease 0s !important;
  -webkit-transition: all 0.15s ease 0s !important;
  -o-transition: all 0.15s ease 0s !important;
  -ms-transition: all 0.15s ease 0s !important;
}
.gray-btn .wp-block-button a:hover {
  background: #ffffff;
	border-radius: 5px !important;
}
/*HEADER*/
.main-menu {
  float: left;
  width: 100%;
  color: #333333;
  height: auto;
}
.main-menu .top-menu-row {
  padding: 20px 0;
  align-items: center;
}
.main-menu .bottom-menu-row {
	align-items: center;
	justify-content: space-between;
	padding-top: 20px;
	padding-bottom: 20px;
}
.subhead-menu, 
.menu-naglowek-en-container,
.menu-naglowek-container {
  display: inline-block;
  vertical-align: middle;
}
.subhead-menu {
  font-weight: 700;
  margin-right: 10px;
  margin-top: -4px;
  font-size: 13px;
}
.logotyp {
  width: auto;
  float: left;
}
.logotyp a {
  display: inline-block;
  vertical-align: middle;
}
.logotyp img {
  height: 50px;
  width: auto;
}
#main_navbar .navbar-nav {
  display: inline-block;
  padding: 0px 0 0 0;
  vertical-align: middle;
  width: 100%;
  text-align: left;
  position: relative !important;
  left: 0;
  top: 0;
  margin-right: 20px !important;
  right: 0;
  border-radius: 0px !important;
  z-index: 999;
  transition: all 0.15s ease 0s !important;
  -moz-transition: all 0.15s ease 0s !important;
  -webkit-transition: all 0.15s ease 0s !important;
  -o-transition: all 0.15s ease 0s !important;
  -ms-transition: all 0.15s ease 0s !important;
}
#main_navbar .navbar-toggler-close {
  display: none;
}
#main_navbar .navbar-default {
  border-color: transparent !important;
  margin-bottom: 0 !important;
  border: none !important;
}
#main_navbar .navbar-default {
  padding-top: 0px;
  background-color: transparent !important;
}
#main_navbar .navbar-nav {
  width: 100%;
  margin: 0px 0px 0 0;
  padding: 0 0 0 0px;
  text-align: left;
  float: none;
  display: inline;
}
#main_navbar .navbar-nav li {
  display: inline-block !important;
  vertical-align: middle;
  position: relative;
  list-style: none;
  float: none !important;
}
#main_navbar .navbar-nav li a {
  display: block;
  padding: 30px 15px !important;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #333333 !important;
  letter-spacing: 0.5px;
  position: relative;
  margin-top: -1px;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
#main_navbar .navbar-nav li a:hover {
  color: #095ba7!important;
}
#main_navbar .navbar-nav li.current-menu-item a {
  color: #095ba7!important;
}
#main_navbar .navbar-nav li.menu-item-has-children:hover ul.sub-menu {
  display: block;
  width: 100%;
}
html #main_navbar .dropdown-item:focus, html #main_navbar .dropdown-item:hover {
  color: #333333;
  background-color: #03a0e3;
}
html #main_navbar .dropdown-menu {
  position: absolute;
  top: 90%;
  width: auto !important;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 200px;
  padding: 15px 10px;
  margin: 0px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background: #03a0e3;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 7px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
html #main_navbar .dropdown-menu .dropdown-menu {
  position: absolute;
  top: 0%;
  width: auto !important;
  left: 100%;
}
html body #main_navbar .dropdown-menu li a:before {
	display: none !important;
}
html body #main_navbar .dropdown-menu li:first-child a,
html body #main_navbar .dropdown-menu a {
  font-size: 14px;
  color: #fff !important;
  width: 100%;
  text-align: left;
  padding: 10px 20px !important;
  border: none !important;
  font-weight: 400 !important;
	text-transform: none !important;
	border-radius: 5px;
	letter-spacing: 1px;
	  transition: all 0.1s ease 0s !important;
  -moz-transition: all 0.1s ease 0s !important;
  -webkit-transition: all 0.1s ease 0s !important;
  -o-transition: all 0.1s ease 0s !important;
  -ms-transition: all 0.1s ease 0s !important;
}
html body #main_navbar .dropdown-menu a:hover {
	background: #e84949!important;
}
#main_navbar.navbar {
  padding: 0rem 1rem;
  width: auto;
}
html #main_navbar .dropdown-menu li {
  width: 100%;
	padding: 5px;
}
#main_navbar .navbar-default .dropdown-menu > li > a:focus, #main_navbar .navbar-default .dropdown-menu > li > a:hover {
  color: #333333 !important;
  background-color: #171931 !important;
}
#main_navbar .dropdown:hover .dropdown-menu {
  display: block;
}
#main_navbar .dropdown:hover .dropdown-menu .dropdown-menu {
  display: none !important;
}
#main_navbar .dropdown-menu .dropdown:hover .dropdown-menu {
  display: block !important;
}
#main_navbar .dropdown-menu {
  margin-top: 0;
}
html body #main_navbar .dropdown-menu.show {
  display: none;
}
/*SOCIAL*/
.social-icons-bar {
}
.fb-social{
	background: #ffffff;
}
.linkedin-social{
	background: #ffffff;
}
.instagram-social {
	background: #ffffff;
}
.social-icons-bar .social-icon {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  float: right;
  text-align: center;
  border-radius: 100%;
  color: #111111;
  font-size: 15px;
	line-height: 28px;
  text-align: center;
	border: 1px solid #111111;
}
a.social-icon {
  text-decoration: none !important;
  display: block;
}
a.social-icon .fa-brands {
  color: #ffffff;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
}

/*SLIDER*/
.glide {
  position: relative;
  float: left;
  width: 100%;
}
.glide.bullets {
  position: absolute;
  bottom: 20px;
  text-align: right;
  width: auto;
  right: 5%;
}
.glide.bullets .glide__bullet {
  width: 15px;
  height: 15px;
  margin: 3px;
  background: #eeeeee;
  border: none !important;
  border-radius: 100%;
}
.glide.bullets .glide__bullet.glide__bullet--active {
  background: #e84949;
}
.main-arrows {
  position: absolute;
  bottom: -70px;
  width: 100px;
  right: 0;
  text-align: right;
}
.main-arrows button.glide__arrow.glide__arrow--prev {
  left: -8%;
  position: absolute;
}
.main-arrows button.glide__arrow.glide__arrow--next {
  right: -8%;
  position: absolute;
}
.main-arrows.glide-main-slider {
  width: 40px;
  top: auto;
  bottom: 0px;
  right: -65px;
}
.section-slider .glide.bullets {
  position: absolute;
  bottom: auto;
  text-align: center;
  width: 20px;
  right: -55px;
  top: 30%;
}
.section-slider .glide.bullets button {
  border-radius: 100%;
}
.main-arrows.glide-main-slider .glide__arrow {
  position: relative !important;
  width: 40px !important;
  border: 1px solid #333333 !important;
  padding: 10px;
  border-radius: 5px;
  right: auto !important;
  left: auto !important;
  height: 40px;
  margin: 2px 0;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  background: #FFFFFF !important;
  transform: rotate(90deg);
}
.main-arrows .glide__arrow {
  position: relative !important;
  width: 40px !important;
  border: 1px solid #333333 !important;
  padding: 10px;
  border-radius: 5px;
  right: auto !important;
  left: auto !important;
  height: 40px;
  margin: 2px 0;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  background: #FFFFFF !important;
}
.section-slider {
  float: left;
  width: 100%;
	z-index: 1;
	position: relative;
}
.section-slider .carousel {
	margin-bottom: 150px;
}
.glide-item {
  float: left;
  position: relative;
}
#carouselIndicators {
  float: left;
  width: 100%;
}
#carouselIndicators .carousel-caption {
  left: 10% !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50% !important;
  bottom: auto;
  right: auto;
  color: #111111;
  text-align: left;
}
#carouselIndicators .carousel-caption-inner {
  color: #111111;
  text-align: left;
}
.slaider-contant {
  padding: 0 10%;
}
.slaider-contant img {
	width: 80px;
}
.slaider-contant p {
  margin-bottom: 20px;
  color: #555555;
  font-size: 17px;
  line-height: 25px;
}
.slaider-contant {
  font-size: 17px;
  line-height: 25px;
  color: #000000;
}
.slaider-contant h1  {
font-size: 50px !important;
	line-height: 50px;
	margin-bottom: 20px;
}
.slaider-contant h1 strong {
	font-weight: 900 !important;
}
.slaider-contant a {
background: #095ba7;
	float: right;
  padding: 15px 30px;
  border-radius: 30px;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #ffffff;
  margin-top: 20px;
  position: relative;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  text-transform: uppercase;
  text-decoration: none !important;
}
.slaider-contant a:hover {
  background: #e84949 !important;
  color: #ffffff;
}
/*MENU*/
.head-contact {
  float: left;
  width: 100%;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 1px;
  color: #333333;
  text-align: right;
  font-weight: 500;
}
.head-data.menu-head {}
.head-data.menu-head ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.head-data.menu-head ul li {
  list-style: none;
  display: inline-block;
  padding: 0 20px;
  border-right: 1px solid #aaaaaa;
}
.head-data.menu-head ul li:last-child {
  border: none !important;
  padding-right: 0px !important;
}
.head-data.menu-head ul li a::after {
  content: '';
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="black" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8"></path></svg>');
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: inline-block;
  margin-left: 10px;
  top: -2px;
  color: #333333;
  vertical-align: middle;
  fill: #333333 !important;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.head-data.menu-head ul li a:hover::after {
  transform: rotate(90deg);
}
.head-data {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.head-data a {
  color: #000000;
  text-decoration: none;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  display: inline-block;
  vertical-align: middle;
}
.head-data a:hover {
  color: #555555;
}
.phone-head {
}
.phone-head a.phone-head-box {
 background: #095ba7;
  float: right;
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #ffffff;
  position: relative;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  text-transform: uppercase;
  text-decoration: none !important;
}
.phone-head a.phone-head-box:hover {
  background: #e84949; 
}
.phone-head a.phone-head-box:after {
content: '';
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8"></path></svg>');
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: inline-block;
  margin-left: 10px;
  top: -2px;
  color: #ffffff;
  vertical-align: middle;
  fill: #FFFFFF !important;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.polylang_langswitcher {
  list-style: none !important;
  margin: 0px 0 0px 15px;
  padding: 0px !important;
  float: right;
}
.polylang_langswitcher li {
  display: inline-block !important;
  width: 32px;
  border-radius: 100%;
  border: 1px solid #eeeeee;
}
/*HOME*/
/*SECTION*/
.ciemny {
  background: #171a32;
  color: #DDDDDD;
}
.jasny {
  background: #03a0e3;
  color: #333333;
}
.section-title h1 {
  font-weight: 100;
  font-size: 2.0em;
  line-height: 1em;
  color: #03a0e3;
  margin: 50px 0 50px 0;
  width: 100%;
}
.section-title h2 {
  font-weight: 100;
  font-size: 2.0em;
  line-height: 1em;
  margin: 50px 0 30px 0;
  width: 100%;
}
.section-title h2 .last {
  font-weight: 500;
}
.section-title h4 {
  font-weight: 100;
  font-size: 2em;
  margin: 0px 0 50px 0;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  display: inline-block;
}
.section-home {
  float: left;
  width: 100%;
	padding: 50px 0;
}
/*SPEAKERS SECTION*/
.speakers-inner-slide {
	border: 1px solid #dddddd;
	padding:30px 20px!important;
	border-radius: 15px;
	height: 100%;
}
.speakers-news-slide .speakers-news-img  img {
	border-radius: 100%;
}
.speakers-news-txt h5 {
	font-size: 16px;
	letter-spacing: 0.5px;
	font-weight: 600;
}
.speakers-section-content {
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 30px;
	color: #555555;
}
.speakers-news-link a {
	color: #7b4a9d;
	font-weight: 600;
	font-size: 14px;
	letter-spacing:0.5px;
}
/*GRANTS SECTION*/
#grants {
	margin:0 0 50px 0;
	float: left;
	width: 100%;
}
.grants-row{
	padding:50px 30px;
	border: 1px solid #eeeeee;
	border-radius: 10px;
}
/*SERVICES SECTION*/
#register {
	position: relative;
	padding-top: 100px;
}
#register .section-header{
	padding-bottom: 50px;
}
.services-section {
  float: left;
  width: 100%;
	background: #f8f7f7;
	border-radius: 0 0 100px 0;
}
.services-desc h2 {
	margin-top: 20px;
}
.services-section .services-content {
  padding: 0px 0 40px 0;
  float: left;
  width: 100%;
}
.services-links {
  float: left;
  width: 100%;
	margin-bottom: 40px;
}
.service-box {
	position: relative;
}
.service-box .service-box-inner {
  background: #ffffff;
  border-radius: 15px 15px 15px 15px;
  height: 100%;
  width: 100%;
  color: #444444;
	overflow: hidden;
		  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.service-box .service-box-inner:hover {
	transform: scale(1.05,1.05);
		  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.service-box .service-box-inner .service-box-header {
  margin-bottom: 30px;
	background: #095ba7;
	color: #ffffff;
	padding: 30px 20px;
	height: 100px;
	text-align: center;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 18px;
	display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.service-box .service-box-inner .service-box-header  h3 {
		color: #ffffff;
	text-align: center;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 17px;
	margin: 0px !important;
}
.service-box-desc {
	padding: 20px 10%;
	text-align: center;
	float: left;
  width: 100%;
}
.service-box-price {
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	color: #095ba7;
	font-weight: 800;
	margin-bottom: 5px;
}
.service-box-price-pl {
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	font-weight: 600;
	margin-bottom: 40px;
}
.service-box-desc ul {
	margin: 10px 0 0 0;
	padding: 0px;
	text-align: center;
	list-style: none;
	float: left;
  width: 100%;
}
.service-box-desc li {
	width: 100%;
	text-align: center;
	padding: 10px 0;
	float: left;
	border-bottom: 1px dashed #cccccc;
	font-size: 13px;
	line-height: 16px;
}
.service-box-desc p {
	float: left;
	width: 100%;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 18px;
}
.service-box-desc .btn-register {
		margin-top: 30px;
		margin-bottom: 30px;
	float: left;
	width: 100%;
}
.service-box-desc .btn-register a:hover{
	background:#095ba7;
}
.service-box-desc .btn-register a{
	font-size: 14px;
	text-align: center;
	line-height: 17px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	background: #111111;
	border-radius: 30px;
	padding: 12px 35px;
	letter-spacing: 2px;
	  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
	display: inline-block;
}
.service-box-inner {
	position: relative;
}
/*ABOUT SECTION*/
#about {
	position: relative;
	z-index: 0;
	padding-top: 0px !important;
}
#about .section-content {
	margin-top: -180px;
}
#about .section-content .inner-section-content{
	background: #f8f7f7;
	padding: 80px 10%;
	border-radius: 80px 0 80px 0;
	margin-bottom: 30px;
}
#about .section-content a {
  text-decoration: none;
  position: relative;
  padding: 15px 30px;
  float: left;
  clear: right;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 14px;
  letter-spacing: 1px;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
#about .section-content a:hover {
  color: #333333;
}
.about-content {
  position: relative;
}
.about-content h1 {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.numbers-field-list img {
	width: 40px;
	padding-top: 5px;
}
.number-box {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 5px;
}
.number-desc-box {
	font-size: 18px;
	line-height: 22px;
	font-weight: 800;
	letter-spacing: 1px;
}
.direction-btn a{
  background: #095ba7;
  padding: 15px 30px;
  border-radius: 30px;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #ffffff;
	margin-top: 20px;
  position: relative;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  text-transform: uppercase;
  text-decoration: none!important;
}
.direction-btn a:hover {
	background: #111111;
	color: #FFFFFF;
}
.direction-btn a:after {
	content: '';
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8"></path></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: inline-block;
  margin-left: 10px;
  top: -2px;
  color: #ffffff;
  vertical-align: middle;
  fill: #FFFFFF !important;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}

.direction-btn a:hover:after  {
  margin-left: 20px;

}
/*PROGRAM*/
#program {
	position: relative;
}
#program .program-link {
	float: left;
	width: 100%;
	margin-top: 40px;
}
#program .program-link a{
		float: right;
	background: #57b033;
	padding: 15px 30px;
	border-radius: 30px;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 1px;
	font-weight: 600;
	color: #ffffff;
	position: relative;
	  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
	text-transform: uppercase;
	text-decoration: none;
}
#program .program-link a:after {
	content: '';
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8"></path></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: inline-block;
  margin-left: 10px;
  top: -2px;
  color: #ffffff;
  vertical-align: middle;
  fill: #FFFFFF !important;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
#program .program-link a:hover {
	background: #111111;
}
#program .program-link a:hover:after {
	margin-left: 20px;
}
#program .tab-content table td{ 
	border: none !important;
	padding: 10px;
}
#program .tab-content table td[colspan="2"] {
	border-top: 1px dashed #cccccc!important;
	padding-top: 25px !important;
}
#program .tab-content table tr td:first-child {
	width: 120px;
}
#program #pills-tab { 
	margin-bottom: 50px;
}
#program #pills-tab li {
	margin-right: 10px;
}
#program #pills-tab li a {
	float: left;
	background: #eeeeee;
	padding: 10px 25px;
	border-radius: 30px;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 1px;
	font-weight: 600;
	color: #555555;
	position: relative;
	  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
	text-transform: uppercase;
	text-decoration: none;
}
#program #pills-tab li a:after {
	content: '';
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="black" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8"></path></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: inline-block;
  margin-left: 10px;
  top: -2px;
  color: #333333;
  vertical-align: middle;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
#program #pills-tab li a.active {
	float: left;
	background: #57b033;
	padding: 10px 25px;
	border-radius: 30px;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 1px;
	font-weight: 600;
	color: #ffffff;
	position: relative;
	  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
	text-transform: uppercase;
	text-decoration: none;
}
#program #pills-tab li a.active:after {
	transform: rotate(90deg);  
	color: #ffffff!important;
	background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8"></path></svg>');
	  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/*BLOG*/
.section-blog {
  float: left;
  width: 100%;
  padding: 60px 0 60px 0;
}
.blog-news-slide {
	float: left;
}
.blog-news-box {
  float: left;
  background: #F8F8F8;
  border-radius: 30px 10px 10px 10px;
  overflow: hidden;
	height: 100%;
}
.blog-news-txt {
  padding: 0 10% 50px 10%;
}
.section-blog .glide-news .glide__track {
  overflow: hidden;
}
.blog-news-txt h5 {
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  margin: 30px 0 20px 0;
}
.blog-news-txt .section-content {
  font-size: 13px;
  line-height: 20px;
  color: #666666;
  margin-bottom: 30px;
}
.glide-news .glide.bullets {
  position: absolute;
  bottom: -70px;
  text-align: center;
  width: auto;
  right: auto;
  left: 0;
}
.blog-news-link a {
  color: #333333;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  position: relative;
  text-decoration: none !important;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.blog-news-link a:before {
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  position: relative;
  width: 30px;
  height: 1px;
  display: inline-block;
  content: '';
  background: #000000;
  margin-right: 10px;
  margin-top: -5px;
}
.blog-news-link a:hover:before {
  width: 50px;
  background: #333333;
}
.blog-news-link a:hover {
  color: #333333;
}
.blog-rest-post h3.section-title {
  font-weight: 200;
  font-size: 3em;
  margin: 0px 0 30px 0;
  width: 100%;
}
.blog-row {
  float: left;
  width: 100%;
  margin-bottom: 1.2em;
}
.blog-rest-post time, .archive-blop-page time {
  font-size: 0.8em;
  line-height: 1em;
  margin-bottom: 10px;
  float: left;
  width: 100%;
  color: #171931;
}
.post-main-title {
  font-size: 1.3em;
  line-height: 1.2em;
  margin-bottom: 1em;
  width: 100%;
  font-weight: 500;
}
.blog-main-post time {
  margin-top: 3em;
  font-size: 0.8em;
  line-height: 1em;
  margin-bottom: 10px;
  float: left;
  width: 100%;
  color: #171931;
}
.post-rest-title {
  font-size: 1.1em;
  line-height: 1.1em;
  margin-bottom: 0.5em;
  width: 100%;
}
.post-rest-desc {
  font-size: 0.9em;
  line-height: 1.2em;
  color: #333333;
  padding-bottom: 15px;
}
.post-rest-title a, .post-main-title a {
  color: #171931;
  text-decoration: none;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.post-rest-title a:hover {
  color: #03a0e3;
}
a.post-rest-link {
  text-decoration: none;
  color: #03a0e3;
  position: relative;
  padding-left: 80px;
  float: right;
  clear: both;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 400;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
a.post-rest-link:hover {
  color: #171931;
  text-decoration: none;
}
a.post-rest-link:hover::before {
  width: 70px;
  background: #171931;
}
a.post-rest-link::before {
  width: 60px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 12px;
  background: #03a0e3;
  content: '';
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.post-main-title a:hover {
  color: #222222;
}
a.post-main-link {
  text-decoration: none;
  color: #171931;
  position: relative;
  padding-left: 80px;
  float: right;
  clear: both;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 400;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
a.post-main-link:hover {
  color: #222222;
}
a.post-main-link:hover::before {
  width: 70px;
}
a.post-main-link::before {
  width: 60px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 12px;
  background: #171931;
  content: '';
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.blog-main-post .post-thumb {
  position: relative;
}
.blog-main-post .post-thumb .corner {
  width: 0;
  position: absolute;
  z-index: 1;
  height: 0;
  border-style: solid;
  border-width: 0 80px 80px 0;
  border-color: transparent #03a0e3 transparent transparent;
  top: 0;
  right: 0;
}
/*SUBPAGE*/
#breadcrumbs {
  margin-bottom: 20px;
}
#breadcrumbs, #breadcrumbs a {
  font-size: 12px;
  line-height: 0.9em;
  color: #666666;
	text-decoration: none !important;
}
.main-content-subpage .container {
  border-top: 1px solid rgb(0, 0, 0, 0.1);
}
.page-title {
  color: #333333;
  font-weight: 700;
  font-size: 35px;
  line-height: 1em;
	margin-bottom: 50px;
	letter-spacing: 1px;
}
.subtitle {
	width: 100%;
  margin: 0;
  color: #333333;
  font-size: 17px;
  line-height: 1.5em;
  font-weight: 400;
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px dashed #999999;
}
.main-head a {
  color: #FFFFFF;
  text-decoration: none;
}
.page-content {
  padding-bottom: 80px;
  padding-top: 80px;
  float: left;
  width: 100%;
}
.page-content h3 {
  margin-top: 30px;
  margin-bottom: 20px;
}
.main-content {
  float: left;
  width: 100%;
}
.main-content-subpage {
	position: relative;
}
/*PAGINACJA
-------------------------------------------------- */
.paginacja-wpisow {
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: center;
}
.paginacja-wpisow a {
  display: block;
  color: #ffffff;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  text-decoration: none!important;
  text-align: center;
  line-height: 40px;
}
.paginacja-wpisow .next:hover, .paginacja-wpisow .prev:hover, .paginacja-wpisow li:hover {
  background: #171931;
}
.paginacja-wpisow a:hover {
  color: #FFFFFF;
	text-decoration: none!important;
}
.paginacja-wpisow ul {
  padding-left: 0px;
}
.paginacja-wpisow li {
  display: inline-block !important;
  vertical-align: top;
  padding: 0px !important;
  height: 40px;
  width: 40px;
  text-align: center;
  background: #03a0e3;
  border-radius: 30px;
}
.paginacja-wpisow li:before {
  display: none;
}
.paginacja-wpisow .prev {
  display: inline-block;
  height: 40px;
  vertical-align: top;
  background: #03a0e3;
  text-decoration: none;
  color: #171931;
  border-radius: 30px;
}
.paginacja-wpisow .next {
  display: inline-block;
  height: 40px;
  vertical-align: top;
  background: #03a0e3;
  text-decoration: none;
  color: #171931;
  border-radius: 30px;
}
.paginacja-wpisow .next a, .paginacja-wpisow .prev a {
  padding: 0 20px;
}
.paginacja-wpisow li.active {
  background: #171931;
}
.paginacja-wpisow li.active a {
  color: #FFFFFF;
}
/*SIDEBAR*/
.page-sidebar {
  padding-left: 80px !important;
	margin-bottom: 50px;
}
.page-sidebar .contact-sidebar-box p {
  margin-bottom: 10px;
}
.page-sidebar .contact-sidebar-box h4 {
  color: #FFFFFF !important;
}
.page-sidebar .contact-sidebar-box .wp-block-button a {
  margin-top: 10px;
  color: #FFFFFF;
  font-size: 14px;
  border: 2px solid #171931;
}
.page-sidebar .contact-sidebar-box .wp-block-button a:hover {
  color: #171931 !important;
  background: none !important;
}
.page-sidebar .contact-sidebar-box a {
  color: #171931;
}
.page-sidebar .ads-sidebar-box .widzet {
  margin-bottom: 30px;
}
.page-sidebar .ads-sidebar-box .widzet img {
  border-radius: 10px;
}
.page-sidebar .ads-sidebar-box .widzet .wp-block-latest-posts__post-excerpt {
  font-size: 14px;
  color: #444444;
}
.page-sidebar .ads-sidebar-box .widzet .wp-block-latest-posts__post-title {
  margin: 30px 0 20px 0;
  color: #000000;
  font-weight: 500;
  float: left;
  width: 100%;
}
.page-sidebar .ads-sidebar-box .widzet .wp-block-latest-posts__post-title:hover {
  color: #03a0e3;
}
/*FORMULARZ*/
.gfield_choice_limit_message {
	display: none !important;
}
.gform_fields legend,
.gform_fields label {
	font-size: 16px!important;
	color: #333333 !important;
}
.gfield--type-section {
	border-bottom: 0px dashed #cccccc !important;
	margin-top: 20px!important;
	margin-bottom: 0px !important;
}
.gfield--type-section h3 {
	font-weight: 600 !important;
  font-size: 17px;
  background: #095ba7;
	color: #ffffff;
  padding:25px 30px;
  border-radius: 10px;
	margin-bottom: 0px !important;
}
.gform_button_select_files {
	background: #095ba7!important;
	border-radius: 30px !important;
}
.gfield--type-consent legend {
	display: none !important;
}
.cost-participation {
	font-size: 20px!important;
}
.gform-footer  {
	margin:70px 0 50px 0 !important;
}
.gform_fields select,
.gform_fields input[type="radio"],
.gform_fields textarea,
.gform_fields input,
.gform-theme--foundation .chosen-container-single .chosen-single {
	border-radius: 10px!important;
	padding: 15px 20px!important;
	border:1px solid #999999!important;
	height: auto!important;
	box-shadow: none!important;
}
.gform_fields input[type="checkbox"] {
border-radius: 5px !important;
  padding: 0px !important;
  border: 1px solid #999999 !important;
  box-shadow: none !important;
  width: 25px !important;
  height: 25px !important;
}
.init_pcafe_imgp .gfield_checkbox .gchoice label {
  padding:30px 20px!important;
  border: 1px solid #cccccc!important;
	border-radius: 10px!important;
}
.gform_wrapper .gfield.init_pcafe_imgp.pcafe_theme_basic label img {
  height: 40px!important;
  max-height: 40px!important;
}
.gform_wrapper .gfield.init_pcafe_imgp.pcafe_theme_basic .gchoice input:checked + label {
  border-color: #03a0e3!important;
	color: #ffffff !important;
	background: #03a0e3!important;
}
.gform_wrapper .gfield.init_pcafe_imgp.pcafe_theme_basic .gchoice input:checked + label img {    
   filter: saturate(0) brightness(0) invert(1);
}
.gform_wrapper input.gform_button.button {
	  padding:20px 30px!important;
	font-size: 15px!important;
  border: 0px solid #cccccc!important;
	border-radius: 10px!important;
	color: #ffffff !important;
	background: #03a0e3!important;
	box-shadow: none !important;
	letter-spacing: 1px!important;
	  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.gform_wrapper input.gform_button.button:hover {
	letter-spacing: 2px!important;
	background: #e84949 !important;
}
/*FOOTER*/
footer {
  float: left;
  width: 100%;
  z-index: 2;
	margin-top: 50px;
}
.top-footer {
  position: relative;
  background: #095ba7;
  padding: 50px 50px 40px 50px;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 22px;
  font-weight: 300;
  margin-bottom: 50px;
	border-radius: 40px;
	width: calc(100% - 100px);
  margin-left: 100px;
}
.top-footer .wp-block-heading {
  color: #ffffff;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
.top-footer a {
	color: #ffffff;
	text-decoration: none !important;
}
.top-footer a:hover {
	color: #eeeeee;
}
.top-footer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.top-footer .wp-block-heading b, .top-footer .wp-block-heading strong {
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  float: left;
  width: 100%;
}
.top-footer .f0, .top-footer .f1, .top-footer .f2 {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.top-footer .wp-block-button {
  margin-top: 20px !important;
}
.top-footer .wp-block-button a {
  border: 1px solid #ffffff;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff !important;
	background: none !important;
}
.top-footer .wp-block-button strong, .top-footer .wp-block-button b {
  font-weight: 600;
}
.top-footer .footer-data {
  padding: 0px !important;
	float: left;
  width: 100%;
}
.top-footer .decor-img{
	position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: -150px;
  width: calc(100% + 100px);
  max-width: none;
}
.adress-footer, .contact-data-footer, .open-footer {
  float: left;
  width: 100%;
  margin-bottom: 1.5em;
}
.adress-footer h5 {
  width: 100%;
}
footer .footer-data {
  line-height: 1.4em;
  font-size: 13px;
  color: #eee;
  font-weight: 300;
}
.footer-data {}
.bottom-footer {
  margin-bottom: 50px;
}
.rules-footer {
  float: left;
  width: 100%;
  position: relative;
  text-align: right;
}
.rules-footer a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 13px;
  color: #333333;
  text-decoration: none;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.rules-footer a:hover {
  color: #03a0e3;
  text-decoration: none;
}
.logo-social-footer {
  margin-top: 2em;
  margin-bottom: 2em;
}
.logo-footer img {
  width: 180px;
  height: auto;
}
.social-footer .social-icons-bar {
  text-align: left;
  margin-left: 0px;
	float: right;
}
.social-footer .social-icons-bar .social-icon {
  width: 40px;
	background: none !important;
  height: 40px;
  margin-left: 5px;
  float: right;
  border: 1px solid #FFFFFF;
  text-align: center;
  border-radius: 100%;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 39px;
}
.social-footer .social-icons-bar .social-icon:hover {
  transform: rotate(15deg);
}
.social-footer .social-icons-bar .social-icon:hover .fa-brands {
  transform: rotate(15deg);
}
.social-footer a.social-icon {
  text-decoration: none !important;
  display: block;
}
.social-footer a.social-icon .fa-brands {
  color: #FFFFFF;
  text-align: center;
  line-height: 37px;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.row-top-footer {
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding-bottom: 20px;
	margin-bottom: 50px;
}
.copyright-row {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-size: 13px;
}

.hidden_label .gchoice  .gform-field-label {
	display: inline-block !important;
	width: calc(100% - 65px) !important;
	padding-left: 15px;
	}
.hidden_label .gform-field-label {
	display: none !important;
}
.gform-theme--foundation .chosen-container-single .chosen-search .chosen-search-input{
	padding-left: 40px!important;
}
.gform_required_legend {
  display: none;
}
.gform_wrapper.gravity-theme .gfield {
  margin: 10px 0;
}
.gform_wrapper.gravity-theme .gfield-choice-input {
  margin-top: 5px !important;
  margin-right: 5px !important;
  vertical-align: top !important;
}
.gform_wrapper.gravity-theme .gfield textarea {
  height: 150px !important;
}
.gform_button {
  text-decoration: none;
  color: #171931;
  position: relative;
  padding-left: 80px;
  float: right;
  clear: both;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  font-size: 1.3em;
  font-weight: 600;
  background: none !important;
  border: none !important;
}
.gform_footer {
  float: left;
  width: auto;
  position: relative;
  padding: 0px !important;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333333;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #333333;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #333333;
}
body .gform_wrapper .gform_validation_errors > h2 {
  color: #FFFFFF !important;
}
body .gform_wrapper .gform_validation_errors {
  background: #171931;
  border: 1.5px solid #171931;
	 border-radius: 5px !important;
  padding: 5px 20px !important;
}
body .gform_wrapper .gfield_validation_message, body .gform_wrapper .validation_message {
  background: #171931 !important;
  border: 1px solid #171931 !important;
  color: #FFF !important;
  border-radius: 5px !important;
  padding: 5px 20px !important;
}
.gform_wrapper .gfield_error .gfield_repeater_cell label, .gform_wrapper .gfield_error label, .gform_wrapper .gfield_error legend, .gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message, .gform_wrapper [aria-invalid="true"] + label, .gform_wrapper label + [aria-invalid="true"] {
  color: #171931 !important;
}
.credit-form .gsection_title {
  border: none !important;
  font-size: 22px;
  line-height: 27px;
  color: #171931;
  font-weight: 600;
}
.credit-form .gform_wrapper.gravity-theme .gfield_label {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
}
html body .gform_wrapper .noUi-connect {
  background: #171931;
}
html body .gform_wrapper .noUi-connects, html body .gform_wrapper .noUi-target {
  border-radius: 20px !important;
}
html body .gform_wrapper .noUi-horizontal {
  height: 25px;
}
html body .gform_wrapper .noUi-horizontal .noUi-handle {
  height: 34px;
}
.ginput_container_consent label {
  display: inline;
}
.credit-form .gform_wrapper.gravity-theme .gfield input, .credit-form .gform_wrapper.gravity-theme .gfield textarea {
  background: #FFFFFF !important;
}
.gotop {
  width: 40px;
  height: 40px;
  position: fixed;
  background: #171931;
  color: #FFFFFF;
  right: 10px;
  bottom: 10px;
  text-align: center;
  line-height: 40px;
	border-radius: 100%;
	font-size: 20px;
  padding-right: 5px;
}
.gotop a {
  color: #FFFFFF;
  text-decoration: none !important;
  display: block;
  transform: rotate(-90deg);
}
@media only screen and (max-width:1400px) {
.container {
  width: 88% !important;
}
	.page-sidebar {
  padding-left: 60px;
}
	.logotyp img {
  height: 35px;
		        margin-top: 5px;
}
	.subhead-menu {
  margin-right: 5px;
  font-size: 12px;
}

}
@media only screen and (max-width:1320px) {
#main_navbar .navbar-nav li a {
  padding: 30px 10px !important;
  font-size: 13px;
}
.slaider-contant h1 {
  font-size: 40px !important;
  line-height: 40px;
  margin-bottom: 10px;
}
.slaider-contant a {
  margin-top: 10px;
}
#about .section-content {
  margin-top: -150px;
}
}
@media only screen and (max-width:1200px) {
	 #main_navbar .navbar-nav li a {
    padding: 30px 8px !important;
    font-size: 12px;
  }
	.social-icons-bar .social-icon {
  font-size: 11px;
	}
  .social-icons-bar .social-icon {
    width: 25px;
    height: 25px;
	  line-height: 25px;
  }
  a.social-icon .fa-brands {
    line-height: 25px;
    font-size: 0.6em;
  }
.phone-head a.phone-head-box {
  padding: 5px 15px;
  font-size: 11px;
  line-height: 21px;
	}
.slaider-contant p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 22px;
}
	.slaider-contant a {
  padding: 10px 30px;
  font-size: 13px;
  line-height: 13px;
}
}
@media only screen and (max-width:1100px) {
	.speakers-inner-slide {
  padding: 20px 15px !important;
  border-radius: 10px;
}
	.speakers-news-txt {
		padding-left: 0px !important;
	}
	.speakers-news-txt h5 {
  font-size: 14px !important;
}
	.section-header h3, .section-header h2, .section-header h4 {
  font-size: 25px;
  line-height: 30px;
}
	#program #pills-tab li a {
  padding: 10px 20px;
  font-size: 13px;
  line-height: 13px;
}
#program #pills-tab li a::after {
  width: 15px;
  height: 15px;
	}
	
	#program .program-link a {
  padding: 12px 20px;
  font-size: 13px;
  line-height: 13px;
}
	  .section-content-number.offset-md-1 {
    margin-left:4%;
		  padding-top: 0px !important;
  }
	.number-desc-box {
  font-size: 16px;
  line-height: 20px;
}
	.direction-btn a {
padding: 12px 20px;
    font-size: 12px;
    line-height: 13px;
}
	/*ACCENTS*/
.main-content-subpage:before,
.section-slider:before {
	width: 60px;
	height: 60px;
}
#about .section-content .inner-section-content:before {
	width: 60px;
	height: 60px;
	bottom: -10px;
    right: -10px;
}
#program:before {
	width: 60px;
	height: 120px;
}
#program .section-header:before {
	width: 60px;
	height: 60px;
	bottom: -100px;
}
#register:before {
	width: 60px;
	height: 60px;
}
#speakers .section-header:before {
	width: 60px;
	height: 60px;
	bottom: -100px;
}
.main-content-subpage:after {
	width: 60px;
	height: 120px;
	bottom: 100px;
}
	  #about .section-content {
    margin-top: -130px;
  }
	.section-slider.mt-4 {
		margin-top: 0px !important;
}
	.section-slider .carousel {
  margin-bottom: 120px;
	}
	.slaider-contant {
  padding: 0 10% 0 0;
}
	  .page-sidebar {
    padding-left: 30px;
  }
	  .slaider-contant h1 {
    font-size: 30px !important;
    line-height: 30px;
  }
	#about .section-content .inner-section-content {
  border-radius: 40px 0 40px 0;
		padding: 40px 7%;
}
.main-menu .bottom-menu-row {
  justify-content: unset;
	float: left;
	width: 100%;
    margin: 0px;
	display: unset;
}
	.phone-head,
	.social-icons-bar {
		float: right !important;
		width: auto !important;
		margin-left: 20px !important;
		padding-top: 10px;
	}
	.social-icons-bar {
		margin-top: 3px;
	}
  html body #main_navbar .dropdown-menu.show {
    display: block !important;
  }
  html body #main_navbar .navbar-nav .dropdown-menu .dropdown-menu a {
    font-size: 13px;
    padding: 6px 20px !important;
  }
	#main_navbar .navbar-nav li a:hover,
	#main_navbar .navbar-nav li.current-menu-item a {
  color: #ff0000 !important;
}
  .navbar-toggler-close {
    display: block !important;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 11111;
    top: 0px;
    right: 15px;
    color: #000000 !important;
  }
  .navbar-toggler-close button {
    color: #000000 !important;
    border: none !important;
  }
  .navbar-light .navbar-toggler {
    color: #000000;
  }
  .navbar-expand-md .navbar-toggler {
    display: block !important;
  }
  .navbar-light .navbar-toggler {
	padding: 5px 15px;
    border-color: rgba(0, 0, 0, 1) !important;
    margin: 5px 0px 0 20px;
    float: right;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 29px;
	  text-transform: uppercase;
	  color: #000000!important;
  }
	.navbar-toggler-icon svg {
		width: 20px;
		height: 20px;
		color: #000000;
	}
	.navbar-light .navbar-toggler {
  color: #000!important;
	}
	.navbar-toggler-icon {
  width: 20px!important;
  height: 20px!important;
		line-height: 20px!important;
		margin-top: -3px;
	}
  .navbar-light .navbar-toggler-icon {
    background: none !important;
  }
  .sidebar-menu .dropdown-menu > li > a {
    text-align: left;
  }
  html #main_navbar .navbar-nav li a {
    padding: 15px 20px !important;
    font-size: 13px !important;
    color: #FFFFFF !important;
    text-align: left !important;
  }
  .navbar-toggle {
    transition: all 0.3s ease 0s !important;
    -moz-transition: all 0.3s ease 0s !important;
    -webkit-transition: all 0.3s ease 0s !important;
    -o-transition: all 0.3s ease 0s !important;
    -ms-transition: all 0.3s ease 0s !important;
  }
  .navbar-toggle[aria-expanded="false"] span {
    opacity: 1;
    transition: all 0.3s ease 0s !important;
    -moz-transition: all 0.3s ease 0s !important;
    -webkit-transition: all 0.3s ease 0s !important;
    -o-transition: all 0.3s ease 0s !important;
    -ms-transition: all 0.3s ease 0s !important;
  }
  .navbar-toggle[aria-expanded="true"] span {
    opacity: 0;
    transition: all 0.3s ease 0s !important;
    -moz-transition: all 0.3s ease 0s !important;
    -webkit-transition: all 0.3s ease 0s !important;
    -o-transition: all 0.3s ease 0s !important;
    -ms-transition: all 0.3s ease 0s !important;
  }
  .navbar-toggle:before {
    opacity: 0;
    content: "x";
    position: fixed;
    font-size: 40px;
    font-weight: 800;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 100%;
    font-family: 'Poppins', sans-serif !important;
    right: 44px;
    top: 18px;
    transition: all 0.3s ease 0s !important;
    -moz-transition: all 0.3s ease 0s !important;
    -webkit-transition: all 0.3s ease 0s !important;
    -o-transition: all 0.3s ease 0s !important;
    -ms-transition: all 0.3s ease 0s !important;
    z-index: 1000000;
  }
  .navbar-toggle[aria-expanded="true"]:before {
    opacity: 1;
    content: "x";
    position: fixed;
    font-size: 40px;
    font-weight: 800;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 100%;
    font-family: 'Poppins', sans-serif !important;
    right: 45px;
    top: 10px;
    transition: all 0.3s ease 0s !important;
    -moz-transition: all 0.3s ease 0s !important;
    -webkit-transition: all 0.3s ease 0s !important;
    -o-transition: all 0.3s ease 0s !important;
    -ms-transition: all 0.3s ease 0s !important;
    z-index: 1000000;
  }
  .navbar-collapse {
    margin: 0 !important;
    padding: 0 0 0px 0 !important;
    background: #000;
  }
  li.social a span {
    display: inline-block !important;
    padding-left: 10px !important;
    font-size: 14px !important;
  }
  .navbar-collapse {
    -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0) !important;
    box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0) !important;
    border-top: 0px solid transparent !important;
    margin-bottom: 0px;
  }
  .dropdown-menu > li > a {
    display: block;
    padding: 5px 5px;
    clear: both;
    color: #000;
    white-space: normal !important;
    width: 100%;
    text-align: center;
    font-size: 13px !important;
  }
  html .dropdown-menu {
    width: 100% !important;
    position: relative !important;
    min-width: 100%;
    background-color: transparent !important;
    margin-bottom: 15px !important;
  }
  .navbar ul {
    width: 70% !important;
    margin: 0 0px 0 0;
    padding: 0;
    text-align: center !important;
    float: left;
    min-height: 100%;
    height: auto;
    background: #172F50;
    padding-bottom: 30px;
	  float: left !important;
  }
  #main_navbar .navbar-nav ul {
    width: 100% !important;
  }
  #main_navbar .navbar-nav .dropdown-menu li a,
  #main_navbar .navbar-nav .dropdown-menu li:first-child a {
    padding: 10px 15px !important;
  }
	html #main_navbar .dropdown-menu {
  padding: 10px 0px;
	}
  .navbar ul ul {
    width: 100% !important;
    border-radius: 0px !important;
    padding-bottom: 0px !important;
    float: left !important;
  }
  .navbar ul ul a {
    border: none !important;
    font-size: 13px !important;
    padding: 10px 25px !important;
  }
  .navbar .container {
    display: inline-block !important;
    padding-bottom: 15px !important;
  }
  .main-header .container {
    border-bottom: 1px solid transparent !important;
  }
  .navbar {
    width: 100%;
    height: auto !important;
    border: 0px solid transparent !important;
    z-index: 50;
    float: left;
    text-align: left;
    display: block !important;
	  padding-right: 0px!important;
	  padding-left: 0px!important;
  }
  #main_navbar .navbar-nav li:first-child a {
    padding: 20px !important;
  }
	html #main_navbar .dropdown-menu {
  min-width: 0px !important;
	}
  .navbar-collapse.show {
    background: none;
    position: fixed;
    display: block;
    height: 100% !important;
    left: 0 !important;
    transition: all 0.3s ease 0s !important;
    -moz-transition: all 0.3s ease 0s !important;
    -webkit-transition: all 0.3s ease 0s !important;
    -o-transition: all 0.3s ease 0s !important;
    -ms-transition: all 0.3s ease 0s !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 1) !important;
  }
  .navbar-collapse {
    background: none;
    position: fixed;
    height: 100% !important;
    left: -100% !important;
    transition: all 0.3s ease 0s !important;
    -moz-transition: all 0.3s ease 0s !important;
    -webkit-transition: all 0.3s ease 0s !important;
    -o-transition: all 0.3s ease 0s !important;
    -ms-transition: all 0.3s ease 0s !important;
    top: 0 !important;
    display: block;
    bottom: 0 !important;
    width: 100% !important;
    z-index: 1000;
  }
  .navbar-collapse.collapsing {
    position: fixed;
    height: 100% !important;
    top: 0 !important;
    display: block;
    bottom: 0 !important;
    width: 50% !important;
    overflow: visible !important;
  }
  .navbar li {
    display: block !important;
    float: left !important;
    width: 100%;
    text-align: left;
  }
  .navbar li a {
    font-size: 14px !important;
    padding: 20px !important;
    color: #FFFFFF !important;
    text-align: left;
    border-bottom: 1px solid #214168 !important;
  }
  .dropdown.open .dropdown-menu, .dropdown-menu.show .dropdown-menu {
    display: block !important;
  }
  html #main_navbar .dropdown-menu .dropdown-menu {
    position: relative !important;
    top: auto;
    width: 100% !important;
    left: 0;
    padding: 0px 0 0 15px;
    ;
    font-size: 13px;
    box-shadow: none !important;
  }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #000000 !important;
    background-color: #223a66 !important;
  }
  .dropdown:hover a {
    border-color: transparent !important;
  }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #fff !important;
    background-color: transparent !important;
    border-color: transparent !important;
  }
	.glide-news .glide.bullets {
  bottom: -60px;
	}
  .main-arrows button.glide__arrow.glide__arrow--next {
    right: 0%;
  }
  .main-arrows button.glide__arrow.glide__arrow--prev {
    left: 0%;
  }
  a.post-rest-link::before {
    top: 7px;
  }
  #primary-navigation .nav-menu li a {
    padding: 20px 4px;
    font-size: 11px;
  }
  .container {
    width: 90% !important;
  }
  #carouselIndicators .carousel-caption {
    width: 45% !important;
  }
  #carouselIndicators .carousel-caption-inner {
    padding: 20px;
  }
  .main-arrows.glide-main-slider button.glide__arrow.glide__arrow--prev {
    left: 1%;
  }
  .main-arrows.glide-main-slider button.glide__arrow.glide__arrow--next {
    right: 1%;
  }
  #carouselIndicators .carousel-caption:before {
    position: absolute;
    width: 70px;
    height: 100px;
    content: '';
    bottom: -15px;
    left: -35px;
  }
.social-footer .social-icons-bar {
  margin: 0px !important;
  padding: 0px !important;
}
	.social-footer .social-icons-bar .social-icon {
  width: 30px;
  background: none !important;
  height: 30px;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 29px;
}
	.row-top-footer figure {
		margin: 0px !important;
	}
	.slaider-contant p {
  font-size: 14px;
  line-height: 19px;
}
	.slaider-contant a {
  font-size: 12px;
  padding: 10px 25px;
}
	.slaider-contant h2 {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 20px;
}
	 .slaider-contant h2 b, 
	.slaider-contant h2 strong {
    font-size: 30px;
    line-height: 30px;
  }
	.about-content h1 {
  font-size: 25px;
  line-height: 30px;
}
	.service-box-desc a {
  padding: 10px 15px;
  font-size: 11px;
}
	.service-box {
		margin-bottom: 40px;
	}
	.top-footer .f0, .top-footer .f1, .top-footer .f2,.top-footer .f3 {
  border-right: 0px solid rgba(255, 255, 255, 0.2);
		padding: 15px !important;
}
	.rules-footer a,
	.copyright-row{
  font-size: 11px;
	}
}
@media only screen and (max-width:991px) {
	.top-footer {
		text-align: center !important;
		padding: 0px 30px 30px 30px;
  margin-bottom: 20px !important;
  margin-bottom: 100px;
  border-radius: 20px;
  width: 100%;
  margin-left: 0;
	}
	.social-footer {
		display: inline-block;
	}
	.social-footer .social-icons-bar {
		display: inline-block !important;
	}
	.top-footer .footer-data {
-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
		text-align: center !important;
		float: none !important;
}
	.rules-footer {
		text-align: center;
	}
	.top-footer .decor-img {
  position: relative;
  transform: none;
  top: auto;
  left: auto;
  width: 300px !important;
  max-width: none;
  right: auto;
		margin-top: -80px;
		margin-bottom: 30px
}
	.grants-desc.pl-5 {
		padding-left: 15px!important;
	}
	.grants-title.pr-5.border-right {
		border: none!important;
		padding-right: 15px!important;
	}
	  #speakers .section-header::before {
    bottom: auto;
    top: 0;
  }
	.section-blog {
  padding: 20px 0 30px 0;
}
	.speakers-list.pl-5 {
		padding-left: 15px !important;
	}
	.services-section {
  border-radius: 0 0 50px 0;
}
	.services-desc.section-header .text-right {
		text-align: left !important;
		border: none !important;
	}
	.service-box-content.pl-5 {
		padding-left: 15px !important;
		padding-right: 15px!important;
	}
	  #program .section-header::before {
		  display: none;
  }
	.section-header.text-right {
		text-align: left !important;
		padding-right: 15px !important;
	}
	#program .program-link {
		margin-bottom: 40px;
		text-align: left;
		margin-top: 10px;
	}
	#program .program-link a {
		float: left;
	}
	#program .program-table {
		padding-left: 15px !important;
	}
	#program #pills-tab li a.active,
	#program #pills-tab li a {
  padding: 10px 15px;
  font-size: 13px;
  line-height: 13px;
}
}
@media only screen and (max-width:900px) {
  .section-blog {
    padding: 50px 0 70px 0;
  }
  .font-50 {
    font-size: 40px;
    line-height: 40px;
  }
  .font-17 {
    font-size: 15px;
    line-height: 22px;
  }
	.blog-news-txt h5 {
  font-size: 16px!important;
  line-height: 21px!important;
}
  .home-section h3, .home-section h4, .home-section h5 {
    font-size: 25px;
    line-height: 30px;
  }
  .social-icons-bar {
    margin-left: 10px;
  }
  #primary-menu {
    display: none !important;
  }
  .mobile-menu #primary-menu {
    display: block;
  }
  .menu-link {
    display: inline-block;
  }
  .p-7, .p-6 {
    padding: 2rem !important;
  }
  h1.section-title, h2.section-title, h3.section-title, h4.section-title, h5.section-title, .page-title, h4.footer-title {
    font-size: 2em;
  }
}
@media only screen and (max-width:850px) {
		  .section-content-number.offset-md-1 {
    margin-left:2%;
  }
  .direction-btn a {
    padding: 12px 15px;
    font-size: 11px;
    line-height: 12px;
  }
	  .number-desc-box {
    font-size: 14px;
    line-height: 17px;
  }
.logotyp {
    padding-right: 0px;
  }
  .social-icons-bar {
    margin-left: 10px;
  }
	.head-contact {
		display: none;
	}
	  .logo-footer,
	.rules-footer {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
		  margin-top: 20px;
		  text-align: center;
  }
	  .slaider-contant h1 {
    font-size: 25px !important;
    line-height: 25px;
  }
	  .slaider-contant p {
    font-size: 13px;
    line-height: 18px;
  }
	  .slaider-contant a {
    font-size: 11px;
    padding: 7px 25px;
  }
	  .main-content-subpage::before {
    width: 40px;
    height: 40px;
		  top: 20px;

  }
}
@media only screen and (max-width:768px) {
	.slaider-contant img {
	width: 80px!important;
	margin-bottom: 20px !important;
}
	.page-sidebar .contact-sidebar-box {
		display: none;
	}
	.page-sidebar .numbers-box{
		width: 300px;
	}
	.page-sidebar {
  margin-bottom: 100px;
}
	.page-content {
  padding-bottom: 40px;
}
	  .speakers-news-txt {
    padding-left: 15px !important;
  }
	.home .section-content-number {
		margin-top: 20px!important;
	}
	.home .numbers-field-list .direction-btn{
		text-align: center;
	}
	.home .numbers-field-list .col-md-12 {
		text-align: center;
	}
	.home .numbers-field-list .col-sm-9,
	.home .numbers-field-icon {
		-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.home .direction-btn {
		margin-top: 0px !important;
	}
	.organizer-logos {
		text-align: center;
	}
	.organizer-logos img {
		width: 400px;
	}
	  .page-sidebar {
    padding-left: 15px; 
  }
	.slaider-contant.text-right {
		text-align: center!important; 
		padding: 0 0;
	}
	  .slaider-contant h1 {
    font-size: 30px !important;
    line-height: 30px;
  }
	.section-slider .carousel {
    margin-bottom: 40px;
		margin-top: 55px;
  }
	.section-slider img {
		width: 400px;
		margin: 0 auto;
	}
	  .slaider-contant a {
    font-size: 12px;
    padding: 10px 25px;
    float: none;
    display: inline-block;
  }
	  #about .section-content {
    margin-top: -100px;
  }
	#about .section-content .inner-section-content {
  padding: 150px 7% 50px 7%;
  border-radius: 40px 0 40px 0;
}
}
@media only screen and (max-width:750px) {

  .page-content h2, .page-content h3, .page-content h4, .page-content h5 {
    font-size: 22px;
  }
  .page-title {
    padding-right: 0;
  }
  .subtitle {
    font-size: 1em;
    padding-right: 0%;
  }
  .page-content {
    padding-top: 40px;
  }
  .rules-footer a {
    margin-right: 5px;
    font-size: 10px;
  }
  .social-footer .social-icons-bar {
    float: left;
    margin-top: -30px;
  }
  .top-footer .col-sm-6 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    flex-shrink: 0 !important;
    max-width: 100% !important;
  }
  .home .top-footer .contact-column-info {
    margin-top: 0px;
  }
}
@media (max-width: 600px) {
	.logotyp img {
		margin-left: 15px;
	}
	.grants-row {
  padding: 40px 15px;
}
	.page-title {
  font-size: 22px;
		line-height: 26px;
}
	#program .program-link a {
    padding: 10px 20px;
    font-size: 12px;
    line-height: 12px;
  }
	.service-box .service-box-inner .service-box-header-title h3 {
  font-size: 16px!important;
}
	.service-box .service-box-inner .service-box-header-title h3 b {
  font-size: 18px!important;
  line-height: 20px;
}

	
  .font-20 {
    font-size: 16px;
    line-height: 22px;
  }
	.social-icons-bar {
    display: none;
  }
	#main_navbar.navbar {
  float: right;
}
  html body .main-content .about-content h1, html body .main-content .about-content h2, .home-section h2 {
    font-size: 25px !important;
    line-height: 28px;
  }
  html body .main-content h3, html body .main-content h4, html body .main-content h5 {
    font-size: 17px !important;
    line-height: 23px;
  }
  .p-7, .p-6 {
    padding: 1em 0.3rem !important;
  }
  html .p-3 {
    padding: 1em 0.3rem !important;
  }
  .main-menu {
    height: auto;
  }
  a.post-rest-link::before {
    top: 4px;
  }
   .slaider-contant h2 b, .slaider-contant h2 strong {
    font-size: 25px;
    line-height: 25px;
  }
	 .slaider-contant h2 {
    font-size: 18px;
    line-height: 20px;
  }
	  .container {
    width: 94% !important;
  }
	  .logotyp {
    margin-left: -25px;
  }
	  .phone-head, .social-icons-bar {
    margin-left: 5px !important;
    padding-top: 5px;
  }
	  .phone-head a.phone-head-box {
padding: 10px 10px;
    font-size: 11px;
    line-height: 21px;
    border-radius: 5px;
    letter-spacing: 0;
  }
	.navbar-light .navbar-toggler {
		margin-left: 10px;
	}
	  .navbar-light .navbar-toggler {
    padding: 5px 10px;
	}
	.phone-head a.phone-head-box::after {
		display: none!important;
	} 
	.main-content-subpage::before {
	left: auto;
		right: 20px;
	}
	.page-sidebar.pl-sm-2 {
		padding-left: 15px !important;
	}
	  .page-sidebar .numbers-field-icon {
		  margin-bottom: 20px;
	}
	  .page-sidebar .numbers-box {
    width: 100%;
		  text-align: center !important;
  }
	.page-sidebar .numbers-field-list .col-sm-9.pl-0 {
		padding-left: 15px !important;
	}
	.border-gray {
  padding: 20px;
}
}
@media (max-width: 575px) {
	  .speakers-inner-slide {
    padding: 30px 20px !important;
  }
	.speakers-news-slide .speakers-news-img {
		text-align: center;
	}
	.speakers-news-slide .speakers-news-img img {
		width: 150px;
		margin: 0 auto 30px auto;
	}
	.speakers-news-txt {
		text-align: center;
	}
	#program .tab-content table td {
  border: none !important;
  padding: 10px 5px;
}
	 .font-50 {
    font-size: 30px;
    line-height: 30px;
  }
	 .section-slider .carousel {
    margin-bottom: 30px;
    margin-top: 35px;
  }
	.slaider-contant h1 {
    font-size: 25px !important;
    line-height: 25px;
  }
		/*ACCENTS*/
.main-content-subpage:before,
.section-slider:before {
	width: 40px;
	height: 40px;
}
#about .section-content .inner-section-content:before {
	width: 40px;
	height: 40px;
}
#program:before {
	width: 40px;
	height: 80px;
}
#program .section-header:before {
	width: 40px;
	height: 40px;
	bottom: -80px;
}
#register:before {
	width: 40px;
	height: 40px;
}
#speakers .section-header:before {
	width: 40px;
	height: 40px;
	bottom: -80px;
}
.main-content-subpage:after {
	width: 40px;
	height: 80px;
	bottom: 80px;
}
	  #about .section-content .inner-section-content {
    padding: 130px 7% 50px 7%;
    border-radius: 25px;
  }
	html body {
  font-size: 14px !important;
}
	  .top-footer .decor-img {
    width: 220px !important;
  }
}

@media (max-width: 400px) {
	  .service-box .service-box-inner .service-box-header-title h3 b {
    font-size: 16px !important;
    line-height: 18px;
  }
	  .service-box .service-box-inner .service-box-header-title h3 {
    font-size: 14px !important;
  }

}
@media (max-width: 360px) {
#program #pills-tab li a.active, #program #pills-tab li a {
    padding: 10px 10px;
    font-size: 12px;
    line-height: 12px;
  }
	  #program #pills-tab li a::after {
    width: 10px;
    height: 10px;
		  margin-left: 5px;
  }

	#main_navbar.navbar {
		margin-right: -10px;
	}
	.phone-head {
		margin-left: 0px;
	}
}