@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;800&display=swap');

@import url('jquery-ui.css');
@import url('jquery-confirm.css');
@import url('animate.css');
@import url('css.css');

* {outline: none;font-family: 'Open Sans', sans-serif;color: #444444;font-weight: 300;}
*, ::after, ::before {box-sizing: border-box;}
/*footer, header, main, section, nav {display: block;}*/

html, body{margin: 0; padding: 0; height: 100%;}
section, footer{padding: 3rem 0; background: #fff;}
section h1{margin-top: 0px;}

section#main-bpr {
	background-color: rgb(240 248 255);
}

b {font-weight: 600}

a,li,button, .login-head-button, .loader-main {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@font-face {
	font-family: 'font-aw';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url("fonts/fa-light-300.eot");
	src: url("fonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("fonts/fa-light-300.woff") format("woff"), url("fonts/fa-light-300.ttf") format("truetype"), url("fonts/fa-light-300.svg#fontawesome") format("svg"); 
}

.fa {
	font-family: 'font-aw';
	font-weight: 300; 
}

.faw {font-family: 'font-aw';}

.fa-facebook:before{content:"\f082"}

main {padding: 1em;}

.off-canvas-content {
	position: relative;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: .2s -webkit-transform;
	transition: .2s transform;
}



a {
	text-decoration: none;
	color: #0e4fa9;
	font-weight: 400;
}

a:hover {
	text-decoration: none;
}

a#viewSource {
	border-top: 1px solid #999;
	display: block;
	margin: 1.3em 0 0 0;
	padding: 1em 0 0 0;
}

div#links a {
	display: block;
	line-height: 1.3em;
	margin: 0 0 1.5em 0;
}

@media (min-width: 1000px) {
	/* hack! to detect non-touch devices */
	div#links a {
		line-height: 0.8em;
	}
}

h1 a {
	font-weight: 300;
	white-space: nowrap;
}

audio {
	max-width: 100%;
}

body {
	width: 100%;
	font-size: 16px;
	margin: 0;
	padding: 0;
	word-break: break-word;
	padding-bottom: 2em;
	position: relative;
}

header {
	position: relative;
	padding: 64px 0 85px 0;
	display: grid;
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	color: #464447;
	background-color: #fff;
}

header.main {
	padding: 90px 0 0px 0;
	background-color: rgb(240 248 255);
}

footer {
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #c3c3c3;
	width: 100%;
	padding: 0.1em 1em 0.1em 1em;
	font-size: 0.8em;
	max-height: 27px;
	white-space: nowrap;
	z-index: 10;
}

footer-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

right {
	display: block;
	align-self: center;
	justify-self: right;
	text-align: right;
}
left {
	display: block;
	align-self: center;
	justify-self: left;
	text-align: left;
}

button {
	background-color: #0e83a9;
	border: none;
	border-radius: 2px;
	color: white;
	font-size: 0.8em;
	margin: 0 0 1em 0;
	padding: 0.6em;
}

button[disabled] {
	color: #ccc !important;
	background-color: #969696 !important;
	cursor: auto !important;
}

button[disabled]:hover {
	background-color: #0e83a9;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}


div#container {
	margin: 0 auto 0 auto;
	max-width: 600px;
	padding: 1em 1.5em 1.3em 1.5em;
}

div#highlight {
	background-color: #eee;
	font-size: 1.2em;
	margin: 0 0 50px 0;
	padding: 0.5em 2em;
}

div#links {
	padding: 0.5em 0 0 0;
}

img {
	border: none;
	max-width: 100%;
	vertical-align: middle;
}

img.img-responsive {
	max-width: 300px;
	width: 100%;
}


input {
	height: 1.5em;
	padding: 0.4em;
}

input: -webkit-autofill,
input: -webkit-autofill:hover,
input: -webkit-autofill:focus {
	font-family: 'Exo 2', sans-serif;
}


input[type=radio] {
	position: relative;
	top: -1px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
}

label {
}

ol {
	padding: 0 0 0 20px;
}

p {
	color: #444;
	font-weight: 300;
	line-height: 1.6em;
}

p#data {
	border-top: 1px dotted #666;
	font-family: Courier New, monospace;
	line-height: 1.3em;
	max-height: 1000px;
	overflow-y: auto;
	padding: 1em 0 0 0;
}

p.borderBelow {
	border-bottom: 1px solid #eee;
	padding: 0 0 20px 0;
}

select {
	margin: 0 1em 1em 0;
	position: relative;
	top: -1px;
	height: 2.5em;
}

h1 span {
	white-space: nowrap;
}

strong {
	font-weight: 800;
}

video {
	background: #222;
	margin: 0 0 20px 0;
	width: 100%;
}

span.nowrap {
	font-size: inherit;
	font-weight: inherit;
	white-space: nowrap;
	color: inherit;
}

