head,
body {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}

body {
  font-family: Arial,-apple-system,BlinkMacSystemFont,Roboto,Open Sans,Helvetica Neue,sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  color: #444;
  color: rgb(35, 31, 32);
}

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 {
  font-size: 22px;
  float: left;
  text-decoration: none;
  text-transform: uppercase;
  /*letter-spacing: 4px;*/
}

.header-left-link {
  font-size: 15px;
  line-height: 32px;
  /*letter-spacing: 1px;*/
  display: none;
  float: left;
  text-decoration: none;
  text-transform: uppercase;
}


.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 {
  font-size: 12px;
  line-height: 32px;
  display: inline-block;
  float: right;
  height: 32px;
  padding: 0 10px;
  text-transform: uppercase;
  border: 1px solid #444;
  /*letter-spacing: 1px;*/
}

.header-right-link:hover,
.header-right-link:active,
.header-right-link:focus {
  text-decoration: none;
  border-color: #007cc3;
}

.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);
  background-image: url('../images/fon1.jpg?v=1');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 100vh;
}

.section-header:before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  /*background-image: url('../images/fon.svg');*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.14);
  background-image: linear-gradient(to right, rgba(0,0,0,0.71) 0%, rgba(0,0,0,0) 100%);
}


.section-header .header-h1-up {
  font-size: 34px;
  display: block;
  margin-top: 36px;
}

.section-header h1 {
  font-family: 'Ubuntu Condensed', sans-serif;
  font-size: 63px;
  line-height: 1.15em;
  font-weight: 600;
  padding: 30px;
  padding-left: 45px;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  border-left: 7px solid;
  background-color: rgba(4, 102, 156, 0.85);
}


.section-header h1 span{
  font-family: 'Ubuntu Condensed', sans-serif;
  font-size: 90px;
  font-weight: 600;
  /*color: #c2c2c2;*/
  /*color: rgba(255, 255, 255, 1);*/
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}

.section-header p {
  /*letter-spacing: 1px;*/
}

.section-header .header-top-text {
  font-family: 'Ubuntu Condensed', sans-serif;
  font-size: 40px;
  margin-top: 90px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  /*font-weight: 300;*/
  /*color: #c2c2c2;*/
  color: rgba(255, 255, 255, 1);
  /* text-shadow: 0 0 1em black; */
  text-shadow: 1px 1px 6px #212121;
}

.section-header .header-text {
  font-family: 'Ubuntu Condensed', sans-serif;
  font-size: 30px;
  margin-top: 60px;
  letter-spacing: 1px;
  /* text-transform: uppercase; */
  color: #fff;
  /*font-weight: 300;*/
  /*color: #c2c2c2;*/
  color: rgba(255, 255, 255, 1);
  /* text-shadow: 0 0 1em black; */
  text-shadow: 1px 1px 6px #212121;
}

.section-header p {
  font-family: 'Ubuntu Condensed', sans-serif;
  font-size: 30px;
  margin-top: 0;
  padding-left: 10px;
  vertical-align: top;
  text-transform: uppercase;
  color: #fff;
  /*font-weight: 300;*/
  /*color: #c2c2c2;*/
  color: rgba(255, 255, 255, 1);
  /*text-align: center;*/
  border-left: 2px solid rgba(255, 255, 255, 1);
  /* text-shadow: 0 0 1em black; */
  text-shadow: 1px 1px 6px #212121;

}

.section-header .header-info {
  /*margin-top: 50px;*/
  text-align: center;
}

.section-header .header-link {
  font-size: 20px;
  font-weight: 300;
  line-height: 31px;
  display: inline-block;
  width: 300px;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 5px 43px;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #c1c1c1;
  /* text-shadow: 0 0 1em black; */
  text-shadow: 1px 1px 6px #212121;
  transition: all 0.5s ease;
}

.section-header .header-link:hover,
.section-header .header-link:active {
  background: rgba(0,0,0,0.3);
  border-color: #fff;
}


.section-header .header-down {
  margin-top: 80px;
  margin-bottom: 15px;
  text-align: center;
}

.section-header .header-down img {
  width: 35px;
  opacity: 1;
}

/* ---------------- For sticky header: class="float-panel"  ------------------*/
.float-panel {
  z-index: 300;
  transition: all .5s; /* Effect for switching from .fixed to static */
  transform: translateZ(0);
}
.fixed {
  animation: slide-down .7s;
  opacity: .95;
  box-shadow: 0 2px 6px rgba(0,0,0,.2);
}

@keyframes slide-down {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: .9;
  }
}

.underlined-title {
  padding-bottom: 35px;
  text-align: center;
  text-transform: uppercase;
}

.underlined-title h2 {
  font-family: 'Ubuntu Condensed', sans-serif;
  font-size: 40px;
  margin: 66px 0 21px 0;
  padding-left: 13px;
  text-align: left;
  letter-spacing: 1px;
  border-left: 5px solid #007cc3;
}

