head, body {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}

body {
	font-family: Arial,-apple-system,BlinkMacSystemFont,Roboto,Open Sans,Helvetica Neue,sans-serif;
	color: #444;
	color: rgb(35, 31, 32);
	font-size: 20px;
	line-height: 1.4;
	font-weight: 300;
}

a{

	color: #444;
}

a:hover, a:focus, a:active{
	color: #007cc3;
}

.big{
	height: 2000px;
}

.header-main{
	width: 100%;
	padding: 55px 0;
}

.header-main-wrap{
	min-height: 145px;
}

.header-main.fixed{
	padding: 20px 0;
	background-color: #fff
}

.important{
	color: #007cc3;
}

.main-nav{
	text-align: right;

}

.header-left{
	float:left;
	text-transform: uppercase;
	font-size: 22px;
	text-decoration: none;
	/*letter-spacing: 4px;*/
}

.header-left-link{
	float:left;
	text-transform: uppercase;
	font-size: 15px;
	text-decoration: none;
	/*letter-spacing: 1px;*/
	display: none;
	line-height: 32px;
}


.fixed .header-left{
	display: none;
}
.header-left:hover, .header-left:active, .header-left:focus{
	text-decoration: none;
}

.fixed .header-left-link{
	display: inline-block;
}
.header-left-link:hover, .header-left-link:active, .header-left-link:focus{
	text-decoration: none;
}

.header-right-link{
	display: inline-block;
	height: 32px;
	line-height: 32px;
	float: right;
	text-transform: uppercase;
	font-size: 12px;
	border: 1px solid #444;
	padding: 0 10px;
	/*letter-spacing: 1px;*/
}

.header-right-link:hover, .header-right-link:active, .header-right-link:focus{
	border-color: #007cc3;
	text-decoration: none;
}

.section-header {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}

.section-header {
  max-width: 100%;
  margin: 0;
  padding: 0;
  /*background-color: rgba(35, 31, 32, 0.76);*/
  background-color: rgba(0, 124, 195, 1);
}

.section-header:before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 35%;
  height: 100%;
  content: '';
  background-color: #fff;
}

.section-header--right{

}

.section-header .header-h1-up{
	font-size: 34px;
	display: block;
	margin-top: 36px;
}

.section-header h1{
		font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-family: 'Ubuntu Condensed', sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: left;
    color: #fff;
    padding: 0;
    margin: 0;
    margin-bottom: 50px;
    margin-top: 25px;
}



.section-header p{
	/*letter-spacing: 1px;*/
}

.section-header .header-top-text{
	font-family: 'Ubuntu Condensed', sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-size: 40px;
	/* font-weight: 300; */
	/* color: #c2c2c2; */
	color: rgba(255, 255, 255, 0.8);
	letter-spacing: 1px;
	margin-top: 110px;
}

.section-header .header-text{
	font-family: 'Ubuntu Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 40px;
	letter-spacing: 1px;
	margin-top: 15px;
	display: inline-block;
	line-height: 1em;
}

.section-header--right{
    position: absolute;
    bottom: 150px;
    right: 0;
}

.section-header p{
	vertical-align: top;
	font-family: 'Ubuntu Condensed', sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-size: 37px;
	/*font-weight: 300;*/
	/*color: #c2c2c2;*/
	color: rgba(255, 255, 255, 0.5);
	margin-top: 0px;
	/*text-align: center;*/
	/*border-left: 2px solid rgba(255, 255, 255, 0.5);*/
	padding-left: 10px;
}

.section-header .header-info{
	/*margin-top: 50px;*/
	text-align: center;
}

.section-header .header-link{
	display: inline-block;
	font-size: 20px;
	font-weight: 300;
	border: 2px solid #231f20;
	text-decoration: none;
	color: #231f20;
	opacity: .5;
	padding: 5px 43px;
	text-transform: uppercase;
	width: 300px;
	line-height: 31px;
	padding: 10px 20px;
	margin-top: 20px;
	margin-bottom: 0px;
	letter-spacing: 1px;
	text-align: center;
}

