@charset "UTF-8";
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/roboto/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Italic.woff2") format("woff2"), url("../fonts/roboto/Roboto-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/roboto/Roboto-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-BoldItalic.woff2") format("woff2"), url("../fonts/roboto/Roboto-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Medium.woff2") format("woff2"), url("../fonts/roboto/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-MediumItalic.woff2") format("woff2"), url("../fonts/roboto/Roboto-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Light.woff2") format("woff2"), url("../fonts/roboto/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-LightItalic.woff2") format("woff2"), url("../fonts/roboto/Roboto-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/Noto-Sans/NotoSans-SemiBold.woff2") format("woff2"), url("../fonts/Noto-Sans/NotoSans-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 600;
  font-style: italic;
  src: url("../fonts/Noto-Sans/NotoSans-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Noto-Sans/NotoSans-SemiBoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Noto-Sans/NotoSans-Light.woff2") format("woff2"), url("../fonts/Noto-Sans/NotoSans-Light.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: normal;
  font-style: italic;
  src: url("../fonts/Noto-Sans/NotoSans-LightItalic.woff2") format("woff2"), url("../fonts/Noto-Sans/NotoSans-LightItalic.woff") format("woff");
}
html, body {
  font-family: "Noto Sans", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #000;
}
@media (max-width: 768px) {
  html, body {
    font-size: 15px;
  }
}

h1, h2, h3 {
  color: #261C4D;
  font-weight: 600;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.125rem;
  font-weight: 600;
}

h5, h6 {
  font-weight: 600;
}

ul {
  font-size: 0.9375rem;
}

a {
  text-decoration: underline;
  transition: 0.3s;
  color: #00abaa;
}
a:hover {
  text-decoration: none;
}

strong {
  font-weight: 600;
}

hr {
  border-color: #999;
}

label {
  font-size: 0.9em;
  font-weight: bold;
}
label span {
  font-weight: normal;
}

.wrapper {
  min-height: 100vh;
}

.bg-main {
  background-color: #00abaa;
  color: #fff;
}

.bg-dark {
  background-color: #261C4D !important;
  color: #fff;
}

.bg-theme-light {
  background-color: rgba(0, 171, 170, 0.07) !important;
}

.bg-gray {
  background-color: rgba(38, 28, 77, 0.07) !important;
}

.bg-light-gray {
  background-color: rgba(38, 28, 77, 0.05) !important;
}

.bg-white {
  background-color: #fff;
}

.bg-gateway {
  background-color: #00abaa !important;
}

.color-primary-dark {
  color: #261C4D !important;
}

.color-white {
  color: #fff !important;
}

.color-black {
  color: #000 !important;
}

header {
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  z-index: 1100 !important;
}

.btn {
  padding: 0.625rem 1.875rem;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 2px;
}
.btn:hover {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}
.btn.disabled, .btn:disabled {
  filter: grayscale(100%) !important;
  opacity: 0.2;
}

