.lgray2 {
  background: #f0f0f0; }

body {
  font-family: 'Roboto', sans-serif; }

a {
  color: #376dee;
  -webkit-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  background: none; }
  a:hover {
    background: none;
    text-decoration: underline;
    color: #fa7000; }

.cstm_btn {
  font-size: 22px;
  font-weight: bold;
  border-radius: 12px;
  border: 0;
  box-shadow: none;
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
  color: #ffffff;
  background: #fa7000;
  line-height: 1;
  padding: 20px 50px;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: background 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, opacity 0.3s ease-in-out; }
  .cstm_btn:hover {
    background: #FA5E00;
    color: #ffffff;
    text-decoration: none; }

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #ffffff; }

.navbar {
  min-height: 10px;
  margin-bottom: 0; }

.nav > li > a > img {
  max-width: 100%; }

.navbar-default {
  background: none;
  border: 0; }

#logo {
  transition: none !important; }
  #logo:hover {
    text-decoration: none; }
  #logo:hover:after {
    content: '';
    width: 0 !important;
    height: 0 !important; }
  #logo:after {
    content: '';
    display: none;
    width: 0;
    height: 0;
    border-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

#header {
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
  padding-top: 15px;
  padding-bottom: 15px; }
  #header li {
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 5px; }
  #header a {
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
    white-space: nowrap;
    padding: 0; }
    #header a:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 20%;
      opacity: 0;
      width: 100%;
      height: 100%;
      border-bottom: 1px solid #fa6a0a;
      -webkit-box-shadow: inset 0px -1px 0px 0px #fa6a0a;
      -moz-box-shadow: inset 0px -1px 0px 0px #fa6a0a;
      box-shadow: inset 0px -1px 0px 0px #fa6a0a;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    #header a:hover {
      background: none;
      text-decoration: none;
      color: #fa7000; }
  #header a:hover:after {
    opacity: 1;
    bottom: -1px; }

#first {
  margin-top: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("img/bg_1.jpg");
  background-size: cover;
  position: relative;
  z-index: 2; }
  #first:after {
    content: ''; }
  #first .container {
    position: relative; }
  #first h1 {
    color: #ffffff;
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 25px; }
    #first h1 span {
      display: block;
      font-size: 40px; }

.bg_helper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(250, 250, 250, 0.8), rgba(5, 5, 5, 0.8)); }

.s_first_info {
  font-size: 18px;
  line-height: 20px;
  color: #ffffff; }

#about {
  padding-top: 40px;
  padding-bottom: 10px; }
  #about .description p {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 16px; }
  #about h2 {
    color: #fa7000;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 42px; }

.s_about {
  font-size: 16px;
  font-weight: 300; }
  .s_about h3 {
    text-transform: uppercase; }

.s_about_info {
  margin-bottom: 30px; }
  .s_about_info img {
    max-width: 60px;
    margin: 0 auto;
    margin-bottom: 30px; }
  .s_about_info p {
    font-size: 16px;
    font-weight: 300; }
  .s_about_info h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px; }

#theme {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #efefef; }
  #theme h2 {
    color: #fa7000;
    font-size: 42px; }
  #theme h3 {
    font-weight: 300;
    margin-bottom: 50px; }

.s_theme_info {
  background: #ffffff;
  padding: 30px;
  margin-bottom: 30px; }
  .s_theme_info .head {
    color: #fa7000;
    font-size: 18px;
    margin-bottom: 10px; }
  .s_theme_info h4 {
    font-size: 23px; }
  .s_theme_info p {
    font-size: 18px;
    font-weight: 300; }

.section_row p {
  font-size: 16px;
  margin-bottom: 3px; }

.section_img {
  background-size: cover; }

#section {
  padding-top: 40px;
  padding-bottom: 40px; }
  #section .section_info {
    background: #fa7000;
    padding: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    opacity: 0.9;
    color: #ffffff; }
    #section .section_info h3 {
      font-size: 20px;
      margin-top: 10px;
      margin-bottom: 5px; }
    #section .section_info p {
      font-size: 12px;
      font-style: italic; }