.bg-blue {background-color: #0e83a9; color: #fff}
.color-blue {color: #0e83a9}

.grid {display: grid;}



.col-hd-1 { grid-template-columns: 1fr;}
.col-hd-1-2 { grid-template-columns: 1fr 2fr;}
.col-hd-1-1 {grid-template-columns: 1fr 1fr;}
.col-hd-2-1 { grid-template-columns: 2fr 1fr;}

@media screen and (max-width: 800px) {
	.col-md-1 { grid-template-columns: 1fr;}
	.col-md-1-2 { grid-template-columns: 1fr 2fr;}
	.col-md-1-1 {grid-template-columns: 1fr 1fr;}
	.col-md-2-1 { grid-template-columns: 2fr 1fr;}
}
@media screen and (max-width: 600px) {
	.col-sd-1 { grid-template-columns: 1fr;}
	.col-sd-1-2 { grid-template-columns: 1fr 2fr;}
	.col-sd-1-1 {grid-template-columns: 1fr 1fr;}
	.col-sd-2-1 { grid-template-columns: 2fr 1fr;}
}

@media (max-width: 650px) {
	h1 {
		font-size: 24px;
	}
}

@media (max-width: 550px) {
	button:active {
		background-color: darkRed;
	}

	h1 {
		font-size: 22px;
	}
}

@media (max-width: 450px) {
	h1 {
		font-size: 20px;
	}
}

container, .container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.top-logo-desktop {display: none;}

@media (min-width: 1000px) {

	.top-logo-desktop {display: block;}
	.top-logo-mobile {display: none;}
}

@media (min-width: 801px) {
	container, .container {
		width: 750px;
	} 
}

@media (min-width: 992px) {
	container, .container {
		width: 970px;
	}
}

@media (min-width: 1200px){
	container, .container {
		width: 1170px;
	}
}

.relative {position: relative;}
.absolute {position: absolute;}

.text-center {
	text-align: center;
	justify-self: center;
}

.violet {color: #0e83a9;}
pink,.pink {color: #D15E79;}

.bold {font-weight: 600}

row {
	display: grid;
}

.grid-1-1{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
}

.grid-2-1{
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-gap: 10px;
}

.grid-1-2{
	display: grid;
	grid-template-columns: 1fr 2fr;
	grid-gap: 10px;
}

@media (max-width: 1200px){
	.grid-1-1200{grid-template-columns: 1fr !important;}
}

@media (max-width: 800px){
	.grid-2-1{grid-template-columns: 1fr;}
	.grid-1-1{grid-template-columns: 1fr;}
	.grid-1-2{grid-template-columns: 1fr;}
	.grid-sm-2{grid-template-columns: 1fr 1fr;}
}

@media (max-width: 600px){
	.grid-sm-2{
		display: grid;
		grid-gap: 10px;
		grid-template-columns: 1fr 1fr;

	}
}

.manual-check {
	font-size: 1.2em;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
}

.ticket-error {
	font-weight: 600;
	color: red;
}

.ticket-okey {
	color: #0079ff;
}

#send-btn {
	padding-left: 2em;
	padding-right: 2em;
}

.login-modal {display: none;}
.login-container{
	position: fixed;
	display: grid;
	width: 100%;
	min-height: 100%;
	height: auto;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 10000;
	background-color: #000000a1;
	overflow-y: scroll;
	padding: 10px;

}


.login-box {
	justify-self: center;
	align-self: center;
	width: 80%;
	max-width: 400px;
	display: grid;
	margin-left: 15px;
	position: relative;

}


.login-form-head {
	background: rgba(255, 255, 255, 0.9);
	border-radius: 10px 10px 0 0;
	text-align: center;
	padding-top: 20px;
}

.login-form-head2 {
	background: rgba(255, 255, 255, 0.9);
	padding: 0px;
	display: grid;

}


.formGrid {
	display: grid;
	grid-template-columns:1fr;
	grid-auto-flow: row;
	grid-gap: 1em;
}

.formGrid > label {grid-column: labels;grid-row: auto;}
.formGrid input, .formGrid > select {padding: 0.3em;height: unset;}
/*.formGrid > button, .formGridSpan {grid-column: span 2;}*/

.login-head-button{
	padding: 10px;
	width: 100%;
	text-align: center;
	font-weight: 300;
	font-size: 1.2em;
}

span.close-button {
	position: absolute;
	right: 5px;
	top: 5px;
}

span.close-button::before {
	content: '\f00d';
	display: block;
	top: 5px;
	margin: auto;
	right: 5px;
	cursor: pointer;
	color: #0e83a9;
	font-size: 1.5em;
	vertical-align: sub;
	font-family: 'font-aw';
	padding-right: 10px;
}

.login-head-button-1 {background-color: #fff;position: relative;
	-moz-box-shadow: 4px -5px 10px -5px rgba(57, 50, 33,.5);
	-webkit-box-shadow: 4px -5px 10px -5px rgba(57, 50, 33,.5);
	box-shadow: 4px -5px 10px -5px rgba(57, 50, 33, 0.5)
}

div#login.login-head-button-1  {
	color: #0e83a9;
}

div#register.login-head-button-1  {border-radius: 20px 0 0 0;color: #184589;}

.login-head-button-1::after {
	width: 10px;
	height: 10px;
	background: transparent;
	position: absolute;
	content: '';
	box-shadow: 0px 0px 0px 50px #fff;
	clip: rect(0px, 10px, 10px, 0px);
	display: block;
	z-index: 10;
}


.login-head-button-0 {position: relative;cursor: pointer;}


div#login.login-head-button-0 {color: #0e83a9;}
div#register.login-head-button-0 {color: #184589;}

div#register.login-head-button-0:hover, div#register.login-head-button-0:active  {
	background-color: #184589;
	color: #fff;
	border-radius: 10px 0 0 0;
}
div#login.login-head-button-0:hover, div#register.login-head-button-0:active  {
	background-color: #0e83a9;
	color: #fff;
	border-radius: 0 10px 0 0;
}



.myForm {
	padding: 1.2em;
	/*border: 1px #c0c0c0 solid;*/
	border-top: none;
	border-radius: 0 0px 10px 10px;
	background-color: #fff;
}

.myForm h4, .myForm h5 {
	margin: 10px 0 20px 0;
	font-weight: 300;
}

.myForm input {
	height: 1.8em;
	font-size: 1.2em;
	align-self: center;
	width: 100%;
	min-width: 120px;
	border: none;
	border-bottom: 1px #c0c0c0 solid;
	background-color: unset;
	outline: none;

}
.myForm input:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0 50px #fff !important;
	-webkit-text-fill-color: #000 !important; 
	color: #000 !important;
	font-family: 'Exo 2', sans-serif;
}


.myForm input:disabled, .myForm input:-webkit-autofill:disabled {
	color: #999 !important;
	-webkit-text-fill-color: #999 !important;
	border-bottom: 1px solid #ccc;
}

.myForm input:focus::placeholder {
	color:transparent;
}

.login-container h2 {
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	margin-top: 0.8em;
	font-size: 1.4em;
	font-weight: 300;
}

.input-line-verify input {
	width: 150px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 1.6em;
}

.input-line-verify {
	justify-self: center;
}

.input-line {position: relative;min-height: 35px;}
.input-focus-icon{
	position: absolute;
	left: -57px;
	height: 38px;
	width: 38px;
	z-index: 0;
	overflow: hidden;
}

.input-focus-icon-mail, .input-focus-icon-pass{
	position: absolute;
	left: 38px;
	height: 38px;
	width: 38px;
	background: rgba(241, 241, 241, 0.9);
	z-index: 1;
	padding: 5px;
	border-radius: 10px 0 0 10px;
	border-left: 1px solid white;
}

.input-focus-icon-mail::before{
	content: "\f0e0";
	font-family: 'font-aw';
	font-size: 26px;
	color: #626262;
}

.input-focus-icon-pass::before{
	content: "\f30d";
	font-family: 'font-aw';
	font-size: 26px;
	color: #626262;
}


.myForm > button {
	border: none;
	border-radius: 10px;
	color: white;
	font-size: 1.1em;
	padding: 0.6em;
	min-width: 120px;
	margin: 0;
	cursor: pointer;
	margin-top: 10px;
}

#form-reg-text, #form-reg, #check-email-button-a, #form-reg-button {display: none;}


