.b-heading {
  color: #3f4551;
  font-size: 64px;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 1;
}

.b-heading_style_white {
  color: #fff;
}

.b-heading_size_small {
  font-size: 48px;
  text-align: left;
}

@media (max-width: 768px) {
  .b-heading_size_small {
    font-size: 38px;
  }

  .b-heading {
    font-size: 44px;
  }
}


.popup--successfully {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  animation: popupMsg 6s;
}

.popup--successfully .popup__successfully-wrap {
  display: block;
}

.popup--successfully .popup__successfully-wrap ~ * {
  display: none!important;
}

.popup--successfully .mfp-close {
  display: block!important;
}

.popup__successfully-wrap {
  display: none;
}

.b-popup-grid {
  max-width: 490px;
  margin: 0 auto;
  border-spacing: 0;
}

.b-popup-grid__row {
  margin-bottom: 20px;
  display: block;
}

.b-popup-grid__title {
  width: 190px;
  color: #3f4551;
  font-size: 18px;
  font-weight: bold;
}

.b-popup-grid__title_vertical_baseline {
  vertical-align: baseline;
}

.b-popup-grid__content {
  width: 300px;
}

.b-popup-grid__content .b-input {
  width: 100%;
}

.b-popup-grid__flex {
  display: flex;
  align-content: center;
}

.b-popup-grid__flex--booking {
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .b-popup-grid {
    display: block;
  }

  .b-popup-grid tbody {
    width: 490px;
  }

  .b-popup__grid {
    flex-direction: column-reverse;
  }

  .b-popup__info {
    text-align: center;
    margin-top: 15px;
  }

  .b-popup__heading {
    font-size: 28px;
  }
}

.b-input {
  position: relative;
  height: 50px;
  color: #3f4551;
  font-size: 18px;
  border: 1px solid #999999;
  padding: 0 10px;
  outline: none;
  box-sizing: border-box;
  background-color: #ffff;
}

.b-input:focus {
  border-color: #f28b11;
}

.b-input.b-input_style_password {
  padding-right: 50px;
}

.b-input-wrapper {
  position: relative;
}

.b-input-wrapper .b-input-wrapper__submit {
  position: absolute;
  width: 24px;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  border: none;
  background-image: url("/img/input-hidden.png");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.b-input_type_textarea {
  padding: 10px;
  box-sizing: border-box;
  color: #3f4551;
  font-size: 16px;
  border: 1px solid #999999;
  border-radius: 2px;
  background-color: #fff;
  outline: none;
  resize: none;
}

.b-button {
  padding: 0 22px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  border: none;
  border-radius: 2px;
  background-color: #ff8f00;
  outline: none;
  transition: 0.3s ease;
}

.b-button:hover,
.b-button:focus {
  background-color: #f5a341;
}

.b-button {
  padding: 0 22px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  border: none;
  border-radius: 2px;
  background-color: #ff8f00;
  outline: none;
  transition: 0.3s ease;
}

.b-button:hover,
.b-button:focus {
  background-color: #f5a341;
}

.b-button_size_medium {
  display: inline-block;
  line-height: 50px;
}

.b-button_size_small {
  padding: 0 15px;
  line-height: 40px;
}

.b-button_theme_black {
  color: #fff;
  background-color: #192226;
}

.b-popup__grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.b-popup__info {
  font-size: 16px;
  color: #3f4551;
}

.b-heading.b-popup__heading {
  font-size: 48px;
  margin-bottom: 30px;
}

.b-header__registration {
    background-color: transparent;
    color: #b0bec5;
}

.b-header__registration:hover,
.b-header__registration:focus {
    background-color: transparent;
    color: #f28b11;
}

.b-link_style_accent:hover {
    background: linear-gradient(to right,rgba(249,197,136,.25),rgba(249,197,136,.25) 100%) 0 100%/10px 1px repeat-x;
    color: #f7ba72;
}

.b-footer__franchise {
    font-size: 16px;
}

.b-link_style_accent {
    color: #f28b11;
    outline: none;
    text-decoration: none;
}

.b-link_style_underline {
    background: linear-gradient(to right, rgba(242, 139, 17, 0.25), rgba(242, 139, 17, 0.25) 100%) repeat-x 0 100% / 10px 1px;
}

.b-popup__sub-title {
  margin: 0 0 35px 0;
  color: #3f4551;
  font-size: 15px;
  text-align: center;
}

#b-popup-register-friend .b-popup-register-friend__form .b-popup-register-friend__button {
  padding: 0 20px;
  display: table;
  font-size: 18px;
  text-transform: none;
  font-weight: normal;
}