#recall {
  padding-top: 30px;
  padding-bottom: 30px; }

.recall_top {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 30px;
  border-top: 4px solid #000000;
  font-size: 16px; }

.recall_person h4 {
  font-size: 18px;
  font-weight: 600; }
.recall_person p {
  font-size: 14px;
  font-weight: 300; }

#how {
  background-image: url("img/bg_2.jpg");
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px; }

.how_desc {
  background: #ffffff;
  padding: 30px;
  font-size: 18px; }
  .how_desc h3 {
    color: #fa7000;
    font-size: 27px;
    margin-bottom: 20px;
    margin-top: 0; }

#speakers {
  padding-top: 40px;
  padding-bottom: 40px; }
  #speakers h2 {
    font-size: 42px;
    color: #fa7000;
    text-transform: uppercase;
    margin-bottom: 40px; }

.single_speaker {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px; }
  .single_speaker .speaker_photo {
    margin: 0 auto;
    width: 200px;
    height: 200px;
    background-size: cover;
    border-radius: 50%; }
  .single_speaker h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center; }
  .single_speaker p {
    font-size: 15px;
    font-weight: 400;
    color: #7a7a7a; }

#special {
  padding-top: 40px;
  padding-bottom: 40px; }

.slider .item,
.slider .active.left,
.slider .active.right {
  opacity: 0; }
.slider .active,
.slider .next.left,
.slider .prev.right {
  opacity: 1; }
.slider .next,
.slider .prev,
.slider .active.left,
.slider .active.right {
  left: 0;
  transform: translate3d(0, 0, 0); }
.slider .item {
  padding-bottom: 40px;
  transition-property: opacity; }
  .slider .item .img_helper {
    margin: 0 auto;
    margin-bottom: 30px;
    width: 145px;
    height: 145px;
    background-size: cover;
    border-radius: 50%; }
  .slider .item .description {
    font-size: 18px;
    font-weight: 300; }
  .slider .item .slider_info h3 {
    font-weight: bold; }
  .slider .item .slider_info p {
    font-size: 15px;
    font-weight: 300; }
.slider .carousel-control {
  width: 34px;
  height: 34px;
  background: transparent;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  opacity: 1; }
  .slider .carousel-control:hover {
    opacity: 0.7; }
.slider .carousel-control.right {
  border-top: 1px solid;
  border-right: 1px solid;
  border-color: #ff4000; }
.slider .carousel-control.left {
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-color: #ff4000; }
.slider .carousel-indicators {
  bottom: 0; }
  .slider .carousel-indicators li {
    border: 1px solid #fa7000; }
  .slider .carousel-indicators li.active {
    background: #fa7000; }

#be {
  padding-top: 40px;
  padding-bottom: 10px; }
  #be h2 {
    color: #fa7000;
    font-size: 42px; }
  #be h3 {
    font-weight: 400;
    margin-bottom: 50px; }

#scope h2 {
  color: #fa7000;
  font-size: 42px;
  margin-bottom: 50px;
  margin-top: 20px; }

.single_scope {
  padding: 30px;
  background-color: #ccd4e0;
  border: 2px solid #fa7000;
  margin-bottom: 30px; }
  .single_scope img {
    margin: 0 auto;
    max-width: 80px; }
  .single_scope h3 {
    font-size: 24px;
    font-weight: bold;
    text-align: center; }
  .single_scope .price_big {
    text-align: center;
    color: #fa7000;
    font-weight: 600;
    font-size: 22px; }
  .single_scope .price_small {
    color: #fa7000;
    font-weight: 600;
    text-align: center;
    font-size: 19px;
    margin-bottom: 20px; }
  .single_scope p {
    font-size: 16px;
    font-weight: 300; }

#zayavka {
  padding-bottom: 40px; }