.myForm > button:hover, .myForm > button:active{background-color: #483858;}

button.btn-reg {background-color: #d15e79;}
button.btn-reg:hover, button.btn-reg:active {background-color: #a3344e;}

.login-container img {
	max-width:  170px;
	margin: 0.7em;
}

.recovery-area2, .recovery-area {text-align: center;display: none;}

.recovery-button {
	margin: 0;
	background-color: #184589;
	border-radius: 4px;
	cursor: pointer;
	padding: 9px 16px;
}


#send-login-form, .login-password-input {display: none;}

.recovery-button:hover {background-color: #1450ac;}



/* registration*********************/



.regi-container{
	position: fixed;
	display: grid;
	width: 100%;
	min-height: 100%;
	height: auto;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	background-color: #0e83a9;
	overflow-y: scroll;
	padding: 10px;

}


.regi-box {
	justify-self: center;
	align-self: center;
	width: 100%;
	max-width: 600px;
	display: grid;
	position: relative;
	background-color: #fff;
	border-radius: 6px;
	padding: 15px;

}


.user-input-wrp {
	position: relative;
	min-height: 42px;
}

.user-input-wrp .inputText {
	width: 100%;
	outline: none;
	border: none;
	border-bottom: 1px solid #777;
	box-shadow: none !important;
}

.user-input-wrp .inputText:focus {
	border-color: #0e83a9;
	border-width: medium medium 2px;
}

.user-input-wrp .floating-label, .form-reg-label  {
	position: absolute;
	pointer-events: none;
	top: 12px;
	left: 10px;
	transition: 0.2s ease all;
	white-space: nowrap;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #0e83a9;
}

.user-input-wrp input:focus ~ .floating-label,
.user-input-wrp input:not([value='']) ~ .floating-label, .form-reg-label {
	top: -12px;
	left: 10px;
	font-size: 13px;
	opacity: 1;
}


.form-reg-select {
	margin-top: 14px;
	height: 1.5em;
	font-size: 110%;
	width: 100%;
	border: none;
	border-bottom: 1px solid;
	/*-moz-appearance: none;*/
	/*-webkit-appearance: none;*/
	/*appearance: none;*/
}

img.reg-logo {
	max-width: 250px;
	align-self: center;
	justify-self: center;
}


.ttips {
	position: relative;
	cursor: pointer;
}
.tooltip{
	position: absolute;
	display: none;
	z-index: 10700;
	top: 30px;
	background-color: #f5ffe7;
	border: 1px solid #ccc;
	border-radius: 4px;
	max-width: 250px;
	padding: 5px;
	white-space: normal;
	min-width: 150px;
}
.tooltip p{
	margin: 0;
	padding: 0;
	color: #444;
	padding: 2px 7px;
	font-size: 14px;
	line-height: 1.3em;
}


.about-text {
	background: #fff;
	padding: 1em;
}

.about-text strong {
	/*color: #0e83a9;*/
}

.about-text img {
	max-width: 249px;
	margin: 20px 0;
}


header.main h1 {
	margin: 0;
	margin-bottom: 10px;
}

header.main h2 {
	margin: 0;
	margin-bottom: 10px;
	font-weight: 300;
}

/*MAIN*************/
question-wrapper {
	display: grid;
	border-bottom: 1ps solid #ccc;
	padding: 24px 0;
}
question {
	display: block;
	cursor: pointer;
}

faq-section H2 {
	font-weight: 300;
}

faq-section h3 {
	padding: 0;
	margin: 0;
	font-size: 26px;
	font-weight: 400;

}
answer {
	display: none;
	padding-top: 10px;
	padding-left: 40px;
}

answer article {
	font-size: 20px;
}


/*************MAIN*/

/*USER*************/

section#user {
	padding: 0;
}

#user h2 {
    font-weight: 300;
}

events-act-header {
	display: block;
	padding: 10px 0;
}

cabinet ul {
	margin: 0;
}

.cabinet-tabs {
    border: 2px solid #0e83a9;
    padding: 20px;
    min-height: 300px;
}


@media screen and (max-width: 800px){
	cabinet .nav-tabs > li > a {
	    font-size: 13px;
	    font-weight: 300;
	}
}



/*************USER*/


/*LAW**********/
section#law {
	padding: 0;
}

section#law h2 {
	font-size: 30px;
	font-weight: 300;
}

section#law h3 {
	font-size: 24px;
	font-weight: 400;
}

law-documents {
	display: grid;
	grid-gap: 20px;
	margin: 30px 0;
}

law-documents * {
	font-size: 20px;
}

/**********LOW*/

/*registration**********/
section#registration {
	padding: 0;
}

section#registration h2 {
	font-size: 30px;
	font-weight: 300;
}

section#registration h3 {
	font-size: 24px;
	font-weight: 400;
}


event-register-warning {
	display: block;
	padding: 10px;
	margin-left: 40px;
	border: 1px solid #e89494;
}

section#registration ol>li {
	font-size: 22px;
	font-weight: 400;
}

section#registration ul>li {
	margin-bottom: 10px;
}



section#registration ol blockquote {
	font-size: 20px;
	font-weight: 300;

}

section#registration a.button {
	padding: 10px 20px;
	background-color: #119fcb;
	color: #fff !important;
	margin: 20px;
	display: inline-block;
}

/**********registration*/





/*EVENTS**********/

events-cards {
	display: grid;
	grid-template-columns: repeat(auto-fill, 366px);
	grid-gap: 10px;
}

event-container {
	display: grid;
	margin-bottom: 30px;
	background-color: rgb(229 239 247);
	padding: 10px 0;
	border-bottom: 1px solid;
	border-top: 1px solid;
}

event-container>a{padding: 0}

event-header {
	padding: 0 20px 10px 20px;
	display: grid;
}
event-title {
	font-size: 20px;
	font-weight: 600;
	color: rgb(67 73 113);
}

event-type {
	font-size: 20px;
}

event-body {
	display: grid;
	padding: 0;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
}

@media screen and (max-width: 800px) {
	event-body, events-cards {grid-template-columns: 1fr;}
}


event-block {
	display: grid;
	padding: 20px;
	grid-gap: 10px;
}

event-block * {font-size: 16px}


/*event-organizer {}*/

event-organizer span{
	font-weight: 600;
}


event-bpr {
	font-size: 16px;
	font-weight: 300;
	color: #635aa2;
}