.section-header .header-link:hover, .section-header .header-link:active{
	opacity: 1;
}


.section-header .header-down{
	text-align: center;
	margin-top: 110px;
	margin-bottom: 15px; 
}

.section-header .header-down img{
	width: 35px;
	opacity: .5;
}

/* ---------------- For sticky header: class="float-panel"  ------------------*/
.float-panel {
	z-index:300;
	transform: translateZ(0);
	transition:all 0.5s; /* Effect for switching from .fixed to static */
}
.fixed {
	box-shadow:0 2px 6px rgba(0,0,0,0.2);
	animation:slide-down 0.7s;
	opacity:0.95;
}

@keyframes slide-down {
	0% {
		opacity: 0;
		transform: translateY(-100%);
	} 
	100% {
		opacity: 0.9;
		transform: translateY(0);
	} 
}

.underlined-title {
	text-align: center;
	padding-bottom: 35px;
	text-transform: uppercase;

}

.underlined-title h2 {
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 40px;
	margin: 66px 0 21px 0;
	letter-spacing: 1px;
	text-align: left;
	border-left: 5px solid #007cc3;
	padding-left: 13px;
}

.underlined-title hr {
	width: 10%;
	border-width: 2px;
	border-color: #007cc3;
	border-color: #007cc3;
	margin-top: 15px;
}

.section-block{
	padding: 30px 0 110px 0;
}

.section-theme .underlined-title{
	padding-bottom: 10px;
}

.section-theme .addition{
	background-color: #F9F9F9;
	border-left: 2px solid #007cc3;
	margin-top: 25px;
}

.addition p{
	font-style: italic;
	font-size: 20px;
	padding: 10px;

}

.addition p b{
	color: #007cc3;

}





.section-lectors.section-block {
	position: relative;
	background-color: #eee;
}

.left-square{
	position: relative;
}
.left-square:before {
	content: '';
	position: absolute;
	/*margin-left: 50%;*/
	margin-right: 50%;
	width: 50%;
	height: 100%;
	display: block;
	background-color: rgba(0,0,0,.1);
	background-color: rgba(35, 31, 32, 1);
	/*background-color: #3F1C16;*/
	top: 0;
	/*background-image: url('../images/queen.png');*/
	/*background-repeat: no-repeat;*/
	/*background-position: top right;*/
	/*background-size: 800px 800px;*/
}

.rigth-square{
	position: relative;
}
.rigth-square:before {
	content: '';
	position: absolute;
	/*margin-left: 50%;*/
	margin-left: 50%;
	width: 50%;
	height: 100%;
	display: block;
	background-color: rgba(0,0,0,.1);
	background-color: rgba(35, 31, 32, 1);
	top: 0;
}

.lector-figure-wrap{
	min-height: 630px;

}

.lector-figure-wrap:hover .lector-text-wrap{
	opacity: 1;
}

.lector-figure{

}

.lector-img{
	position: relative;
	width: 500px;
	/*margin: auto;*/
	max-width: 100%;
}

.white .lector-img{
	border: 1px solid rgba(35, 31, 32, 1);
	background-color: #eee;
}

.lector-circle{
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid #eee;
	background-color: rgba(35, 31, 32, 1);
	margin: 45px auto 25px;
}

.white .lector-circle{
	border: 1px solid rgba(35, 31, 32, 1);
	background-color: #eee;
}


.lector-img img{
	width: 500px;
	position: relative;
	border-right: 4px solid #007cc3;
	max-width: 100%;
}

.white .lector-img img{
	border: 1px solid rgba(35, 31, 32, 1);
	background-color: #eee;
}

.lector-name{
	position: relative;
	margin: auto;
	text-align: left;
	font-size: 30px;
	font-family: 'Ubuntu Condensed', sans-serif;
	margin-top: 20px;
}

.white .lector-name{
	border: 1px solid rgba(35, 31, 32, 1);
	background-color: #eee;
	color: rgba(35, 31, 32, 1);
}

.lector-work{
	position: relative;
	padding: 5px 0;
	text-align: left;
}