.underlined-title hr {
  width: 10%;
  margin-top: 15px;
  border-width: 2px;
  border-color: #007cc3;
  border-color: #007cc3;
}

.section-block {
  padding: 30px 0 90px 0;
}

.section-theme .underlined-title {
  padding-bottom: 10px;
}

.section-theme .addition {
  margin-top: 25px;
  border-left: 2px solid #007cc3;
  background-color: #f9f9f9;
}

.addition p {
  font-size: 20px;
  font-style: italic;
  padding: 10px;
}

.addition p b {
  color: #007cc3;
}

.seminar-desc .fixed-height {
    min-height: 220px;
    position: relative;
    transition: all .5s ease-out;
}





.hideContent {
    overflow: hidden;
    height: 220px;
    padding-bottom: 1px;
}


.show-more {
    text-align: center;
    display: block;
    position: absolute;
    bottom: -65px;
    left: 25%;
}

.show-more .more-btn, .show-more .less-btn {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    width: 233px;
    margin-top: 0;
    margin-bottom: 70px;
    padding: 8px 5px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    background-color: transparent;
    opacity: 0.6;
    text-transform: uppercase;
    color: #065885;
    border: 1px solid #075986;
    position: relative;


}
.show-more .less-btn {
    display: none !important;
}
.show-more.hide-btn .more-btn {
  display: none !important;
}
.show-more.hide-btn .less-btn {
  display: inline-block !important;
}
.show-more.hide-btn .less-btn img {
  transform: rotate(180deg) translate(0, 10%);
}

.hideContent:before {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 150px;
  content: '';
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: linear-gradient(to top, rgba(255,255,255,1) 30%, rgba(0,0,0,0) 100%);
}


.showContent {
    height: auto;
    padding-bottom: 70px;
}






.section-lectors.section-block {
  position: relative;
  background-color: #eee;
}

.left-square {
  position: relative;
}
.left-square:before {
  position: absolute;
  /*background-color: #3F1C16;*/
  top: 0;
  display: block;
  width: 50%;
  height: 100%;
  /*margin-left: 50%;*/
  margin-right: 50%;
  content: '';
  background-color: rgba(0,0,0,.1);
  background-color: rgba(35, 31, 32, 1);
  /*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 {
  position: absolute;
  top: 0;
  display: block;
  width: 50%;
  height: 100%;
  /*margin-left: 50%;*/
  margin-left: 50%;
  content: '';
  background-color: rgba(0,0,0,.1);
  background-color: rgba(35, 31, 32, 1);
}

.lector-figure-wrap {
  min-height: 630px;
}

.lector-figure-wrap:hover .lector-text-wrap {
  opacity: 1;
}

.lector-figure {
}

.white .lector-img {
  border: 1px solid rgba(35, 31, 32, 1);
  background-color: #eee;
}

.lector-circle {
  display: block;
  width: 60px;
  height: 60px;
  margin: 45px auto 25px;
  border: 1px solid #eee;
  border-radius: 50%;
  background-color: rgba(35, 31, 32, 1);
}

.white .lector-circle {
  border: 1px solid rgba(35, 31, 32, 1);
  background-color: #eee;
}


.lector-img img {
  position: relative;
  width: 500px;
  max-width: 100%;
  border-right: 4px solid #007cc3;
}

.white .lector-img img {
  border: 1px solid rgba(35, 31, 32, 1);
  background-color: #eee;
}

.lector-name {
  font-family: 'Ubuntu Condensed', sans-serif;
  font-size: 24px;
  position: relative;
  margin: 5px 0 18px;
  text-align: left;
}

.lector-img {
  width: 40%;
  float: left;
  margin: 0 20px 20px 0;
  border-left: 2px solid #007cc3;
  padding-left: 15px;
}

.white .lector-name {
  color: rgba(35, 31, 32, 1);
  border: 1px solid rgba(35, 31, 32, 1);
  background-color: #eee;
}

.lector-work {
  position: relative;
  padding: 5px 0;
  text-align: left;
}

.white .lector-work {
  color: rgba(35, 31, 32, 1);
  border: 1px solid rgba(35, 31, 32, 1);
  background-color: #eee;
}

.lector-text-wrap {
  position: absolute;
  top: 0;
  right: 0;
  /*min-height: 620px;*/
  /*background-color: #eee;*/
  height: 100%;
  padding: 20px 15px;
  transition: opacity .3s ease-out;
  opacity: 0;
}

.lector-text-wrap black {
  color: #eee;
  background-color: rgba(35, 31, 32, 1);
}

.lector-text {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  padding: 20px;
  background-color: #eee;
  font-size: 16px;
  margin-top: 20px;
}

