/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face {
    font-family: 'TVicons';
    src: url('//static.tourvisor.ru/fonts/TVicons.eot?155pn4');
    src: url('//static.tourvisor.ru/fonts/TVicons.eot?156pn4#iefix') format('embedded-opentype'), url('//static.tourvisor.ru/fonts/TVicons.ttf?156pn4') format('truetype'), url('//static.tourvisor.ru/fonts/TVicons.woff?156pn4') format('woff'), url('//static.tourvisor.ru/fonts/TVicons.svg?156pn4#TVicons') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[class^="tvicon"],
[class*=" tvicon"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'TVicons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Enable Ligatures ================ */
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tvicondown-open-big:before {
    content: "\e900";
}

.tviconangle-down:before {
    content: "\e901";
}

.tviconangle-left:before {
    content: "\e902";
}

.tviconangle-right:before {
    content: "\e903";
}

.tviconangle-up:before {
    content: "\e904";
}

.tviconarrow-bold2:before {
    content: "\e905";
}

.tviconarrow-bold:before {
    content: "\e906";
}

.tviconarrow-bold-slider:before {
    content: "\e907";
}

.tviconarrow-bold-slider2:before {
    content: "\e908";
}

.tviconarrow-light2:before {
    content: "\e909";
}

.tviconarrow-light:before {
    content: "\e90a";
}

.tviconcheck::before {
    content: "\e90b";
}

.tviconstar:before {
    content: "\e90c";
}

.tviconstar-o:before {
    content: "\e90d";
}

.tviconstar-half:before {
    content: "\e90e";
}

.tviconstar-half-o:before {
    content: "\e90f";
}

.tviconstar-1:before {
    content: "\e910";
}

.tviconstar-empty:before {
    content: "\e911";
}

.tvicontimes-circle:before {
    content: "\e912";
}

.tviconplus-circle:before {
    content: "\e913";
}

.tviconminus-circle:before {
    content: "\e914";
}

.tvicontimes:before {
    content: "\e915";
}

.tviconclose::before {
    content: "\e916";
}

.tvicontriangle-down:before {
    content: "\e917";
}

.tviconmenu:before {
    content: "\e918";
}

.tviconflame:before {
    content: "\e919";
}

.tviconheart-1:before {
    content: "\e91a";
}

.tviconheart-o:before {
    content: "\e91b";
}

.tviconpaperclip:before {
    content: "\e91c";
}

.tviconsearch:before {
    content: "\e91d";
}

.tviconth:before {
    content: "\e91e";
}

.tviconth-list:before {
    content: "\e91f";
}

.tviconsettings-streamline-1:before {
    content: "\e920";
}

.tvicongear:before {
    content: "\e921";
}

.tviconsliders:before {
    content: "\e922";
}

.tviconinfo:before {
    content: "\e923";
}

.tviconphone:before {
    content: "\e924";
}

.tviconrub:before {
    content: "\e925";
}

.tviconlink:before {
    content: "\e926";
}

.tviconfacebook:before {
    content: "\e927";
}

.tvicontwitter:before {
    content: "\e928";
}

.tviconvk:before {
    content: "\e929";
}

.tviconadd:before {
    content: "\e92a";
}

.tviconairplane:before {
    content: "\e92b";
}

.tviconairplane2:before {
    content: "\e92c";
}

.tviconairplane3:before {
    content: "\e92d";
}

.tviconflight:before {
    content: "\e92e";
}

.tviconbaby:before {
    content: "\e92f";
}

.tviconbeachumbrella:before {
    content: "\e930";
}

.tviconfamily:before {
    content: "\e931";
}

.tviconshoppingbag:before {
    content: "\e932";
}

.tviconcocktail:before {
    content: "\e933";
}

.tviconbus:before {
    content: "\e934";
}

.tviconski:before {
    content: "\e935";
}

.tviconheart:before {
    content: "\e936";
}

.tviconbed:before {
    content: "\e937";
}

.tviconcalendar:before {
    content: "\e938";
}

.tviconmeal:before {
    content: "\e939";
}

.tviconusers:before {
    content: "\e93a";
}

.tviconcalendar-light:before {
    content: "\e93b";
}

.tviconcart:before {
    content: "\e93c";
}

.tviconchair:before {
    content: "\e93d";
}

.tviconsea:before {
    content: "\e93e";
}

.tviconcity:before {
    content: "\e93f";
}

.tviconspa:before {
    content: "\e940";
}

.tviconvip:before {
    content: "\e941";
}

.tviconclock:before {
    content: "\e942";
}

.tviconclock2:before {
    content: "\e943";
}

.tviconbinocular:before {
    content: "\e944";
}

.tviconcamera:before {
    content: "\e945";
}

.tviconmap-marker3:before {
    content: "\e946";
}

.tviconcomment:before {
    content: "\e947";
}

.tviconruble:before {
    content: "\e948";
}

.tviconcenterbooking:before {
    content: "\e949";
}

.tviconfire2:before {
    content: "\e94a";
}

.tvicondocument:before {
    content: "\e94b";
}

.tviconeye:before {
    content: "\e94c";
}

.tviconfire:before {
    content: "\e94d";
}

.tviconsave:before {
    content: "\e94e";
}

.tviconload:before {
    content: "\e94f";
}

.tviconsms:before {
    content: "\e950";
}

.tviconmail:before {
    content: "\e951";
}

.tviconmap-marker:before {
    content: "\e952";
}

.tviconmap-marker2::before {
    content: "\e953";
}

.tviconmap-marker4:before {
    content: "\e954";
}

.tviconpencil:before {
    content: "\e955";
}

.tviconprinter:before {
    content: "\e956";
}

.tviconrefresh:before {
    content: "\e957";
}

.tviconsun:before {
    content: "\e958";
}

.tviconwater:before {
    content: "\e959";
}

.tviconsupport:before {
    content: "\e95a";
}

.tvicontourist:before {
    content: "\e95b";
}

.tviconvalleyball:before {
    content: "\e95c";
}

.tviconvisa:before {
    content: "\e95d";
}

.tviconarrow-light22:before {
    content: "\e95e";
}

.tviconupdown:before {
    content: "\e95f";
}

.tviconglobe:before {
    content: "\f0ac";
}

.tviconfilter:before {
    content: "\f0b0";
}

.tviconsort:before {
    content: "\f0dc";
}

.tviconcomment-o:before {
    content: "\f0e5";
}

.tviconsignal:before {
    content: "\f012";
}

.tvicontrash:before {
    content: "\f014";
}

.tviconexternal-link:before {
    content: "\f08e";
}

.tviconsign-in:before {
    content: "\f090";
}

.tviconbell:before {
    content: "\f0f3";
}

.tviconthumbs-up:before {
    content: "\f164";
}

.tviconthumbs-down:before {
    content: "\f165";
}

.tviconinstagram:before {
    content: "\f16d";
}

.tviconat:before {
    content: "\f1fa";
}

.tviconicq:before {
    content: "\e960";
}

.tviconodnoklassniki:before {
    content: "\e961";
}

.tviconskype:before {
    content: "\e962";
}

.tvicontelegram:before {
    content: "\e963";
}

.tviconviber:before {
    content: "\e964";
}

.tviconwhatsapp:before {
    content: "\e965";
}

.tviconattention,
.tviconquestion {
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
    border-radius: 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    background-color: currentColor;
}

.tviconattention::before {
    content: "!";
}

.tviconquestion::before {
    content: "?";
}

.tviconarrowcircle {
    border: 1px solid;
    padding: 3px;
    border-radius: 20px;
}

.tviconarrowcircle::before {
    content: "\e909";
}
:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index) px);
  position: fixed;
  padding: 4px;
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
}
.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}
.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}
.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}
.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: 0;
    left: initial;
  }
}
.Toastify__toast {
  position: relative;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-height: var(--toastify-toast-max-height);
  overflow: hidden;
  font-family: var(--toastify-font-family);
  cursor: pointer;
  direction: ltr;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast-body {
  margin: auto 0;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.Toastify__toast-body > div:last-child {
  -ms-flex: 1;
      flex: 1;
}
.Toastify__toast-icon {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  width: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
}

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.7s;
}

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast {
    margin-bottom: 0;
    border-radius: 0;
  }
}
.f {
  --y: calc(var(--len) - var(--nth));
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  transform: translate3d(0, calc(var(--y) * -40%), 0) scale(calc(1 - 0.05 * var(--y)));
  transition: all 0.3s;
  min-height: 80px;
}