event-bpr span {
	font-size: 30px;
	font-weight: 600;
	border-radius: 50%;

	color: #fff;
	display: inline-grid;
	width: 50px;
	height: 50px;
	align-content: center;
	justify-content: center;    
	background-color: #8b489f;
	background: linear-gradient(12deg, #8b489f, #b6bad0);
}

event-dates {
	display: grid;
	grid-template-columns: repeat(auto-fill, 64px);
	grid-gap: 10px;
}

event-date-container {
	text-align: center;
	max-width: 64px;     
	overflow: hidden;
}


event-date-container>*{
	display: block;
}

event-date-year {
	font-size: 10px;
	padding: 1px;
	background-color: rgb(206 204 204);
	color: #fff;
}



even-date-day {
	background: #f0f0f0;
	font-size: 26px;
	padding: 5px;
}

even-date-month {
	font-size: 10px;
	font-weight: 400;
	color: #ffffff;
	background: #aa74b0;
	padding: 2px;
	letter-spacing: 0.3px;
}

event-buttons {
	display: grid;
	justify-content: center;
}

event-container button {
	background-color: #3a426e;
	/* border-radius: unset; */
	padding: 7px;
	font-size: 20px;
	width: 300px;
	max-width: 100%;
	margin: 5px;
}

event-info {
	margin: 20px;
	max-height: 130px;
	text-overflow: clip;
	overflow: hidden;
	position: relative;
}

event-info::before {
	content: "";
	position: absolute;
	width: 100%;
	z-index: +2;
	background: linear-gradient(to top, rgba(229, 239, 247, 1) 0%, rgba(229, 239, 247, 0) 50% );
	height: 130px;
}

/***********EVENTS*/

.btn-warning {
	color: #fff;
	background-color: #3e1b62;
	border-color: #3e1b62; 
	font-weight: 300 !important;
}

.btn-warning:hover {
	color: #fff;
	background-color: #562d80;
	border-color: #3e1b62;
}


.login-checkbox-area {
	padding-top: 15px
}

.main-chekbox-checked, .main-chekbox {
	padding-right: 10px;
}

.main-chekbox::before, .main-chekbox-checked::before {
	content: '\f0c8';
	font-family: "font-aw";
	font-size: 2em;
	color: #0e83a9;
}

.main-chekbox-checked::before {
	content: '\f14a';
}

/*.main-chekbox:hover:before {
	content: '\f14a';
	color: #461f6d;
}

.main-chekbox-checked:hover:before {
	content: '\f0c8';
	color: #461f6d;
	}*/


	/*swiper-slider****************************************************************/

	.swiper-wrapper {
		position: relative;
		height: 100%;
		background: #eee;
		color:#000;
		margin: 0;
		padding: 0;
	}

	.swiper-container {
		width: 100%;
		height: 100%;
	}
	.swiper-slide {
		text-align: center;
		font-size: 18px;
		background: #fff;

		/* Center slide text vertically */
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
	/*end- swiper-slider****************************************************************/



/*	#video * {padding:0;margin:0;box-sizing:border-box;}
	#video {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
	}
*/
	#video iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		min-height: unset;
	}

	.event-top-info li {
		font-size: 18px;
	}

	.jconfirm.jconfirm-white .jconfirm-bg {
		background-color: rgba(0, 0, 0, 0.7);
	}
	.jconfirm.jconfirm-white .jconfirm-box .buttons button.btn-next, .jconfirm.jconfirm-white .jconfirm-box .buttons button.btn-back {
		font-weight: 300;
		font-size: 16px;
		text-transform: unset;
		margin-left: 15px;
	}
	.jconfirm.jconfirm-white .jconfirm-box .buttons button.btn-next:hover, .jconfirm.jconfirm-white .jconfirm-box .buttons button.btn-next:active{
		background-color: #483858;
	}


	.jconfirm.jconfirm-white .jconfirm-box .buttons button.btn-back {
		background-color: #979393;
	}

	.jconfirm.jconfirm-white .jconfirm-box .buttons button.btn-back:hover, .jconfirm.jconfirm-white .jconfirm-box .buttons button.btn-back:active{
		background-color: #ccc;
	}


	.anounce-wrapper {
		padding: 15px;
		border-radius: 10px;
		background-color: #fff;
	}


	button.button-buy.button-anounce {
		background-color: #518883;
		margin-top: 30px;
	}

	.event-paket-order {
		background-color: #fdd95e;
		padding: 30px 15px;
		border-radius: 8px;
		font-size: 18px;
		min-height: 300px;
		display: grid;
		align-items: center;
		justify-items: center;
	}

	.price_aprox {
		padding-bottom: 20px;
		font-size: 20px;
		color: #666;
	}

	div#header-youtube {
		/* background-color: red; */
		position: absolute;
		width: 100%;
		height: 10%;
		top: 0;
		z-index: 10;
	}

	.mejs__mediaelement iframe {
		pointer-events: none;
	}

	@media (max-width: 1000px) {
		iframe {
			min-height: unset; 
		}
	}

	.form-answer.login-form-alert {
		color: red;
		font-weight: 600;
	}

	.button-promo {
		background-color: #fff !important;
		color: #0e83a9 !important;
		margin-top: 13px;
		border: none !important;
		outline: none;
		font-size: 14px;
	}

	.promo-answer-result {
		font-size: 1.2em;
		margin-bottom: 20px;
		padding: 10px;
		background-color: #dfdfdf;
		color: #0e83a9;
		display: none;
	}

	input.inputText {
		width: 100%;
		/* padding: 3px 6px; */
		font-size: 18px;
		/*margin-top: 20px;*/
		border: 1px solid #6c6c6c;
		height: unset;
		background: rgba(255, 255, 255, 0.74);
	}

	.input-radio-line input {
		top: 5px;
		margin-left: 12px;
	}

	.btn-question {
		font-size: 16px;
	}


	.quiz-online-line label {
		font-weight: 300;
		padding-left: 10px;
	}

	.quiz-online-radio {
		top: 4px !important;
		/* padding-right: 10px; */
	}

	h2.quiz-online-header {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.quiz-online-body {
		margin-bottom: 15px;
	}

	.quiz-online-result {
		padding: 7px 9px;
	}

	.quiz-online-point-right {
		background: #329a44;
		color: #fff;
	}

	.quiz-online-point-select {
		background: #ccc;
	}

	#dop-mat-area ul{
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
		list-style-type: none;
		margin: 0;
		padding: 0;
		grid-gap: 10px
	}

	div#dop-mat-area {
		margin-top: 20px;
	}

	li.live-select-mat {
		margin: 0;
		background-color: #ccc;
		height: 100px;
		border-radius: 7px;
		display: grid;
	}

	li.live-select-mat-over {
		background-color: #ccc; 
		cursor: pointer;
	}

	li.live-select-mat-over:hover {
		background-color: #b2d236;
	}

	.event-proceeeding-mat {
		text-align: center;
		font-size: 0.9em;
		padding:5px;
	}

	.event-proceeeding-data, .event-proceeeding-active {
		align-self: center;
		justify-self: center;
		display: grid;
	}

	.event-proceeeding-data::before, .event-proceeeding-active::before {
		content: "\f30d";
		font-family: 'font-aw';
		font-size: 26px;
		color: #626262;
		justify-self: center;
	}
	.event-proceeeding-active::before {
		content: "\f144";
		color: #444;
	}

	li.live-select-mat-act {
		background-color: #53b59f;
	}
	li.live-select-mat-act div.event-proceeeding-active {
		color: #fff;
	}


	button.button-disabled {
		background-color: #ccc !important;
		cursor: auto !important;
		color: #fff !important;
		border: none !important;
	}

	button.button-sponsor {
		background-color: #50b4fc;
		color: #ffffff;
		margin: 0;
		font-weight: 300 !important;
		font-size: 19px;
	}

	button.button-sponsor:hover, button.button-sponsor:active {
		background-color: #311db1;
	}

	section#partnersbuttons {
		/*padding: 30px;*/
		text-align: center;
		background-color: #f0f0f0;
	}

	section.live {
		background-color: #cce0df;
		padding: 30px 0;
	}

	div#users_questions {
		background-color: #9da2a5;
		padding: 10px;
		margin-top: 10px;
		/* border-radius: 10px; */
		color: #fff;
	}

	div#users_questions h2 {
		font-size: 21px;
		color: #fff;
		font-weight: 300;
		margin: 10px 0;
	}

	div#users_questions * {
		/*color: #fff;*/
		font-weight: 400;
	}


	#users_question_form label {
		color: #fff; 
	}

	button.btn.btn-question {
		background-color: #ffffff;
		color: #0e83a9 !important;
		margin-top: 5px;
		box-shadow: 0 0 7px #666666;
	}

	button.btn.btn-question:hover {
		background-color: #f0f0f0;
		box-shadow: none;
	}


	div#live-video {
		background-size: cover;
		background-position: center;
		background-size: cover;
		cursor: pointer;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	#users_question_form input.inputText {
		width: 100%;
		padding: 3px 6px;
		font-size: 16px;
		border: none;
	}

	@media screen and (max-width: 550px){
		div#live-video {background-size: 150%;}
		div#users_questions h2 {margin-top: 0;font-size: 17px;}
	}

	@media screen and (max-width: 800px){
		.navbar {min-height: 50px;}
		.navbar-header {min-height: unset;}
		header {padding: 70px 0 85px 0;}
		top-image{font-size: 25px}
	}



	.grid-center {
		width: 100%;
		padding-top: 8px;
	}

