@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.ui {
  font-family: "Montserrat", sans-serif !important;
}

/* Общие скрипты для всего сайта */
body {
  font-family: "Montserrat", sans-serif !important;
  background: #F1F5F9;
}
body .pushable {
  background: #F1F5F9 !important;
}

.my-load-once, .my-load-infinite {
  background-color: #e0e0e0;
  position: relative;
  overflow: hidden;
}

.my-load-once::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, transparent, #f1f1f1, transparent);
  opacity: 0;
  animation: glow 2s;
}

.my-load-infinite::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, transparent, #f1f1f1, transparent);
  opacity: 0;
  animation: glow 2s infinite;
}

@keyframes glow {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
h1, h2, h3, h4, h5, p {
  font-family: "Montserrat", serif !important;
}

.i-wrapper {
  background: linear-gradient(90deg, #FF6D18 0%, #FFAE05 100%);
}

.white {
  color: #fff !important;
}

.violet {
  color: #784EA6 !important;
}

#mobile_item {
  z-index: 10000;
}

h1 {
  font-size: 2.8em !important;
}

h3 {
  font-weight: normal !important;
  font-size: 1.1em !important;
}

.ui.left.vertical.menu.sidebar.overlay {
  background-color: color(srgb 0.9999 1 1) !important;
  padding-top: 120px;
}

.hidden {
  display: none !important;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.ui.form input[type=text] {
  background: #ffffff !important;
}

.ui.selection.dropdown {
  background: #fff !important;
}

.ui.multiple.search.dropdown {
  background: #f4f3f9 !important;
}

.message {
  margin: 0 !important;
}

.container {
  padding: 2em 0 !important;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
  text-align: center !important;
}

.user_thumbnail {
  width: 40px !important;
  height: 40px !important;
}

.top_dropdown_menu_mobile {
  display: none;
}
.top_dropdown_menu_mobile .icon {
  color: #fff;
}

.menu {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.menu .item, .menu .item:before {
  background: none !important;
  box-shadow: none !important;
}
.menu .right.menu a.active::after {
  transform: none;
}
.menu .right.menu a.active {
  text-decoration: none !important;
}
.menu .right.menu .button {
  background: #922929;
}
.menu .right.menu .button a {
  color: #fff !important;
}
.menu .ui.small.logo.image {
  width: 118px;
}
.menu .button {
  background: linear-gradient(90deg, #FF6D18 0%, #FFAE05 100%);
  padding: 0.71875rem 3.75rem;
  color: #fff;
  border-radius: 2.875rem;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  overflow: hidden;
}
.menu .button:hover {
  background: linear-gradient(90deg, #FF6D18 0%, #FFAE05 100%);
  color: #fff;
}
.menu .flare {
  position: absolute;
  top: 0;
  height: 100%;
  width: 114%;
  transform: skewX(-45deg);
  animation: flareAnimation;
  left: -120%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
  transition: 0.5s ease left;
  pointer-events: none;
}
.menu .button:hover .flare {
  left: 0;
}
.menu .right.menu a {
  color: #2a2a2a;
  font-size: 0.875rem;
  line-height: 1.2142857143;
  font-weight: 500;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.menu .right.menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1rem;
  width: 100%;
  height: 0.125rem;
  background: linear-gradient(90deg, #FF6D18 0%, #FFAE05 100%);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.menu .right.menu a:hover::after {
  transform: none;
}

.ui.compact.menu.logo a.menu-logo {
  font-weight: bold !important;
}
.ui.compact.menu.logo a.menu-logo img {
  max-height: 3em;
}

input:focus {
  border-color: #ffc9aa !important;
}

body {
  font-family: "Montserrat", sans-serif !important;
  background: linear-gradient(90deg, #FF6D18 0%, #FFAE05 100%);
}

h1, h2, h3, h4, h5, p {
  font-family: "Montserrat", serif !important;
}

.container h1 {
  font-weight: 600;
  font-size: 3em;
}
.container h2 {
  font-size: 1em;
  color: #922929;
}
.container h5 {
  font-weight: normal;
}
.container a {
  color: #922929;
}
.container .menu {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.container .menu .item, .container .menu .item:before {
  background: none !important;
  box-shadow: none !important;
}
.container .menu .right.menu .button {
  background: #922929;
}
.container .menu .right.menu .button a {
  color: #fff !important;
}
.container #logo-small {
  display: none !important;
}
.container #email {
  border-radius: 50px 0 0 50px;
  color: #a4a4a4;
}
.container .btn-email {
  border-radius: 0 50px 50px 0 !important;
  background-color: #922929;
  color: #fff;
}
.container .btn-email:hover, .container .btn-email:focus, .container .btn-email:active {
  background-color: #922929;
  color: #fff;
}
.container #btn-email-small {
  display: none;
}
.container .footer.menu {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}
.container .footer .item:before {
  background: none !important;
}
.container .user.icon {
  color: #922929;
}

#i-wrapper {
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  #email {
    border-radius: 50px !important;
  }
  #btn-email-big {
    display: none;
  }
  #btn-email-small {
    display: block !important;
    border-radius: 50px !important;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  body {
    padding: 0 1em;
  }
  #i-wrapper {
    box-sizing: unset !important;
  }
  h1 {
    font-size: 2.5em !important;
  }
  h1, h2, h3, h4, h5, p {
    text-align: center;
  }
  .container #logo-big {
    display: none !important;
  }
  .container #logo-small {
    display: block !important;
  }
  i.circular.icon {
    height: 1em !important;
  }
}

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