body .h-top {
  top: 0px !important; }
body .hide-pop-up {
  display: none !important; }
body .relative-change {
  position: relative; }
body .popup-info-up {
  background-color: #3c897a;
  color: #d0e0da;
  border-left: 4px solid #e1416e;
  display: flex;
  font-size: 14px;
  font-family: "Roboto", sans-serif; }
  body .popup-info-up > * {
    font-family: 'Kievit Pro Regular'; }
  body .popup-info-up > div.wrapper-left {
    display: flex;
    flex: 50%;
    padding: 10px 20px 10px 20px;
    align-items: center; }
    body .popup-info-up > div.wrapper-left > p {
      margin-bottom: 0; }
  body .popup-info-up > div.wrapper-right {
    display: flex;
    align-items: center;
    padding: 4px 20px; }
    body .popup-info-up > div.wrapper-right > a {
      border-radius: 14px;
      border: 1px solid #ffffff;
      background-color: #3c897a;
      display: inline-block;
      color: #ffffff;
      padding: 4px 20px;
      font-size: 12px;
      font-weight: 500; }
      body .popup-info-up > div.wrapper-right > a:hover {
        background: #ffffff;
        color: #3c897a; }
    body .popup-info-up > div.wrapper-right button {
      margin-top: -4px; }

@media (max-width: 600px) {
  .popup-info-up {
    flex-direction: column;
    padding-bottom: 9px; } }
.blur_background {
  filter: blur(2px); }

.right-block-without-button {
  height: 95% !important; }

#modal-popup-info-center {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%); }
  #modal-popup-info-center .modal-body,
  #modal-popup-info-center .modal-header,
  #modal-popup-info-center .modal-content {
    padding: 0px;
    border: 0; }
  #modal-popup-info-center > * {
    font-family: 'Kievit Pro Regular'; }
  #modal-popup-info-center > .modal-dialog {
    max-width: 754px; }
    #modal-popup-info-center > .modal-dialog .close {
      background-color: rgba(255, 255, 255, 0.7); }
    #modal-popup-info-center > .modal-dialog .popup-info-body {
      display: flex;
      height: 270px; }
      #modal-popup-info-center > .modal-dialog .popup-info-body .left {
        flex-basis: 300px;
        background-position: left center;
        background-repeat: no-repeat;
        background-size: auto 100%; }
      #modal-popup-info-center > .modal-dialog .popup-info-body .right {
        width: 450px;
        height: 100%;
        padding: 44px 34px 26px 34px;
        overflow: hidden; }
        #modal-popup-info-center > .modal-dialog .popup-info-body .right h2 {
          font-size: 22px; }
        #modal-popup-info-center > .modal-dialog .popup-info-body .right .right-block {
          height: inherit;
          overflow: auto;
          height: 70%; }
          #modal-popup-info-center > .modal-dialog .popup-info-body .right .right-block.mCustomScrollbar {
            padding-right: 15px; }
        #modal-popup-info-center > .modal-dialog .popup-info-body .right .popup-link {
          border-radius: 20px;
          border: 1px solid #c0a570;
          background-color: transparent;
          display: inline-block;
          font-weight: bold;
          color: #c0a570;
          margin-top: 15px;
          padding: 5px 20px 5px 20px; }

@media (max-width: 600px) {
  #modal-popup-info-center > .modal-dialog .popup-info-body {
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    height: auto; }
    #modal-popup-info-center > .modal-dialog .popup-info-body .left {
      background-size: cover;
      width: 100%;
      height: 300px; }
    #modal-popup-info-center > .modal-dialog .popup-info-body .right {
      width: 100%; }
      #modal-popup-info-center > .modal-dialog .popup-info-body .right .right-block {
        height: auto; }
        #modal-popup-info-center > .modal-dialog .popup-info-body .right .right-block > div {
          height: auto; }
      #modal-popup-info-center > .modal-dialog .popup-info-body .right .popup-link {
        margin-top: 0; } }

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