.mobi-popup {
  position: fixed;
  display: none;
  top: 72px;
  left: 0;
  z-index: 0;
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), color-stop(#F3FAFE), color-stop(#F3FAFE), to(#FFFFFF));
  background: linear-gradient(90deg, #FFFFFF, #F3FAFE, #F3FAFE, #FFFFFF);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px 65px;
  width: 100%;
  height: 72px;
  -webkit-box-shadow: 0 1px 49px #00000029;
          box-shadow: 0 1px 49px #00000029;
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none; }
  .mobi-popup .mobi-popup__close {
    position: absolute;
    cursor: pointer;
    right: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background-image: url("../../images/popup_close.svg");
    background-size: cover;
    background-repeat: no-repeat; }
  .mobi-popup .mobi-popup__title {
    font-size: 20px;
    font-weight: 600;
    color: #2A466E;
    line-height: 28px;
    text-transform: none;
    margin-bottom: 0;
    margin-right: 90px;
    -ms-flex-item-align: center;
        align-self: center; }
  .mobi-popup .mobi-popup__link {
    position: relative;
    gap: 10px;
    color: #43B7FF;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    -ms-flex-item-align: center;
        align-self: center;
    text-decoration: underline; }
    .mobi-popup .mobi-popup__link:after {
      content: '';
      width: 12px;
      min-width: 12px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: visibility .1s, opacity .2s linear;
      transition: visibility .1s, opacity .2s linear;
      position: absolute;
      top: 10px;
      right: -25px;
      height: 12px;
      background: url(../../images/popup_chevron.svg) no-repeat center center/cover;
      pointer-events: none;
      cursor: none; }
    .mobi-popup .mobi-popup__link:hover:after {
      opacity: 1;
      visibility: visible; }

@media screen and (max-width: 1920px) {
  .mobi-popup .mobi-popup__title {
    font-size: 18px; } }

@media only screen and (max-width: 991.98px) {
  .mobi-popup {
    position: sticky;
    top: 74px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 10px 32px; }
    .mobi-popup .mobi-popup__title {
      font-weight: 500; }
    .mobi-popup .mobi-popup__link:after {
      opacity: 1;
      visibility: visible;
      -webkit-transition: none;
      transition: none;
      right: -20px; }
    .mobi-popup .mobi-popup__close {
      right: 21px; } }

@media only screen and (max-width: 767px) {
  .mobi-popup {
    top: 56px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .mobi-popup .mobi-popup__title {
      margin-right: 0; }
    .mobi-popup .mobi-popup__close {
      position: unset;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      width: 36px;
      height: 42px; } }

@media only screen and (max-width: 700px) {
  .mobi-popup {
    height: 126px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 32px; }
    .mobi-popup .mobi-popup__title {
      max-width: 206px;
      font-size: 16px;
      line-height: 24px;
      text-align: center;
      margin-bottom: 15px; }
    .mobi-popup .mobi-popup__link {
      font-size: 16px; }
      .mobi-popup .mobi-popup__link:after {
        top: 9px; }
    .mobi-popup .mobi-popup__close {
      position: absolute;
      top: 10px;
      right: 23px;
      width: 48px;
      height: 48px; } }

@media only screen and (max-width: 640px) {
  .mobi-popup .mobi-popup__close {
    right: 21px; } }

@media only screen and (max-width: 470px) {
  .mobi-popup .mobi-popup__close {
    right: 10px; } }

@media only screen and (max-width: 320px) {
  .mobi-popup {
    min-height: 116px; }
    .mobi-popup .mobi-popup__title {
      font-size: 14px;
      line-height: 20px;
      max-width: 186px;
      margin-bottom: 0; }
    .mobi-popup .mobi-popup__link {
      font-size: 14px; }
    .mobi-popup .mobi-popup__close {
      width: 38px;
      height: 38px; } }

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