head,
body {
  width: 100%;
  height: 100px;
}

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;
}
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;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.header-left-link {
  font-size: 15px;
  line-height: 32px;
  display: none;
  float: left;
  text-decoration: none;
  letter-spacing: 1px;
  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;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #444;
}

.header-right-link:hover,
.header-right-link:active,
.header-right-link:focus {
  text-decoration: none;
  border-color: #007cc3;
}

.section-header {
  background-image: url('../images/fon-2.jpg');
  background-position: center center;
  background-size: cover;

  border-repeat: no-repeat;
}

.header-title {
  padding-top: 35px;
  padding-bottom: 150px;
}

.header-title h1 {
  font-family: Arial, sans-serif;
  font-size: 48px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.header-title p {
  letter-spacing: 1px;
}

.header-address {
  font-size: 20px;
  text-decoration: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgb(120,120,120);
}
.header-address b {
  font-size: 22px;
}

.header-date {
  font-size: 20px;
  text-decoration: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgb(120,120,120);
}

.header-date b {
  font-size: 22px;
}

/* ---------------- 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-size: 40px;
  margin: 26px 0 15px 0;
}

.underlined-title hr {
  width: 10%;
  margin-top: 15px;
  border-width: 2px;
  border-color: #007cc3;
}

.section-block {
  padding: 30px 0 110px 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;
}





.section-lectors {
  background-color: #eee;
}

.lector-img {
  position: relative;
  z-index: 0;
  width: 250px;
  height: 300px;
  margin: auto;
  background-color: #ddd;
}

.lector-img:before {
  position: absolute;
  z-index: 0;
  top: 20px;
  left: 20px;
  display: block;
  width: 250px;
  height: 300px;
  content: '';
  border: 1px solid #007cc3;
}

.lector-img img {
  position: relative;
  z-index: 1;
  border: 2px solid #007cc3;
}

.lector-text-wrap {
  position: relative;
  min-height: 300px;
}

.lector-text {
  position: absolute;
  right: 0;
  bottom: 0;
  /*background-color: #ddd;*/
  width: 100%;
}

.lector-text .lector-text-name {
  font-size: 40px;
  margin: 0;
}

.lector-text p {
  margin-top: 0;
}

.section-programm {
}

.section-programm .programm {
}

.programm .center-cell {
  font-size: 16px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 40px;
  min-height: 40px;
  padding-top: 9px;
  padding-right: 35px;
  padding-left: 130px;
  cursor: pointer;
  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;
}

.programm .center-cell em {
  font-size: 8px;
  line-height: 14px;
  margin-left: -17px;
  padding-right: 10px;
  vertical-align: middle;
  color: #007cc3;
}

.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;
  display: inline-block;
}
.registration-info-wrap:after {
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  /*background-color: #007cc3;*/
  width: 250px;
  height: 380px;
  content: '';
  border: 1px solid #007cc3;
}

.registration-info {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 250px;
  height: 380px;
  text-align: center;
  border: 2px solid #007cc3;
  background-color: #eee;
}

.registration-info .title {
  font-size: 40px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  color: #007cc3;
}
.registration-info .icon {
  font-size: 150px;
  line-height: 320px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: rgb(210,210,210);
  /*opacity: .5;*/
}

.registration-info .description {
  font-size: 20px;
  position: absolute;
  top: 265px;
  bottom: 30px;
  width: 100%;
}

.registration-info .description b {
  font-size: 30px;
}

.registration-discount {
  margin-top: 60px;
  text-align: center;
}

.registration-discount .price {
  font-size: 30px;
  font-weight: 600;
}

.registration-button {
  font-size: 22px;
  line-height: 60px;
  display: inline-block;
  height: 60px;
  margin-top: 30px;
  padding: 0 40px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #eee;
  border-bottom: 3px solid #04669f;
  background-color: #007cc3;
}

.registration-button:hover {
  text-decoration: none;
  color: #eee;
  background-color: #04669f;
}

.registration-button a {
  font-size: 22px;
  line-height: 60px;
  display: inline-block;
  height: 60px;
  margin-top: 80px;
  padding: 0 40px;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #eee;
  border: 2px solid #007cc3;
  background-color: #007cc3;
}

.registration-button a:hover,
.registration-button a:active,
.registration-button a:focus {
  color: #007cc3;
  background-color: #eee;
}

.failure-rules-wrap {
  text-align: center;
}
.failure-rules {
  display: inline-block;
  box-sizing: content-box;
  margin: 40px;
  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: 17px;
  display: inline-block;
  margin-left: 10px;
  color: #b3b3b3;
}
.failure-rules:hover .icon {
  color: #007cc3;
}

.map {
  min-height: 500px;
}