/*NEW NAVBAR*/

main-nav nav.navbar-top {
	height: 84px;
	position: fixed;
	display: grid;
	z-index: 100;
	background-color: #0e83a9;
	width: 100%;
}

.navbar-top {
	height: 70px;
	position: fixed;
	display: grid;
	z-index: 100;
	background-color: #0e83a9;
	width: 100%;
}

.navbar-top a, .navbar-top div, .navbar svg {
	color: #fff;
}

main-nav .top-logo img {
	height: 70px;
	width: auto;
}

.top-logo  img {
	height: 50px;
	width: auto;
}


/*main-nav .top-menu {
    grid-area: menu;
    align-self: end;
    justify-self: right;
}
*/
main-nav .navbar-menu li {
	color: rgb(240 248 255);
	border-bottom: 1px solid #0e83a9;
}

main-nav .navbar-menu li:hover, main-nav .navbar-menu li:active {
	border-bottom: 1px solid rgb(240 248 255);
}

main-nav .navbar-menu li a{
	color: inherit;
}

.menu-wrapper {
	display: grid;
	grid-template-columns: max-content 2fr 40px 40px;
	grid-template-areas:
	"logo menu lang login";
	grid-gap: 10px;
	padding-top: 8px;
}

.top-logo { grid-area: logo; align-self: center; justify-self: left;}
.top-menu { grid-area: menu; align-self: center; justify-self: right;}
.top-login { grid-area: login; align-self: center; justify-self: right;}
.lang-nav { grid-area: lang; align-self: center; justify-self: left;}
.menu-button {grid-area: mbutton; align-self: center; justify-self: right;display:none;}

.navbar-menu {
	font-size: 18px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(50px, auto));
	list-style: none;
	margin: 0;
	padding: 0 10px 0 20px;
	max-width: 550px;
	grid-gap: 10px;
}

.lang-nav {
	display: grid;
	grid-gap: 5px;
}

.lang-options {
	border-radius: 4px;
	border: 1px solid #999;
	color: #999;
	padding: 0 3px 3px 3px;
	font-size: 14px;
	justify-self: left;
	width: 34px;
	text-align: center;
}

.current-lang {cursor: pointer;}
.changing-lang {display: none;}


.lang-selected, .lang-options:hover {
	background: #999;
	color: #fff;
}

.menu-button-icon:before {
	content: '\f0c9';
	font-family: 'font-aw';
	font-size: 24px;
	padding: 10px;
	cursor: pointer;
	color: #fff;
}

@media screen and (max-width: 800px) {
	.menu-button {display: grid; }
	.top-menu{height: 0px;justify-self: center;overflow:hidden;}
	main-nav .navbar-menu,.navbar-menu {
		display: block; 
		text-align: center;
		line-height: 1.5;
	}
	main-nav .navbar-menu li,.navbar-menu li{
		border-bottom: 1px solid #ccc;
	}
	
	.lang-nav{justify-self: right;grid-template-columns: 31px 31px;}
	.lang-options {font-size: 13px;width: 30px;}
	.changing-lang {display: block !important;}
	.current-lang {display: none !important;}
	.menu-wrapper {
		grid-template-columns: max-content 2fr 40px 40px;
		grid-template-rows: auto;
		grid-template-areas:
		"logo lang login mbutton" "menu menu menu menu";

	}
}




/*@media screen and (max-width: 800px) {
	.lang-nav {
	position: inherit;
	display: block;
	}
	.lang-options {
	border: 1px solid;
	padding: 2px 7px 7px;
	}
}*/


#reg-enter-block {
	display: grid;
	font-size: 14px;
	/*padding: 5px 15px 3px 3px;*/
}

#reg-enter-block .button-login {
	cursor: pointer;
	justify-self: center;
	color: #fff;
}

#user-menu-area {

	display: grid;
	overflow: hidden;
	grid-gap: 10px;
}
.user-menu-name {
	text-overflow: ellipsis;
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
	padding: 3px;
}

.user-menu-button a {
	display: block;
	background: #fdd95e;
	padding: 5px;
	font-weight: 600;
	color: #0e83a9 !important;
}


div#user-menu-area-wrap {
	display: none;   
	position: absolute; 
	width: max-content;
	max-width: 160px;
	right: 0;
	white-space: nowrap;
	top: 51px;
	background: #fff;
	padding: 10px;
	border: 1px solid #0e83a9;
	border-top: none;
	background-color: white;
	z-index: 100;
}

#user-menu-button {
	cursor: pointer;
}

.navbar {
	min-height: 64px;
}