.white .lector-work{
	border: 1px solid rgba(35, 31, 32, 1);
	background-color: #eee;
	color: rgba(35, 31, 32, 1);
}

.lector-text-wrap{
	position: absolute;
	/*min-height: 620px;*/
	/*background-color: #eee;*/
	height: 100%;
	top: 0;
	right: 0;
	padding: 20px 15px;
	opacity: 0;
	transition:  opacity .3s ease-out;
}

.lector-text-wrap black{
	background-color: rgba(35, 31, 32, 1);
	color: #eee;
}

.lector-text{
	position: relative;
	background-color: #eee;
	width: 100%;
	padding: 20px;
	margin-bottom: 30px;
	border: 1px solid rgba(35, 31, 32, 1);
	min-height: 590px;
}

.lector-text .lector-text-name{
	font-size: 30px;
	margin: 20px 0 30px 0;
	font-family: 'Ubuntu Condensed', sans-serif;
	text-align: center;
	/*text-transform: uppercase;*/
	border: none;
}

.lector-text p{
	margin-top: 0;
	border-left: 2px solid #007cc3;
	padding-left: 15px;
	text-align: left;
}

.lector-text .lector-text-company{
	margin-top: 24px;
	padding: 30px 20px;
	font-size: 13px;
	/*font-family: 'Ubuntu Condensed', sans-serif;*/
	border: none;
	color: #a2999b;
}

.section-programm{
	padding-bottom: 70px;
}

.section-programm .programm{

}

.programm .center-cell{
	position: relative;
	padding-top: 9px;
	padding-left: 130px;
	padding-right: 35px;
	width: 100%;
	border-bottom: 1px solid #c2c2c2;
	font-size: 16px;
	min-height: 40px;
	height: 40px;
	overflow: hidden;
	cursor: pointer;
	background-color: #fff;
	color: #333333;
}

.programm .center-cell ul{
	padding-left: 17px;
	list-style: none;

}

.programm .center-cell ul ul{
	margin-top: 5px;
	margin-bottom: 15px;
}

.programm .center-cell ul li{
	margin-bottom: 10px;
}

.programm .center-cell em{
	font-size: 8px;
	line-height: 14px;
	vertical-align: middle;
	margin-left: -17px;
	padding-right: 10px;
	color: #007cc3;
}

.programm .center-cell ul ul em{
	color: #333333;;
}

.programm .center-cell ul ul ul em{
	color: #333333;;
}

.programm .center-cell.animated{
	height: auto;
}

.programm .center-cell:first-child{
	border-top: 1px solid #c2c2c2;
}

.programm .center-cell:hover .icon{
	color: #007cc3;
}

.programm .left-cell{
	position: absolute;
	top: 0;
	left: 10px;
	font-weight: 700;
	line-height: 40px;
}

.programm .icon{
	position: absolute;
	top: 0;
	right: 10px;
	line-height: 40px;
	pointer-events: none;
}

.section-registration{
	background-color: #eee;
}

.registration-container{
	text-align: center;
}

.registration-info-wrap {
	position: relative;
	text-align: center;
}


.registration-info{
	position: relative;
	text-align: center;
	width: 450px;
	padding: 40px 50px;
	max-width: 100%;
	min-height: 200px;
	display: inline-block;
	margin: 30px 0;
}

.black .registration-info{
	color: #eee;
	/*border: 1px solid #eee;*/
	background-color: rgba(35, 31, 32, 1);
}

.white .registration-info{
	color: rgba(35, 31, 32, 1);
	/*border: 1px solid rgba(35, 31, 32, 1);*/
	background-color: #eee;
}


.registration-info .icon{
	font-size: 50px;

}

.registration-info .description{

	font-size: 20px;
}

.registration-info .description b{
	font-size: 30px;
}


.registration-footer{
	padding: 52px 0 110px;
	text-align: center;
	background-color: rgba(35, 31, 32, 1);
}

.registration-discount{
	text-align: center;
	margin: 15px 0;
	color: #515157;
	line-height: 33px;
	padding: 0 20px;
	margin-bottom: 30px;
	font-size: 20px;
}

.registration-discount strong{
	color: #007cc3;
}