.btn-blue, .btn-blue.disabled, .btn-blue:disabled {
  background-color: #5386E4;
  color: #fff;
  border: none;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.disabled:hover, .btn-blue.disabled:focus, .btn-blue.disabled:active, .btn-blue:disabled:hover, .btn-blue:disabled:focus, .btn-blue:disabled:active {
  background-color: #205ccb;
  color: #fff;
}

.btn-theme-primary, .btn-theme-primary.disabled, .btn-theme-primary:disabled {
  background-color: #00abaa;
  color: #fff;
}
.btn-theme-primary:hover, .btn-theme-primary:focus, .btn-theme-primary:active, .btn-theme-primary.disabled:hover, .btn-theme-primary.disabled:focus, .btn-theme-primary.disabled:active, .btn-theme-primary:disabled:hover, .btn-theme-primary:disabled:focus, .btn-theme-primary:disabled:active {
  background-color: #00bab9;
  color: #fff;
}

.btn-theme-secondary, .btn-theme-secondary.disabled, .btn-theme-secondary:disabled {
  background-color: #261C4D;
  color: #fff;
}
.btn-theme-secondary:hover, .btn-theme-secondary:focus, .btn-theme-secondary:active, .btn-theme-secondary.disabled:hover, .btn-theme-secondary.disabled:focus, .btn-theme-secondary.disabled:active, .btn-theme-secondary:disabled:hover, .btn-theme-secondary:disabled:focus, .btn-theme-secondary:disabled:active {
  background-color: #2f2360;
  color: #fff;
}

.btn-theme-alt, .btn-theme-alt.disabled, .btn-theme-alt:disabled {
  background-color: #61308A;
  color: #fff;
}
.btn-theme-alt:hover, .btn-theme-alt:focus, .btn-theme-alt:active, .btn-theme-alt.disabled:hover, .btn-theme-alt.disabled:focus, .btn-theme-alt.disabled:active, .btn-theme-alt:disabled:hover, .btn-theme-alt:disabled:focus, .btn-theme-alt:disabled:active {
  background-color: #6e379d;
  color: #fff;
}

.btn-circle {
  border-radius: 3.125rem;
}

.btn-large {
  font-size: 1.125rem;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.btn-long {
  min-width: 12.5rem;
}

.btn-outline-primary, .btn-outline-primary.disabled, .btn-outline-primary:disabled {
  border: 1px solid #00abaa;
  color: #00abaa;
}
.btn-outline-primary:hover {
  background-color: #00abaa;
  border-color: #00abaa;
  color: #fff;
}
.btn-outline-blue {
  border: 1px solid #5386E4;
  color: #5386E4;
}
.btn-outline-blue:hover {
  background-color: #5386E4;
  border-color: #5386E4;
  color: #fff;
}

.btn-outline-dark, .btn-outline-dark.disabled, .btn-outline-dark:disabled {
  border: 1px solid #261C4D;
  color: #261C4D;
}

.btn-info {
  width: 1.5625rem;
  height: 1.5625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: bold;
  background-color: #6996e7;
  color: #fff;
  vertical-align: middle;
}

[data-tootik][data-tootik-conf*=info]:before {
  border-top-color: #5386E4;
}

[data-tootik][data-tootik-conf*=info]:after {
  background-color: #5386E4;
}

.logo img {
  height: 3.875rem;
  width: auto;
}

.about {
  background-color: rgba(255, 255, 255, 0.8);
}

.hero {
  background: url("/resources/images/bg-gateway.jpg") no-repeat center center;
  background-size: cover;
  padding: 3.125rem 0;
  min-height: 15.625rem;
}
.hero h1 {
  color: #fff;
  font-size: 3.5rem;
}
@media (max-width: 768px) {
  .hero h1 {
    font-size: 3rem;
  }
}

.gateway-page .nav {
  background-color: #00abaa !important;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}
.gateway-page .nav.sticky-top {
  top: 5.375rem;
}
.gateway-page .nav__item {
  transition: 0.2s;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
}
.gateway-page .nav__item:hover {
  background-color: #382a72;
}
.gateway-page .nav__item:hover > a {
  color: #fff;
}
.gateway-page .nav__item:last-child {
  border-right: none;
}
.gateway-page .nav__item:focus-visible {
  outline: none;
}
.gateway-page .nav__link {
  display: block;
  padding: 0.9375rem 1.25rem;
  color: #fff;
  text-decoration: none;
}
.gateway-page .nav__link.active {
  background-color: #261C4D;
  color: #fff;
}

.dropdown-nav {
  position: relative;
}
.dropdown-nav .dropdown-menu {
  right: 0;
  left: auto;
}
@media screen and (min-width: 992px) {
  .dropdown-nav .dropdown-menu {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  }
}
.dropdown-nav .dropdown-menu li {
  white-space: nowrap;
}
.dropdown-nav .dropdown-menu li a {
  font-weight: normal !important;
  font-size: 0.9375rem;
}

.nav-more:hover > a + ul {
  display: block !important;
}

.navbar-nav a {
  text-decoration: none;
  display: block;
  font-weight: 600;
  padding: 0.625rem 0.9375rem;
}
.navbar-nav a:hover, .navbar-nav a.active {
  color: #fff;
  background: #00abaa;
}
.navbar-nav .btn {
  font-size: 0.875rem;
}

.navbar-toggler {
  border: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}

.features li {
  list-style: square;
}

.feature-block li {
  color: #00abaa;
}

.title__icon {
  width: 2.5rem;
  height: auto;
}

.messenger__item {
  border-right: 1px solid #ddd;
}
.messenger__item:last-child {
  border-right: none;
}

.partners {
  background-color: #fff;
}

.partners-slider .slick-track {
  display: flex;
  align-items: center;
}

.partners__item {
  display: flex !important;
  justify-content: center;
}

.socials a:hover {
  opacity: 0.8;
}

.form-control {
  border-radius: 2px;
}
.form-control:focus {
  border-color: #00abaa;
  box-shadow: 0 0 0 0.25rem rgba(0, 171, 170, 0.25);
}

.nav-tabs .nav-item a, .nav-tabs > li a {
  text-decoration: none;
  color: #261C4D;
  border: 1px solid rgba(38, 28, 77, 0.2);
}
.nav-tabs .nav-item a:hover:not(active), .nav-tabs > li a:hover:not(active) {
  background-color: rgba(119, 119, 119, 0.2);
}
.nav-tabs .nav-item.active .nav-link, .nav-tabs > li.active .nav-link {
  background-color: #00abaa;
  color: #fff;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:hover {
  background-color: #00abaa;
  color: #fff;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.inputfile:focus + .inputlabel {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}
.inputfile + label * {
  pointer-events: none;
}

.inputlabel {
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  min-height: 2.75rem;
}
.inputlabel span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.filename {
  background: transparent;
  border: none;
  width: 100%;
  min-height: initial;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.image-library__pic {
  height: 9.375rem;
  width: auto;
}
.image-library__pic > img {
  object-fit: scale-down;
}

.btn-small {
  font-size: 0.9375rem;
  padding: 0.5rem 1.25rem;
}

.back-arrow {
  margin-left: 0.9375rem;
  transition: 0.3s;
}
.back-arrow:before {
  content: "←";
  display: inline-block;
  vertical-align: middle;
  font-size: 2.25rem;
  margin-top: -0.3125rem;
}
.back-arrow:hover {
  margin-left: 0;
  margin-right: 0.9375rem;
}

.table.bg-transparent {
  --bs-table-bg: transparent;
}

.form-editor {
  height: auto;
}

.editor {
  height: 200px;
}

.editor-description {
  display: inline-block;
  vertical-align: top;
  overflow-wrap: break-word;
  white-space: normal;
  max-width: 380px;
}

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