@media screen and (max-width: 767px) {
	.navbar .container, .navbar container {padding-right: 15px !important;}
	#reg-enter-block {
		right: 57px;
		top: 9px;
	}

	#reg-enter-block  a.button-login {display: none;}

	div#user-menu-area-wrap {
		right: -57px;
		top: 53px
	}
}



.header-registration__item.js-login-open{
	position: relative;
	top: 17px;
	right: 10px;
	display: block;
}

.photo-block {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.header-registration__item .avatar-name {
	font-size: 12px;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #000;
	max-width: 117px;
	vertical-align: middle;
}

.header-registration__item.user-logged {
	position: absolute;
	right: -22px;
	top: 70px;
	display: none;
	width: 237px;
	background-color: #fff;
	box-shadow: 0 -1px 38px 0 rgba(0,0,0,0.2);
	border-bottom: 2px solid #7aae4b;
	z-index: 99;
}


#ava-enter:hover use {
	stroke: #ffffff !important;
	-webkit-transition: 0.5s ease; -moz-transition: 0.5s ease; -o-transition: 0.5s ease; transition: 0.5s ease;
}
#ava-enter:hover path {
	stroke: #ffffff !important;
	fill:  #ffffff !important;
	-webkit-transition: 0.5s ease; -moz-transition: 0.5s ease; -o-transition: 0.5s ease; transition: 0.5s ease;

}

#user-menu-button:hover use {
	/*stroke: #cf402f !important;*/
	-webkit-transition: 0.5s ease; -moz-transition: 0.5s ease; -o-transition: 0.5s ease; transition: 0.5s ease;
}
#user-menu-button:hover path {
	/*stroke: #cf402f !important;*/
	fill:  #0e83a9 !important;
	-webkit-transition: 0.5s ease; -moz-transition: 0.5s ease; -o-transition: 0.5s ease; transition: 0.5s ease;

}


/*test exhid
*/

#expo-container {display: grid;}

.expo-all {
	margin: 10px 0;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	grid-gap: 50px 30px;
	background: transparent;
	border-radius: unset;
	display: grid;
}


.exhib-boots-wrap {
	height: 100%;
	width: 90%;
	perspective: 2000px;
}

.exhib-boots-top-wrap {
	transform: rotateY(16deg);
	transform-origin: 0 0;
	height: 16px;
	width: 100%;
	perspective: 200px;
	z-index: 1000;
	position: absolute;
	top: -15px;
	left: 11px;
}

.exhib-boots-top {
	transform: skew(-36deg, 0deg);
	transform-origin: 0 0;
	border-left: 1px solid #b5b5b5;
	border-top: 1px solid#b5b5b5;
	background: #d5d5d5;
	height: 100%;
	width: 100%;
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.exhib-boots {
	transform: rotateY(16deg);
	transform-origin: 0 0;
	border-left: 1px solid #dedede;
	background: #fff;
	padding: 10px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
}

.exhib-boots::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url('../img/boots-shad.png');
	background-size: cover;
	background-position: top;
}

.exhib-boots-wrap::before {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 25px;
	height: 10%;
	width: 70%;
	box-shadow: -36px -4px 6px 0 rgb(0 0 0 / 20%);
	transform: skewX(60deg);
}


.expo-boot-name {
	white-space: nowrap;
	display: block;
	/*margin-bottom: 10px;*/
}

.expo-spot {
	justify-self: center;
	position: relative;
	top: -4px;
}

img.img-spot {
	width: 21px;
}

.exhib-img-participant {
	height: 105px;
	position: absolute;
	width: 83px;
	background-size: contain;
	background-repeat: no-repeat;
	bottom: -16px;
	right: -19px;
	z-index: 10;
	-webkit-filter: drop-shadow(-7px 9px 13px rgba(0,0,0,0.22));
	filter: drop-shadow(-7px 9px 13px rgba(0,0,0,0.32));
}

@media screen and (min-width: 652px) {.expo-all-1 {/*grid-template-columns: repeat(1, 250px);*/justify-self: center;max-width: 340px;}}
@media screen and (min-width: 992px) {.expo-all-2 {/*grid-template-columns: repeat(2, 250px);*/justify-self: center;max-width: 700px;}}
@media screen and (min-width: 1199px) {.expo-all-3 {/*grid-template-columns: repeat(3, 250px);*/justify-self: center;max-width: 1000px;}}


.exib-stoyka {
	min-height: 184px;
	background: rgb(79 153 247);
	background: -moz-linear-gradient(90deg, rgb(79 153 247) 0%, rgb(169 232 234) 5%, rgb(113 181 235) 8%, rgb(79 153 247) 11%, rgba(156,217,219,1) 88%, rgba(177,240,242,1) 92%, rgb(79 153 247) 96%, rgb(79 153 247) 100%);
	background: -webkit-linear-gradient(90deg, rgb(79 153 247) 0%, rgb(169 232 234) 5%, rgb(113 181 235) 8%, rgb(79 153 247) 11%, rgba(156,217,219,1) 88%, rgba(177,240,242,1) 92%, rgb(79 153 247) 96%, rgb(79 153 247) 100%);
	background: linear-gradient(90deg, rgb(79 153 247) 0%, rgb(169 232 234) 5%, rgb(113 181 235) 8%, rgb(79 153 247) 11%, rgba(156,217,219,1) 88%, rgba(177,240,242,1) 92%, rgb(79 153 247) 96%, rgb(79 153 247) 100%);

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6fa9ab",endColorstr="#6ca3a4",GradientType=1);


	border-top: 8px solid #6ea5a6;
	border-bottom: 2px solid #ab9b8d;
	padding: 20px;
	border-radius: 20px 20px 0 0;
	color: #444;
	-webkit-box-shadow: 39px 15px 31px -33px rgb(0 0 0 / 32%);
	-moz-box-shadow: 39px 15px 31px -33px rgba(0,0,0,0.32);
	box-shadow: 39px 15px 31px -33px rgb(0 0 0 / 32%);
	-webkit-box-reflect: below -3px -webkit-gradient(linear, left top, left bottom, from(rgb(255 255 255 / 0%)), color-stop(0.99, rgb(225 0 0 / 20%)), to(#fff));
}


div#chat-box-area {
	position: fixed;
	display: grid;
	bottom: 0;
	z-index: 1000;
	right: 0;
	left: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	/*animation: showDiv 1s forwards;*/
	/*overflow: hidden;*/
	z-index: 1000;
}



#chat-box-area section#form {
	border-top: #3a6db4 solid 5px;
	align-self: center;
	justify-self: center;
	width: 100%;
	max-width: 450px;
	/*background-color: rgb(193 209 217 / 90%);*/
	padding: 20px;
	position: relative;
	box-shadow: 0px 0px 20px 2px rgb(0 0 0 / 20%);
	animation: blinkEl 1s forwards;
}