.registration-footer a{
	/*margin-top: 80px;*/
	border: 2px solid #007cc3;
	background-color: #007cc3;
	color: #c7c7c7;
	text-decoration: none;
	display: inline-block;
	height: 60px;
	line-height: 60px;
	text-transform: uppercase;
	font-size: 22px;
	padding: 0 40px;
	/*letter-spacing: 1px;*/
	position: relative;
	/*opacity: .5;*/
	width: 250px;
	height: 60px;
}

.registration-footer a:before{
	content: '';
	width: 256px;
	height: 66px;
	border: 2px solid #007cc3;
	background-color: transparent;
	position: absolute;
	top: -5px;
	left: -5px;
	display: inline-block;
}


.registration-footer a:hover, .registration-footer a:active {
	border: 2px solid #007cc3;
	background-color: rgba(35, 31, 32, 1);
	color: #007cc3;
}

.services-wrapper{
	text-align: center;
	margin-top: 90px;
}

.services-wrapper .icon{
	border-radius: 50%;
	display: block;
	text-align: center;
	vertical-align: middle;
	position: relative;
	margin: 0 auto 30px;
	background-color: #007cc3;
	width: 120px;
	height: 120px;
}

.services-wrapper .icon span {
	line-height: 120px;
	color: #fff;
	/*color: rgba(255, 255, 255, 0.5);*/
	font-size: 42px;
}
.services-wrapper h4 {
	font-size: 24px;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 15px;
}

.services-wrapper .icon-text {
	font-size: 16px;
	padding: 0 20px;
	margin: 15px 0;
	color: #444;
}

.btn.btn-primary {
	background: #007cc3;
	box-shadow: 0 2px #0066CC;
	width: 300px;
	max-width: 100%;
	line-height: 31px;
	color: #FFF;
	padding: 10px 20px;
	margin: 40px 0;
	font-size: 16px;
	font-weight: 600;
	/*letter-spacing: 0.1em;*/
	text-shadow: none;
	border: none;
	text-transform: uppercase;
	border-radius: 4px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	font-weight: 300;
}

.btn.btn-primary:hover {
	background: #0066CC;
}

.reg-discount {
	position: relative;
	margin: auto;
	font-size: 27px;
	font-family: 'Ubuntu Condensed', sans-serif;
}

.reg-info-wrap{
	margin-top: 50px;
	margin-bottom: 60px;
}

.reg-info{
	border-left: 4px solid #007cc3;
	margin-top: 50px;
	padding-bottom: 20px;
	/*padding-left: 45px;*/
}

.reg-info h2{
    text-align: center;
    padding-bottom: 35px;
    text-transform: uppercase;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 40px;
    margin: 10px 0 21px 0;
    letter-spacing: 1px;
    text-align: left;
    padding-left: 13px;
}

.reg-info-sub{
    margin-top: 36px;
    margin-bottom: 0px;
}

/*failure popup*/
.failure-rules-wrap {
	text-align: left;
  position: relative;
}
.failure-rules {
    font-size: 13px;
    display: inline-block;
    box-sizing: content-box;
    margin-top: 5px;
    text-align: center;
    text-transform: uppercase;
    color: #878787;
    /* border-bottom: 2px solid transparent; */
}

.failure-rules:hover {
  padding-bottom: 0;
  text-decoration: none;
  border-bottom: 2px solid #007cc3;
}
.failure-rules .icon {
font-size: 11px;
    display: inline-block;
    margin-left: 10px;
    color: #b3b3b3;
    line-height: 32px;
}
.failure-rules:hover .icon {
  color: #007cc3;
}
/*failure popup end*/

.map{
	min-height: 500px;
}

footer{
	padding: 30px 0 40px 0;
	background-color: #333;
}

.footer-container{
	border-left: 4px solid #eee;
}

.footer-info{
	/*width: 250px;*/
	max-width: 100%;
	font-size: 10px;
	float: left;
	margin-right: 40px;
}

.footer-info .footer-item{
	font-size: 14px;
	line-height: 1.6;
	/*font-weight: 600;*/
	color: #979797;
}

