/* $font-family-sans-serif: // Cross-platform generic font family (default user interface font) system-ui, // Safari for macOS and iOS (San Francisco) -apple-system, // Windows "Segoe UI", // Android Roboto, // Basic web fallback "Helvetica Neue", Arial, // Linux "Noto Sans", "Liberation Sans", // Sans serif fallback sans-serif, // Emoji fonts "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !default;
 */
@font-face {
  font-family: 'Roboto-reg';
  font-display: swap;
  src: url("/fonts/Roboto-Regular.woff2") format('woff2');
}
@font-face {
  font-family: 'Roboto-ital';
  font-display: swap;
  src: url("/fonts/Roboto-Italic.woff2") format('woff2');
}
@font-face {
  font-family: 'Roboto-bital';
  font-display: swap;
  src: url("/fonts/Roboto-BoldItalic.woff2") format('woff2');
}
.bg-main-color {
  background-color: #0d82df;
}
.bg-light-color {
  background-color: white;
}
.bg-light-accent-color {
  background-color: #dde6ee;
}
.icon-header svg:hover {
  background: rgba(255, 255, 255, 0.3);
}
.collapsing {
  height: 0!important;
  overflow: hidden!important;
  transition: none !important;
}
h1 {
  font-size: 2rem;
  text-align: center;
  font-family: Roboto-bital !important;
  padding-bottom: 15px;
}
body {
  height: 100%;
}
.card-img-top {
  width: 100%;
  height: calc(7rem + 15vmax);
  object-fit: contain;
}
.bg-light-accent {
  background-color: #dde6ee !important;
}
.mainshadow {
  -webkit-box-shadow: 10px 10px 19px 0px rgba(0, 0, 0, 0.3), -10px 10px 19px 0px rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: 10px 10px 19px 0px rgba(0, 0, 0, 0.3), -10px 10px 19px 0px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 10px 10px 19px 0px rgba(0, 0, 0, 0.3), -10px 10px 19px 0px rgba(0, 0, 0, 0.3) !important;
}
html {
  box-sizing: border-box;
  padding: 0;
  magrin: 0;
  background: linear-gradient(180deg, #ecf0f9 7%, #99d4f0 30%) !important;
}
.container {
  width: 100%;
  overflow: hidden;
}
.backbutton {
  background-color: #0d82df !important;
}
.head {
  min-height: 20svh;
  height: 20%;
  background: #0d82df;
}
.landing {
  background-color: white;
}
.bd-bg {
  background-color: #0d82df;
}
.col.landing {
  height: 100%;
}
.stripe {
  height: 2px;
  content: "";
  background-color: black;
}
.logo {
  text-align: center;
  background-image: url('/images/logo.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  min-height: calc(10vh);
}
.logo img {
  aspect-ratio: 1;
}
.map ymaps {
  border-radius: 15px;
}
.btn.items {
  border-width: 1px;
  border-color: white;
  color: white !important;
  font-family: Roboto-ital !important;
}
.card-body a.btn {
  background-color: #0d82df !important;
}
.btn.items:hover {
  border-color: black;
}
.btn a {
  color: white;
}
.text-white {
  color: white;
}
.logo img {
  margin: auto;
  display: block;
  width: 30vmin ;
  height: 25vmin;
}
.roundedrect {
  border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  background: #ebf4fb;
}
.commonshadow {
  -webkit-box-shadow: 10px 10px 19px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 10px 10px 19px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 10px 10px 19px 0px rgba(0, 0, 0, 0.3);
}
@media (max-width: 500px) {
  .menu .menu-font-size a {
    padding-left: 0.3rem!important;
    padding-right: 0.3rem!important;
  }
}
.menu .menu-font-size a {
  font-size: clamp(0.6875rem, calc(0.0804rem + 2.8571vw), 1.6875rem) !important;
}
.item-tabs .nav-link {
  font-family: Roboto-bital !important;
  color: white!important;
}
@media (max-width: 992px) {
  .body-margin {
    margin-left: 0!important;
    margin-right: 0!important;
  }
  .item-tabs .nav-link {
    font-size: clamp(0.75rem, calc(0.3913rem + 1.7937vw), 1.25re);
  }
  .partner-img {
    width: calc(6rem + 14vw);
    height: auto;
    object-fit: cover;
  }
}
@media (min-width: 992px) {
  .body-margin {
    margin-left: 11%!important;
    margin-right: 11%!important;
  }
  .item-tabs .nav-link {
    font-size: clamp(1.1875rem, calc(0.3823rem + 1.2987vw), 1.4375rem);
  }
  .partner-img {
    width: calc(4rem + 15vw);
    height: auto;
    object-fit: cover;
  }
  .partner-img:hover {
    transform: scale(1.07);
    -webkit-box-shadow: 10px 10px 11px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 10px 10px 11px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 10px 10px 11px 6px rgba(0, 0, 0, 0.3);
  }
}
@include media-breakpoint-down(md) {
  .body-margin {
    margin-left: 5rem!important;
    margin-right: 5rem!important;
  }
}
.menu .nav-link {
  font-family: Roboto-bital;
  font-style: italic;
  font-weight: bold;
  color: white!important;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: clamp(0.2rem, calc(0.5vmax), 0.5rem) !important;
  padding-left: clamp(0.2rem, calc(0.5vmax), 0.5rem) !important;
}
i {
  color: white;
}
.desc {
  box-shadow: inset 0px 4px 9px 0px #dde6ee !important;
}
#header-tooltips .card {
  background-color: #dde6ee !important;
}
.nav-item a {
  color: white;
}
.tech-characteristics {
  background-color: white !important;
}
.contacts {
  color: white!important;
  background-color: #0d82df !important;
}
.nav-link.desc {
  box-shadow: 0px 0px 0px 2px white inset;
  background: #316dfa !important;
  border: 0px!important;
}
.nav-link.desc.active {
  background: #dde6ee !important;
  color: black!important;
  box-shadow: 0px 2px 0px 2px #dde6ee inset;
  border-color: #dde6ee!important;
}
.nav-link.desc1 {
  background: #0098f3!important;
  border: 0px!important;
}
.nav-link.desc1.active {
  background: #dde6ee !important;
  color: black!important;
  box-shadow: 0px 2px 0px 2px #dde6ee inset;
  border-color: #dde6ee!important;
}
.item-bg {
  background-color: #dde6ee;
}
.announcecard {
  max-height: 100px!important;
}
.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* truncate to 4 lines */
  -webkit-line-clamp: 4;
}
.nav-link.active {
  background-color: #dde6ee !important;
  color: black!important;
}
.imgprod {
  height: 12.5rem !important;
  object-fit: contain !important;
}
.nav-tabs {
  border: 0!important;
}
.nav .nav-tabs li > button {
  color: white;
}
.navbar .navbar-nav .nav-item {
  position: relative;
  color: white;
}
.navbar .navbar-nav .nav-item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: white;
  width: 0%;
  content: "";
  height: 4px;
  transition: all 0.5s;
}
.navbar .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
}
.hero-img {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.85;
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero-shadow {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px -60px 27px -27px #0d82df inset, 0px 60px 27px -27px #0d82df inset;
  -moz-box-shadow: 0px -60px 27px -27px #0d82df inset, 0px 60px 27px -27px #0d82df inset;
  box-shadow: 0px -60px 27px -27px #0d82df inset, 0px 60px 27px -27px #0d82df inset;
}
.hero h1 {
  font-family: DroidSerif-Bold;
  color: #ffffff !important;
  position: relative;
}
.hero h3 {
  font-family: DroidSerif-Bold;
  color: #ffffff !important;
  position: relative;
}
.hero-text {
  background-color: rgba(180, 180, 180, 0.55);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 25px;
  border-size: 2px;
  border-color: white;
  border-style: solid;
}
.threewords {
  border-radius: 25px 25px 0 0 ;
  backdrop-filter: blur(6.2px);
  -webkit-backdrop-filter: blur(6.2px);
  border-style: solid;
  text-align: center;
  transition: 0.2s transform ease-in-out;
  color: white!important;
  text-shadow: 0px 1px 1px #202e39;
  /* Test */
  background: #0d82df;
  border-width: 0px 0px 0 0px;
  border-color: white;
}
.threewords a {
  color: white!important;
  border-radius: 25px 25px 0 0 ;
  box-shadow: inset 0px 5px 18px 1px #dde6ee;
}
.threewords:hover {
  /* Test */
  background: radial-gradient(circle, #3f5efb 0%, #46fcf5 100%) !important;
  border-width: 0px 0px 0 0px;
  text-shadow: 0px 3px 3px #202e39;
  transform: scale(1.05);
  will-change: transform;
}
.slider {
  color: black;
  z-index: 1;
}
.slider img {
  aspect-ratio: 1;
}
.slider ul {
  font-size: clamp(0.875rem, calc(0.4583rem + 2.0833vw), 1.5rem);
  font-family: Roboto-bital;
}
.footer {
  background-color: #202e39;
  font-size: clamp(0.625rem, calc(0.3971rem + 0.9724vw), 1rem);
}
.footer h5 {
  font-size: 3vmin;
  margin-bottom: 0px;
}
.footer p {
  margin-bottom: 0px;
}
#btn-back-to-top {
  position: fixed;
  bottom: 1em;
  right: 5%;
  display: none;
}
.bi.bi-arrow-left {
  font-size: 3rem;
}
.card {
  background-color: white !important;
}
.myButton {
  box-shadow: inset 0px 5px 18px 1px #dde6ee;
  display: inline-block;
  cursor: pointer;
  color: white;
  font-family: Roboto-bital;
  font-size: 1.5rem;
  padding: 20px 60px;
  text-shadow: 0px 1px 1px #202e39;
  /*height: 5vmin;*/
  width: 100%;
  max-width: 565px;
  margin: auto;
  border-radius: 12px;
  border-color: white;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition: 0.2s transform ease-in-out;
  will-change: transform;
}
.myButton:active {
  position: relative;
  top: 1px;
}
.myButton:hover {
  text-shadow: 0px 3px 3px #202e39;
  transform: scale(1.05);
  will-change: transform;
}
.img-thumbnail {
  max-height: 300px !important;
  height: 300px !important;
  object-fit: contain !important;
}
.about-text p {
  text-indent: 3vmax;
}
@media (max-width: 767.98px) {
  .threewords {
    border-radius: 0;
    border-width: 0px 0px 0 0px;
  }
  .threewords a {
    border-radius: 0;
  }
  .hero-text {
    border-radius: 0;
    border-width: 2px 0;
  }
  .about-text p {
    text-indent: 0;
  }
}
@media print {
  .mainshadow {
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
  }
}