.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}
.Toastify__toast-theme--light {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}
.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}
.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}
.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}
.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}
.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}
.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}
.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}
.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}
.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: var(--toastify-z-index);
  opacity: 0.7;
  transform-origin: left;
}
.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
}

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
}
.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.link{color:#347eaf;outline:none;cursor:pointer}.link:hover{text-decoration:underline}@font-face{font-family:"Montserrat";src:url("/fonts/Montserrat/Montserrat-Thin.woff") format("woff"),url("/fonts/Montserrat/Montserrat-Thin.ttf") format("truetype");font-weight:100;font-style:normal}@font-face{font-family:"Montserrat";src:url("/fonts/Montserrat/Montserrat-ExtraLight.woff") format("woff"),url("/fonts/Montserrat/Montserrat-ExtraLight.ttf") format("truetype");font-weight:200;font-style:normal}@font-face{font-family:"Montserrat";src:url("/fonts/Montserrat/Montserrat-Light.woff") format("woff"),url("/fonts/Montserrat/Montserrat-Light.ttf") format("truetype");font-weight:300;font-style:normal}@font-face{font-family:"Montserrat";src:url("/fonts/Montserrat/Montserrat-Regular.woff") format("woff"),url("/fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");font-weight:400;font-style:normal}@font-face{font-family:"Montserrat";src:url("/fonts/Montserrat/Montserrat-Medium.woff") format("woff"),url("/fonts/Montserrat/Montserrat-Medium.ttf") format("truetype");font-weight:500;font-style:normal}@font-face{font-family:"Montserrat";src:url("/fonts/Montserrat/Montserrat-SemiBold.woff") format("woff"),url("/fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");font-weight:600;font-style:normal}@font-face{font-family:"Montserrat";src:url("/fonts/Montserrat/Montserrat-Bold.woff") format("woff"),url("/fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"Montserrat";src:url("/fonts/Montserrat/Montserrat-ExtraBold.woff") format("woff"),url("/fonts/Montserrat/Montserrat-ExtraBold.ttf") format("truetype");font-weight:800;font-style:normal}@font-face{font-family:"Montserrat";src:url("/fonts/Montserrat/Montserrat-Black.woff") format("woff"),url("/fonts/Montserrat/Montserrat-Black.ttf") format("truetype");font-weight:900;font-style:normal}@font-face{font-family:text-security-disc;src:url("/fonts/text-security-disc.ttf") format("truetype")}ul{padding:0}html *{max-height:999999px}html{position:relative;min-height:100%}body{margin:0;background-color:#fff;font-family:"Montserrat",sans-serif !important;line-height:1.39;font-size:13px;color:#333}a{text-decoration:none;color:#347eaf}h2{font-weight:600;font-size:16px;color:var(--blue-450-text);margin:0}button{background-color:rgba(0,0,0,0);border:none;font-family:"Montserrat",sans-serif;cursor:pointer}textarea{box-sizing:border-box;border:1px solid #ddd;border-radius:4px;padding:10px;font-family:"Montserrat",sans-serif;font-size:13px}input{font-family:"Montserrat",sans-serif}input:-webkit-autofill{font-family:"Montserrat",sans-serif;background-clip:text;-moz-background-clip:text;-webkit-background-clip:text}p{margin:0}button,input,optgroup,select,textarea{line-height:1.39}.m-0{margin:0px}.mx-0{margin-left:0px;margin-right:0px}.mx-3px{margin-left:3px;margin-right:3px}.my-0{margin-top:0px;margin-bottom:0px}.my-7px{margin-top:7px;margin-bottom:7px}.my-10px{margin-top:10px;margin-bottom:10px}.my-20px{margin-top:20px;margin-bottom:20px}.my-40px{margin-top:40px;margin-bottom:40px}.mt-0{margin-top:0px}.mr-0{margin-right:0px}.mb-0{margin-bottom:0px}.mt-3px{margin-top:3px}.mt-5px{margin-top:5px}.mt-10px{margin-top:10px}.mt-15px{margin-top:15px}.mt-20px{margin-top:20px}.mt-25px{margin-top:25px}.mt-30px{margin-top:30px}.mt-35px{margin-top:35px}.mt-40px{margin-top:40px}.mt-45px{margin-top:45px}.mt-50px{margin-top:50px}.mb-3px{margin-bottom:3px}.mb-5px{margin-bottom:5px}.mb-10px{margin-bottom:10px}.mb-15px{margin-bottom:15px}.mb-20px{margin-bottom:20px}.mb-25px{margin-bottom:25px}.mb-30px{margin-bottom:30px}.mb-35px{margin-bottom:35px}.mb-40px{margin-bottom:40px}.mb-50px{margin-bottom:50px}.mb-60px{margin-bottom:60px}.ml-0{margin-left:0px}.ml-3px{margin-left:3px}.ml-5px{margin-left:5px}.ml-10px{margin-left:10px}.ml-15px{margin-left:15px}.ml-20px{margin-left:20px}.ml-30px{margin-left:30px}.ml-35px{margin-left:35px}.ml-50px{margin-left:50px}.-mr-10px{margin-right:-10px}.mr-3px{margin-right:3px}.mr-5px{margin-right:5px}.mr-10px{margin-right:10px}.mr-15px{margin-right:15px}.mr-20px{margin-right:20px}.mr-35px{margin-right:35px}.mr-40px{margin-right:40px}.m-auto{margin:auto}.mx-auto{margin-left:auto;margin-right:auto}.my-auto{margin-top:auto;margin-bottom:auto}.mt-auto{margin-top:auto}.mr-auto{margin-right:auto}.mb-auto{margin-bottom:auto}.ml-auto{margin-left:auto}.pt-20px{padding-top:20px}.pd-10px{padding:10px}.pd-30px{padding:30px}.opacity-0{opacity:0}.opacity-5{opacity:.05}.opacity-10{opacity:.1}.opacity-20{opacity:.2}.opacity-25{opacity:.25}.opacity-30{opacity:.3}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.opacity-95{opacity:.95}.opacity-100{opacity:1}.left-align{text-align:left}.right-align{text-align:right}.center-align{text-align:center}.top-align{vertical-align:top}.middle-align{vertical-align:middle}.bottom-align{vertical-align:bottom}.font-weight-400{font-weight:400}.font-weight-500{font-weight:500}.font-weight-600{font-weight:600}.font-weight-700{font-weight:700}.font-weight-800{font-weight:800}.font-size-13{font-size:13px}.font-size-14{font-size:14px}.color-success{color:#468847}.word-break{word-break:break-word}.ellipsis{text-overflow:ellipsis;overflow:hidden}.text-transform-uppercase{text-transform:uppercase}:root{--blue-980-bg: #f5fbff;--blue-950-bg: #eef2f8;--blue-950-border: #eef2f8;--blue-950-text: #eef2f8;--blue-950-5-bg: rgba(237, 241, 248, 0.5);--blue-940-bg: #e3f3fc;--blue-910-bg: #d9edf7;--blue-860-border: #bce8f1;--blue-740-border: #91c2e2;--blue-740-bg: #91c2e2;--blue-450-bg: #1977B6;--blue-450-border: #1977B6;--blue-450-text: #1977B6;--blue-400-bg: #0077b6;--blue-400-border: #0077b6;--blue-400-text: #0077b6;--blue-390-text: #31708f;--blue-250-bg: #2b3f5a;--blue-250-border: #2b3f5a;--blue-250-text: #2b3f5a;--blue-300-bg: #314867;--gray-200-bg: #333333;--gray-200-border: #333333;--gray-200-text: #333333;--gray-450-bg: #777777;--gray-450-border: #777777;--gray-450-text: #777777;--gray-550-bg: #9299a0;--gray-550-border: #9299a0;--gray-550-text: #9299a0;--gray-600-bg: #999999;--gray-600-border: #999999;--gray-600-text: #999999;--gray-850-bg: #dddddd;--gray-850-border: #dddddd;--gray-850-text: #dddddd;--gray-950-8-bg: rgba(249, 249, 249, 0.8);--gray-940-bg: #efefef;--gray-940-border: #efefef;--gray-940-text: #efefef;--gray-950-bg: #f9f9f9;--gray-950-border: #f9f9f9;--gray-950-text: #f9f9f9;--red-600-bg: #ff6856;--red-600-border: #ff6856;--red-600-text: #ff6856;--red-500-bg: #ee3f58;--red-500-border: #ee3f58;--red-500-text: #ee3f58;--red-400-bg: #c33c22;--red-400-border: #c33c22;--red-400-text: #c33c22;--red-250-bg: #cc0000;--red-250-border: #cc0000;--red-250-text: #cc0000;--green-500-bg: #5cb75c;--green-500-text: #5cb75c;--yellow-550-bg: #c09853;--yellow-550-border: #c09853;--yellow-550-text: #c09853;--white-bg: #ffffff;--white-border: #ffffff;--white-text: #ffffff}.Toastify__toast-container{z-index:10000}.Toastify__toast{box-shadow:none;font-family:inherit;border-radius:4px}.Toastify__toast--info{background:#e2f1fb;color:#347eaf;border:1px solid #347eaf}.Toastify__toast--success{background:#effdde;border:1px solid #bde6bd;color:#4eaf4e}.Toastify__toast--warning{background-color:#dfab55}.Toastify__toast--error{background:#fddede;border:1px solid #e6bdbd;color:#af4e4e}.Toastify__progress-bar{background-color:rgba(0,0,0,.1)}.Toastify__close-button{color:#777}.Toastify__toast-body{padding:0 20px}
.auth-layout-component{width:100vw;height:100vh;display:flex}.auth-layout-body{margin:auto}
.auth-title-description{margin-top:30px;font-size:13px;font-weight:400;line-height:21px}
.forgot-component{min-height:240px;display:flex;flex-wrap:wrap;gap:30px}.forgot-title{width:270px}.forgot-form{width:270px}.forgot-form>:not(:first-child){margin-top:20px}.forgot-actions{display:flex;justify-content:space-between}@media(max-width: 600px){.forgot-component{min-height:450px;margin:20px;flex-direction:column}.forgot-title{width:auto}.forgot-form{width:auto}}
.login-component{min-height:240px;display:flex;flex-wrap:wrap;gap:30px}.login-component.has-info{align-items:end}.login-component.has-info .login-title{margin-bottom:100px}.login-title{width:270px}.login-form{width:270px}.login-form>:not(:first-child){margin-top:20px}.login-actions{display:flex;justify-content:space-between}@media(max-width: 600px){.login-component{min-height:450px;margin:20px;flex-direction:column}.login-component.has-info{align-items:normal}.login-component.has-info .login-title{margin-bottom:0}.login-title{width:auto}.login-form{width:auto}}
.register-info-component{width:410px;height:100vh;margin:auto;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;font-family:"Montserrat",sans-serif}.register-info-description{font-size:13px;font-weight:400;line-height:21px}
.register-component{max-width:410px;margin:20px}.register-attention{font-size:13px;font-weight:400;line-height:21px}.register-form>:not(:first-child){margin-top:20px}.register-agreement{line-height:20px}