.zayavka_wrapper {
  border: 4px solid #fa7000;
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.3);
  padding: 30px;
  font-size: 18px;
  font-weight: 300; }
  .zayavka_wrapper h2 {
    font-size: 42px;
    color: #fa7000;
    margin-bottom: 30px; }
  .zayavka_wrapper form {
    margin: 50px;
    margin-bottom: 0; }
    .zayavka_wrapper form label {
      width: 100%;
      font-weight: 300;
      font-size: 20px;
      line-height: 1;
      margin-bottom: 0; }
    .zayavka_wrapper form p {
      margin-bottom: 0; }
    .zayavka_wrapper form input, .zayavka_wrapper form textarea, .zayavka_wrapper form select {
      width: 100%;
      border: 0;
      margin-bottom: 30px;
      border-bottom: 1px solid #d6d6d6;
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 5px;
      padding-top: 5px;
      outline: none;
      background: none; }
    .zayavka_wrapper form input[type=submit] {
      width: auto;
      font-size: 22px;
      font-weight: bold;
      border-radius: 12px;
      border: 0;
      box-shadow: none;
      text-align: center;
      margin: 0 auto;
      text-transform: uppercase;
      color: #ffffff;
      background: #fa7000;
      line-height: 1;
      padding: 20px 50px;
      display: inline-block;
      margin-top: 10px;
      margin-bottom: 10px;
      -webkit-transition: background 0.3s ease-in-out, opacity 0.3s ease-in-out;
      transition: background 0.3s ease-in-out, opacity 0.3s ease-in-out; }
      .zayavka_wrapper form input[type=submit]:hover {
        background: #FA5E00;
        color: #ffffff;
        text-decoration: none; }
    .zayavka_wrapper form input[type=checkbox] {
      width: 15px;
      height: 15px;
      margin: 0;
      margin-right: 5px; }
    .zayavka_wrapper form .small {
      font-size: 14px;
      color: #6e6d6d; }
    .zayavka_wrapper form button {
      margin-bottom: 30px; }

span.wpcf7-list-item {
  margin: 0;
  margin-bottom: 30px; }

#partners {
  padding-top: 30px;
  padding-bottom: 40px; }
  #partners h2 {
    font-size: 42px;
    color: #fa7000;
    margin-bottom: 40px;
    margin-top: 0; }

.single_partner img {
  webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 150px;
  max-width: 100%;
  margin: 0 auto; }
.single_partner:hover img {
  filter: none !important; }

.partner_flex {
  display: flex;
  align-items: center;
  justify-content: center; }

#repost {
  background: #efefef;
  padding-bottom: 20px; }
  #repost p {
    font-size: 16px;
    font-weight: 300; }

#contacts {
  background: #2b2b2b;
  padding-top: 40px;
  padding-bottom: 30px; }
  #contacts h2 {
    font-size: 42px;
    color: #fa7000;
    margin-top: 0;
    margin-bottom: 40px; }
  #contacts p {
    font-size: 18px;
    color: #ffffff;
    line-height: 1; }
  #contacts .phone {
    font-size: 20px; }
  #contacts .licence_row p {
    font-size: 15px; }

.social_wrapper {
  padding-top: 20px; }
  .social_wrapper ul li {
    display: inline-block;
    padding-right: 5px; }

.modal-dialog {
  width: 80%; }

div.wpcf7-response-output {
  text-align: center; }

#cert h2 {
  font-size: 42px;
  color: #fa7000;
  margin-bottom: 40px;
  margin-top: 0; }

.s_cert {
  display: inline-block;
  position: relative;
  margin-bottom: 50px;
  margin-right: 30px; }
  .s_cert img {
    height: 250px; }

@media screen and (max-width: 768px) {
  #first h1 {
    font-size: 30px; }

  .navbar-toggle {
    margin: 0; }

  .navbar-brand {
    height: auto; }

  .recall_person img {
    max-width: 150px;
    margin: 0 auto; }

  .carousel-control {
    display: none; }

  .carousel-indicators li {
    width: 20px;
    height: 20px; }
  .carousel-indicators li.active {
    width: 21px;
    height: 21px; }

  .zayavka_wrapper form {
    margin: 0; }

  .zayavka_wrapper h2 {
    font-size: 30px; }

  .zayavka_wrapper form input[type=submit], .cstm_btn {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px; } }

/*# sourceMappingURL=style.css.map */
