@import url(bootstrap.css);
@import url(bootstrap-grid.css);
@import url(bootstrap-reboot.css);
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400&display=swap");
body {
  font-family: "Myriad Pro", sans-serif; }

p {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 18px; }

.navbar-dark .navbar-nav .nav-link {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  color: white;
  padding-left: 100px; }
  @media screen and (max-width: 1024px) {
    .navbar-dark .navbar-nav .nav-link {
      padding-left: 70px;
      font-size: 15px; } }
  .navbar-dark .navbar-nav .nav-link:hover {
    text-decoration: line-through;
    color: #ffffff; }

.navbar-toggler {
  border-radius: 0;
  border: none; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    border: none; }
  .navbar-toggler span {
    background-image: none; }
    .navbar-toggler span i {
      color: white;
      font-size: 28px; }

.main_page {
  background-color: black;
  height: 100vh; }
  @media screen and (max-width: 823px) {
    .main_page {
      height: 100%; } }
  .main_page .main-info {
    background-image: url("../images/clean.gif");
    background-size: contain;
    background-repeat: no-repeat;
    height: 74vh;
    background-position: center center; }
    @media screen and (max-width: 823px) {
      .main_page .main-info {
        height: 100%;
        margin-top: 90px; } }
    @media screen and (max-width: 736px) {
      .main_page .main-info {
        background-image: none; } }
    @media screen and (max-width: 414px) {
      .main_page .main-info {
        height: 74vh; } }
  .main_page .main-text {
    margin-bottom: 24vh; }
    .main_page .main-text h1 {
      font-size: 70px; }
    .main_page .main-text h2 {
      font-size: 35px; }
    .main_page .main-text .btn {
      font-family: "Oswald", sans-serif;
      padding: 15px;
      border: 3px solid white; }
    @media screen and (max-width: 414px) {
      .main_page .main-text {
        margin-bottom: 12vh; } }
  .main_page h6 {
    font-family: "Oswald", sans-serif;
    font-weight: 300; }

.organizers {
  padding-bottom: 30px; }
  @media screen and (max-width: 640px) {
    .organizers .col-sm-4 {
      width: 30%; } }
  @media screen and (max-width: 414px) {
    .organizers {
      display: none; } }

.bg-black {
  background-color: rgba(0, 0, 0, 0.8); }

.about_RE {
  background-color: black;
  padding-top: 100px;
  padding-bottom: 200px; }
  .about_RE .mb-220 {
    margin-bottom: 220px; }
  .about_RE .pb-60 {
    padding-bottom: 60px; }

.specialists {
  padding-top: 90px; }
  @media screen and (max-width: 768px) {
    .specialists {
      padding-top: 40px; } }
  .specialists h3 {
    font-size: 30px;
    font-family: "Myriad Pro", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 86px; }
    @media screen and (max-width: 768px) {
      .specialists h3 {
        margin-bottom: 40px; } }
  .specialists img {
    margin-bottom: 58px; }
    @media screen and (max-width: 768px) {
      .specialists img {
        margin-bottom: 10px; } }
  .specialists h4 {
    font-size: 18px;
    font-family: "Oswald", sans-serif;
    margin-bottom: 56px;
    color: black; }
    @media screen and (max-width: 768px) {
      .specialists h4 {
        margin-bottom: 30px; } }
  .specialists:after {
    content: "";
    display: block;
    width: 40%;
    border-bottom: 1px dashed black;
    padding-top: 100px; }
    @media screen and (max-width: 768px) {
      .specialists:after {
        border-bottom: none;
        padding-top: 30px; } }

.last_block:after {
  content: "";
  display: block;
  border-bottom: none !important; }

.program h3 {
  font-family: "Myriad Pro", sans-serif;
  font-size: 30px;
  font-weight: 700; }
.program .panel {
  box-shadow: none;
  border: none; }
  .program .panel:nth-of-type(2n).panel-default > .panel-heading {
    background-color: #c4c4c4; }
.program .panel-default > .panel-heading {
  background-image: none;
  color: #ffffff;
  background-color: #000000;
  border-color: #ffffff;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.program a {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  display: flex;
  align-items: center;
  text-transform: uppercase; }
  .program a span {
    font-size: 48px;
    font-weight: 700;
    margin-right: 44px;
    font-family: "Myriad Pro", sans-serif; }
  .program a:hover, .program a:focus {
    color: #ffffff;
    text-decoration: none; }

.panel-body .panel-info {
  margin-bottom: 50px;
  padding-bottom: 0; }
  .panel-body .panel-info:nth-of-type(2) {
    margin-bottom: 35px; }
.panel-body .photo-men {
  width: 212px; }
.panel-body .col-sm-2 {
  font-size: 40px;
  font-weight: bold;
  text-align: start;
  font-family: "Myriad Pro", sans-serif;
  color: #000000; }
.panel-body .col-sm-4 h6 {
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  color: #000000; }
.panel-body .col-sm-4 p {
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  color: #000000; }
.panel-body .col-sm-2, .panel-body .col-sm-4 {
  padding-top: 32px; }

.discount {
  background-color: black;
  padding-top: 100px;
  padding-bottom: 100px; }
  .discount h3 {
    max-width: 600px;
    width: 100%;
    font-size: 30px;
    color: white;
    font-family: "Myriad Pro", sans-serif;
    text-transform: uppercase;
    margin-bottom: 100px; }

.price {
  background: #000000;
  padding-bottom: 50px;
  padding-top: 50px; }
  .price:after {
    content: "";
    display: block;
    width: 40%;
    border-bottom: 1px dashed white; }
    @media screen and (max-width: 768px) {
      .price:after {
        border-bottom: none; } }
  .price h3 {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 30px;
    font-family: "Myriad Pro", sans-serif;
    font-weight: bold; }
  .price .wrapper-img-price {
    width: 137px;
    height: 423px; }
    @media screen and (max-width: 768px) {
      .price .wrapper-img-price {
        margin-left: 100px;
        margin-top: 20px; } }
  .price .wrapper-price {
    font-size: 18px;
    font-family: "Oswald", sans-serif;
    margin-top: 50px;
    margin-bottom: 50px; }
    .price .wrapper-price span {
      color: #ffffff;
      font-size: 30px;
      font-family: "Myriad Pro", sans-serif;
      font-weight: bold; }

.registration {
  padding-top: 91px;
  font-family: "Oswald", sans-serif; }
  .registration h3 {
    font-family: "Myriad Pro", sans-serif;
    margin-bottom: 71px;
    font-weight: 700;
    font-size: 30px; }
  .registration form .form-control {
    border-radius: 0;
    padding: 13px 0 10px 19px;
    font-size: 18px;
    color: #3e3e3e;
    outline: none; }
    .registration form .form-control input {
      outline: none; }
  .registration .promo-code {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    border-radius: 0;
    border: #fff;
    border-bottom: 1px solid #dbdbdb;
    padding: 0 0 11px 18px;
    margin-left: 0;
    outline: none;
    width: 100%; }
  .registration .amount {
    padding-bottom: 12px;
    font-size: 18px;
    color: #3e3e3e;
    font-weight: 400;
    padding-left: 18px;
    border-bottom: 1px solid #dbdbdb; }

.btn-default {
  margin-bottom: 117px;
  border: 3px solid #000;
  border-radius: 0;
  background-color: #fff;
  padding: 11px 65px 12px 66px;
  background-image: none;
  font-size: 18px;
  color: #000;
  letter-spacing: 2px;
  margin-top: 53px;
  outline: none;
  transition: 0.3s; }
  .btn-default:hover {
    background-color: black;
    color: white; }
  @media screen and (max-width: 414px) {
    .btn-default {
      margin-left: 15px;
      margin-right: 15px; } }

.stepper {
  display: inline-block;
  max-width: 120px;
  width: 100%;
  position: relative;
  outline: none; }

.stepper__input {
  width: 100%;
  height: 50px;
  padding: .375rem .75rem;
  border: 1px solid #c4c4c4;
  -moz-appearance: textfield;
  outline: none; }

.stepper__input:focus {
  color: #333;
  background-color: #fff;
  border-color: #c4c4c4;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.stepper__input::-webkit-inner-spin-button,
.stepper__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; }

.stepper__controls [spinner-button="up"],
.stepper__controls [spinner-button="down"] {
  padding: 0;
  outline: none;
  border: 1px solid #c4c4c4;
  background-color: #fff;
  height: 50%;
  font-size: 1.375em;
  line-height: 0;
  transition: all ease 0.25s; }

.stepper__controls [spinner-button="up"]:hover,
.stepper__controls [spinner-button="down"]:hover {
  background-color: #333;
  border-color: #333;
  color: #fff; }

.stepper--style-2 {
  max-width: 140px; }

.stepper--style-2 .stepper__input {
  padding-left: 3.25rem;
  padding-right: 3.25rem;
  text-align: center; }

.stepper--style-2 [spinner-button="up"],
.stepper--style-2 [spinner-button="down"] {
  position: absolute;
  height: 100%;
  top: 0;
  width: 2.5rem;
  z-index: 1; }

.stepper--style-2 [spinner-button="up"] {
  right: 0;
  margin-left: -1px; }

.stepper--style-2 [spinner-button="down"] {
  left: 0;
  margin-right: -1px; }

.contacts {
  background-color: black;
  padding-top: 100px;
  padding-bottom: 35px; }
  .contacts h3 {
    font-family: "Myriad Pro", sans-serif;
    margin-bottom: 70px;
    font-weight: 700;
    font-size: 30px;
    color: white; }
  .contacts p {
    display: inline-block;
    margin-bottom: 115px;
    text-align: left;
    color: white;
    font-size: 24px;
    font-family: "Oswald", sans-serif; }
    .contacts p a {
      text-decoration: underline;
      color: white; }

.partners {
  padding-bottom: 110px;
  padding-top: 90px; }
  .partners h3 {
    font-size: 30px;
    font-family: "Myriad Pro", sans-serif;
    text-transform: uppercase; }
  .partners h4 {
    font-size: 14px;
    font-family: "Oswald", sans-serif;
    margin-top: 10px;
    margin-bottom: 30px; }
  @media screen and (max-width: 414px) {
    .partners .col-sm-6 {
      width: 50%;
      display: flex;
      flex-wrap: wrap;
      align-content: flex-end; }
      .partners .col-sm-6 img {
        width: 100%; } }

#back-top {
  position: fixed;
  bottom: 5%;
  right: 5%;
  padding: 0;
  z-index: 10; }

#back-top a {
  font-size: 50px;
  line-height: 50px;
  display: block;
  color: #b8b8b8;
  text-decoration: none;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  text-align: center; }
  @media screen and (max-width: 768px) {
    #back-top a {
      font-size: 30px;
      line-height: 30px; } }

footer {
  background-color: black;
  padding-top: 72px;
  padding-bottom: 68px; }
  @media screen and (max-width: 731px) {
    footer .col-md-6 {
      text-align: center; } }
  footer h5 {
    font-size: 18px;
    line-height: 28px;
    font-family: "Oswald", sans-serif;
    color: white;
    padding-bottom: 23px; }
    @media screen and (max-width: 414px) {
      footer h5 {
        padding-bottom: 10px; } }
  footer .social {
    padding-top: 40px; }
    footer .social a {
      display: inline-block;
      color: white;
      border: solid 1px white;
      border-radius: 1px;
      margin-left: 5px;
      width: 40px;
      height: 40px;
      text-align: center;
      padding-top: 9px; }
      footer .social a i {
        font-size: 20px; }

@media screen and (max-width: 768px) {
  .hidden-element {
    display: none; } }

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