.lector-text .lector-text-name {
  font-family: 'Ubuntu Condensed', sans-serif;
  font-size: 30px;
  margin: 20px 0 30px 0;
  text-align: center;
  /*text-transform: uppercase;*/
  border: none;
}

.lector-text p {
  margin: 0;
  padding: 0 0 15px 15px;
  text-align: left;
  border-left: 2px solid #007cc3;

}

.lector-text .lector-text-company {
  font-size: 13px;
  margin-top: 24px;
  padding: 30px 20px;
  color: #a2999b;
  /*font-family: 'Ubuntu Condensed', sans-serif;*/
  border: none;
}

.section-programm {
  padding-bottom: 70px;
}

.section-programm .programm {
}

.programm .center-cell {
  font-size: 16px;
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 40px;
  padding-top: 9px;
  padding-right: 35px;
  padding-left: 130px;
  color: #333;
  border-bottom: 1px solid #c2c2c2;
  background-color: #fff;
}

.programm .center-cell ul {
  padding-left: 17px;
  list-style: none;
}

.programm .center-cell ul li {
  margin-bottom: 10px;
  margin-top: 10px;
}

.programm .center-cell em {
  font-size: 8px;
  line-height: 14px;
  margin-left: -17px;
  padding-right: 10px;
  vertical-align: middle;
  color: #007cc3;
}

.programm .center-cell ul ul em {
  color: #333;;
}

.programm .center-cell ul ul ul em {
  color: #333;;
}

.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 {
  font-weight: 700;
  line-height: 40px;
  position: absolute;
  top: 0;
  left: 10px;
}

.programm .icon {
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 10px;
  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;
  display: inline-block;
  width: 450px;
  max-width: 100%;
  min-height: 200px;
  margin: 30px 0;
  padding: 40px 50px;
  text-align: center;
}

.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 {
  font-size: 20px;
  line-height: 33px;
  margin: 15px 0;
  margin-bottom: 30px;
  padding: 0 20px;
  text-align: center;
  color: #515157;
}

.registration-discount strong {
  color: #007cc3;
}

.registration-footer a {
  font-size: 22px;
  line-height: 60px;
  /*letter-spacing: 1px;*/
  position: relative;
  display: inline-block;
  /*opacity: .5;*/
  width: 250px;
  height: 60px;
  height: 60px;
  padding: 0 40px;
  text-decoration: none;
  text-transform: uppercase;
  color: #c7c7c7;
  /*margin-top: 80px;*/
  border: 2px solid #007cc3;
  background-color: #007cc3;
}

.registration-footer a:before {
  position: absolute;
  top: -5px;
  left: -5px;
  display: inline-block;
  width: 256px;
  height: 66px;
  content: '';
  border: 2px solid #007cc3;
  background-color: transparent;
}


.registration-footer a:hover,
.registration-footer a:active {
  color: #007cc3;
  border: 2px solid #007cc3;
  background-color: rgba(35, 31, 32, 1);
}

.services-wrapper {
  margin-top: 90px;
  text-align: center;
}

.services-wrapper .icon {
  position: relative;
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto 30px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #007cc3;
}

.services-wrapper .icon span {
  /*color: rgba(255, 255, 255, 0.5);*/
  font-size: 42px;
  line-height: 120px;
  color: #fff;
}
.services-wrapper h4 {
  font-size: 24px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 15px;
}

.services-wrapper .icon-text {
  font-size: 16px;
  margin: 15px 0;
  padding: 0 20px;
  color: #444;
}

.btn.btn-primary {
  font-size: 16px;
  font-weight: 600;
  font-weight: 300;
  line-height: 31px;
  display: inline-block;
  width: 300px;
  margin: 15px 0;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border: none;
  border-radius: 4px;
  background: #007cc3;
  box-shadow: 0 2px #06c;
  /*letter-spacing: 0.1em;*/
  text-shadow: none;
}

.btn.btn-primary:hover {
  background: #06c;
}

.reg-discount {
  font-family: 'Ubuntu Condensed', sans-serif;
  font-size: 30px;
  position: relative;
  margin: auto;
}

.reg-info {
  padding-bottom: 40px;
  padding-left: 45px;
  border-left: 4px solid #007cc3;
  min-height: 280px;
}


/*failure popup*/
.failure-rules-wrap {
  text-align: left;
}
.failure-rules {
  font-size: 16px;
  display: inline-block;
  box-sizing: content-box;
  margin-top: 30px;
  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: 14px;
  display: inline-block;
  margin-left: 10px;
  color: #b3b3b3;
}
.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 {
  font-size: 10px;
  float: left;
  /*width: 250px;*/
  max-width: 100%;
  margin-right: 40px;
}

.footer-info .footer-item {
  font-size: 14px;
  line-height: 1.6;
  /*font-weight: 600;*/
  color: #979797;
}