#chat-box-area span.close-order::before {
	content: '\f00d';
	display: block;
	top: 5px;
	margin: auto;
	right: 5px;
	cursor: pointer;
	color: #898989;
	font-size: 1.2em;
	vertical-align: sub;
	font-family: 'font-aw';
	padding-right: 10px;
}

.chat-block-questions {
	font-style: italic;
	padding: 3px;
	font-weight: 600;
	color: #3a6db4;
}

.chat-answer-block {display: grid;grid-gap: 2px;}

.chat-block-wrap {
	margin-bottom: 5px;
	display: grid;
	grid-gap: 2px;
}

.chat-answer-text {
	background: rgb(255 255 255 / 61%);
	padding: 3px;
	font-weight: 600;
	color: #3a6db4;
}



timer {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr);
	width: 100%;
    max-width: 660px;
    text-align: center;
    align-self: center;
    justify-self: center;
    margin-top: 30px;
    margin-bottom: 10px;
}

timer>div {
	align-self: center;
	justify-self: center;
	border-right: 1px solid  #464447;
	width: 100%;
}

timer>div:last-child {
	border-right: none;
}

span.chat-author {
	letter-spacing: -1px;
}

@keyframes showDiv {
	0%, {max-height: 0;}
	100% {max-height: 999px;}
}  

@keyframes blinkEl {
	0% {background-color:rgb(193 209 217 / 10%)}
	50% {background-color:rgb(225 245 128);}
	/*60% {opacity: 0.2;background-color:rgb(193 209 217 / 90%)}*/
	100% {background-color:rgb(193 209 217 / 90%)}
}



section#speakers {
	background-color: #cce0df;
}

speaker-photo {
	display: block;
    width: 300px;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-position: top center;
    justify-self: center;
}

.speaker-details p {
	line-height: 1.4;
}

.speaker-details {
	margin-top: 3rem;
	margin-bottom: 2rem;
}

@media screen and (max-width: 1200px) {
    .speaker-details {
        text-align: center;
    }
}

/*CSS.CSS*/

element.style {
	visibility: visible;
	animation-name: fadeInUp;
}
h2.h2-head {
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #666767;
	font-size: 33px;
	font-weight: 500;
}

button.button-buy {
	background: #0e83a9;
	font-size: 1.4em;
	font-weight: 400;
	padding: 9px 20px 11px;
	letter-spacing: 1.5px;
	cursor: pointer;
	border-radius: 19px;
	color: #ffffff;
}

button.button-buy:hover, button.button-buy:active {
	background-color: #258f9c;
	color: #ffffff;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	color: #fff;
	border: 2px solid #0e83a9;
	border-bottom-width: 0px;
	background: #0e83a9;
	border-bottom-color: transparent;
}

.nav-tabs > li > a:hover {
	border-color: transparent;
	color: #333;
	background: transparent;
}

.nav-tabs > li > a {
	font-size: 18px;
	font-weight: 300;
	color: #999;
	border: 2px solid transparent;
	border-bottom-width: 0px;
	padding: 10px 10px;
}

.pricing-area {
	text-align: center;
}

.pricing-paket {
	display: inline-grid;
	margin: 0px 20px 20px;
}

.video-access-message-wrap {
	width: 100%;
	height: 100%;
	display: grid;
	align-content: center;
	justify-content: center;

}

.video-access-message-wrap > div {
	background-color: #0e83a9;
	color: #fff;
	padding: 20px;
	padding-left: 50px;
	border-radius: 10px;
	position: relative;
}

.video-access-icon-n::before {
	position: absolute;
	top: 20;
	left: 20px;
	content: '\f023';
	font-size: 20px;
	font-family: 'font-aw';
}

.video-access-icon-y::before {
	position: absolute;
	top: 20;
	left: 20px;
	content: '\f09c';
	font-size: 20px;
	font-family: 'font-aw';
}

.iframe-video {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;

}

.price-box {
	border: 1px #cccccc solid;
	margin: 10px;
	border-radius: 4px 4px 20px 20px;
	padding: 0px;
	width: 100%;
	max-width: 300px;
	text-align: center;
	justify-self: center;
	background-color: #fff;
	box-shadow: 0 0 35px rgb(204 204 204 / 20%);
}

.price-box h3 {
	font-weight: 900;
	font-size: 18px;
	color: #39a3c0;
	margin: inherit;
}



@media screen and (min-width: 801px) {.price-box-head {min-height: 64px;}}

li.price-group-item {
	display: block;
	padding: 7px;
	line-height: 1.2;
}

li.price-group-item:last-child {
	border: none;
	padding-bottom: 0;
}


.price-group-item::before {
	color: #0e83a9;
	font-size: 1.5em;
	vertical-align: sub;
	font-family: 'font-aw';
	padding-right: 10px;
	font-weight: 300;
}

.price-note::before {content: '\f7e6';}
.price-chat::before {content: '\f82e';}
.price-trans::before {content: '\f1ab';}
.price-class::before {content: '\f63d';}
.price-sert::before {content: '\f5f3';}
.price-teach::before {content: '\f51c';}
.price-play::before {content: '\f144';}
.price-cofe::before {content: '\f0f4';}
.price-coffe::before {content: '\f0f4';}
.price-food::before {content: '\f7f6';}

.faw-circle::before {content: '\f0c8';}
.faw-check-circle::before {content: '\f14a';}



.price-box h3 span {
	font-size: 2em;
}

.price-box-head {
	padding: 15px;
	font-size: 28px;
	background-color: #cce0df;
	border-top: solid 22px #0e83a9;
}

.price-box-price, .price-box-price span {
	font-weight: 600;
	font-size: 26px;
	text-transform: uppercase;
	color: #0e83a9;
	padding: 10px;
}

.price-box-info {
	padding: 10px;
	margin-bottom: 30px;
}


section#infoschedule {
	padding-bottom: 0;
}

section#info2 {
	padding: 20px;
	background-color: #0e83a9;
}

section#info2 h2 {
	margin-bottom: 10px;
}

.main-info-2 {
	text-align: center;
	font-size: 20px;
}

#user-menu-area *{
	color: #444;
}


.addres-text {
	font-size: 18px;
	padding-bottom: 20px;
}
contacts {margin-left: 20px;}

contacts-info {
	display: grid;
	grid-gap: 10px;
}

contacts-img {
    background-image: url(../img/contacts.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
}

a.contacts-info-phone, a.contacts-info-email, a.contacts-info-web {
	display: inline-block;
	margin-right: 10px;
}

a.contacts-info-phone::before, a.contacts-info-email::before, a.contacts-info-web::before, div.contacts-info-adress::before, div.contacts-info-adress2::before{
	right: 5px;
	cursor: pointer;
	font-size: 1.5em;
	vertical-align: sub;
	font-family: 'font-aw';
	padding-right: 10px;
	display: inline-block;
}

a.contacts-info-phone::before{
	content: '\f3ce';
}

a.contacts-info-email::before{
	content: '\f0e0';
}
a.contacts-info-web::before{
	content: '\f0ac';
}

div.contacts-info-adress::before{
	content: '\f1ad';
}



/************************** Schedule section ***************************/ 


.schedule {
	padding: 0;
	list-style-type: none;
	background-color: #fff;
	margin: 0;
}


#infoschedule .container {
	background: #fff;
	border-radius: 10px;
	padding: 30px 15px;
}

.tabpanel {display: none;}


.host-words, #schedule p{
	margin-top: 3rem; font-size: 18px;
}

.schedule li{
	position: relative; padding: 1rem 2rem;; -webkit-transition: 0.5s ease; -moz-transition: 0.5s ease; -o-transition: 0.5s ease; transition: 0.5s ease;
}
.schedule li .time{
	color: #999;
}
.schedule li h3{
	margin-top: 8px;
	font-size: 1.3em;
	margin-right: 28px;
}
.schedule li p{
	max-height: 0px; opacity: 0; overflow: hidden; -webkit-transition: 0.5s ease; -moz-transition: 0.5s ease; -o-transition: 0.5s ease; transition: 0.5s ease; width: 90%;
}
.schedule li .line{
	top: 0; position: absolute; width: 1px; height: 100%; left: 0px; background: #0e83a9; -webkit-transition: 0.5s ease; -moz-transition: 0.5s ease; -o-transition: 0.5s ease; transition: 0.5s ease;
}
.schedule li .line .bullet{
	position: absolute; left: -11px; width: 1.5rem; height: 1.5rem; background: #cce0df; border-radius: 50%; -webkit-transition: 0.5s ease; -moz-transition: 0.5s ease; -o-transition: 0.5s ease; transition: 0.5s ease;
}
.schedule li:first-child .line{
	top: 50%; height: 50%;
}
.schedule li:last-child .line{
	top: 0%; height: 50%;
}
.schedule li:last-child .line .bullet{
	bottom: 0;
}
.schedule li:not(:first-child):not(:last-child) .line .bullet{
	top: 47%;
}
.schedule li:hover, .schedule li:focus, .schedule li:active{
	cursor: pointer; background: #cce0df;color: #0e83a9;
}
.schedule li:hover p, .schedule li:focus p, .schedule li:active p
{
	max-height: 30rem; opacity: 1;
}

.schedule li:hover *, .schedule li:focus *, .schedule li:active *
{
	color: #0e83a9 !important;
}


.schedule li:hover .line .bullet, .schedule li:focus .line .bullet, .schedule li:active .line .bullet{
	background: #0e83a9;
}

@media screen and (max-width: 800px){
	.speaker-details h2{
		margin-top: 1rem;
	}
	.speaker-details h2, .speaker-details h4{
		text-align: center;
	}
	.schedule{
		/*border: none;*/
		/*padding: 10px;*/
	}
	.schedule li{
		/*padding: 2rem 0 0 0;*/
		padding: 1.2rem;
	}

	.schedule li p{
		max-height: none !important; opacity: 1; width: 100%;
	}
	.schedule li:hover{
		/*background: none; */
		cursor: default;
	}
}

section#supporters img.img-responsive {
	margin: 10px;
}

top-image-wrap {
	display: grid;
	width: 100%;
	max-width: 1170px;
	align-self: center;
	justify-self: center;
	overflow: hidden;
}


top-image {
	width: 100%;
	max-width: 100%;
/*	height: 400px;*/
/*	aspect-ratio: 1140 / 411;*/
background-color: #1395bf;
display: block;
align-content: center;
justify-content: left;
padding: 2em;
color: #fff;
font-size: 30px;
background: -moz-linear-gradient(65deg, #1395bf 0%, #1ca0cb 49%, #1192bb 72%, #0e89b1 100%);
background: -webkit-linear-gradient(65deg, #1395bf 0%, #1ca0cb 49%, #1192bb 72%, #0e89b1 100%);
background: linear-gradient(65deg, #1395bf 0%, #1ca0cb 49%, #1192bb 72%, #0e89b1 100%);
position: relative;
overflow: hidden;
}


top-image * {color: inherit;}

top-event-title {
	display: grid;
	z-index: 10;
	grid-template-columns: 30px 1fr 30px;
	grid-gap: 10px;
	width: 600px;
	max-width: 100%;
}

top-image-logo {
	display: block;
	position: absolute;
	top: 20%;
	width: 246px;
	right: 0px;
	z-index: 1;
	opacity: 0.2;
}

top-event-title::before {
	content: '\f10d';
	font-size: 24px;
	font-family: 'font-aw';
}

top-event-title::after {
	content: '\f10e';
	font-size: 24px;
	font-family: 'font-aw';
}

top-event-bpr {
	display: inline-block;
	width: 90px;
	max-width: 100%;
	background-color: #0e83a9;
	margin-top: 30px;
	padding: 10px;
	font-size: 12px;
	text-align: center;
}

top-event-bpr span {
	font-size: 30px;
	display: block;
}

section#contacts {
	background-image: url(./img/bg3.jpg);
	background-size: cover;
	background-position: bottom;
}

top-event-type {
	display: inline-block;
	background-color: #148fb7;
	padding: 1px 10px;
	margin-bottom: 10px;
	font-size: 25px;
}

top-event-dates {
	display: grid;
	grid-template-columns: repeat(auto-fill, 64px);
	grid-gap: 10px;
}

top-date-container {
	text-align: center;
	max-width: 64px;
	overflow: hidden;
	margin-bottom: 10px;
}

top-date-container>*{
	display: block;
}

top-date-day {
	background: #40a5c5;
	font-size: 26px;
	padding: 5px;
}

top-date-month {
	font-size: 10px;
	font-weight: 400;
	color: #ffffff;
	background: #0e83a9;
	padding: 2px;
	letter-spacing: 0.3px;
}



top-date-year {
	font-size: 10px;
	padding: 1px;
	background-color: rgb(206 204 204);
	color: #fff;
}


.digit {
	font-size: 40px;
	line-height: 40px;
	font-weight: 300;
	height: 40px;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	position: relative;
	vertical-align: middle;
}


@media screen and (max-width: 800px){

	top-event-title::before, top-event-title::after {
		font-size: 20px;
	}
	top-image {
		font-size: 24x;
		padding: 20px;
	}

	top-event-type {
		font-size: 20px;
	}

	.digit {
		font-size: 25px;
	}

}