/* GANTRY5 DEVELOPMENT MODE ENABLED.

   WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!

   For more information on modifying CSS, please read:

   http://docs.gantry.org/gantry5/configure/styles
   http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* Regular */
@font-face {
  font-family: 'Bartina';
  src: url('https://govitupravstroi.by/templates/g5_helium/fonts/bartina/Bartina%20Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Light */
@font-face {
  font-family: 'Bartina';
  src: url('https://govitupravstroi.by/templates/g5_helium/fonts/bartina/Bartina%20Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* Semibold */
@font-face {
  font-family: 'Bartina';
  src: url('https://govitupravstroi.by/templates/g5_helium/fonts/bartina/Bartina%20Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* Bold */
@font-face {
  font-family: 'Bartina';
  src: url('https://govitupravstroi.by/templates/g5_helium/fonts/bartina/Bartina%20Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* line 37, templates/g5_helium/custom/scss/custom.scss */
:root {
  --primary-color: #fbba00;
  /* Основной цвет желтый */
  --secondary-color: #091b3d;
  /* Вторичный цвет синий */
  --accent-color: #777;
  /* Акцентный цвет серый */
  --text-color: #333;
  /* Цвет текста */
  --titleFont: 'Bartina', 'Cuprum', Segoe UI;
}
/* line 44, templates/g5_helium/custom/scss/custom.scss */
body {
  line-height: 1.5;
}
/* line 45, templates/g5_helium/custom/scss/custom.scss */
h1, h2, h3 {
  line-height: 1.3;
}
/* line 46, templates/g5_helium/custom/scss/custom.scss */
h1, h2, h3 {
  font-weight: bold;
}
/* line 48, templates/g5_helium/custom/scss/custom.scss */
h1, h2, h3, #g-navigation * {
  font-family: var(--titleFont);
}
/* line 52, templates/g5_helium/custom/scss/custom.scss */
h1 {
  font-size: 3rem;
}
/* line 53, templates/g5_helium/custom/scss/custom.scss */
h2 {
  font-size: 2.3rem;
  margin: 0;
}
/* line 54, templates/g5_helium/custom/scss/custom.scss */
h3 {
  font-size: 1.5rem;
  margin: 0;
}
/* line 56, templates/g5_helium/custom/scss/custom.scss */
body {
  font-size: 1.1rem;
}
/* line 58, templates/g5_helium/custom/scss/custom.scss */
.hometmpl #g-header {
  margin-top: -6rem;
}
/* line 59, templates/g5_helium/custom/scss/custom.scss */
.hometmpl #g-header .g-container {
  padding: 30vh 0;
}
/* line 61, templates/g5_helium/custom/scss/custom.scss */
.flexCenter {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 62, templates/g5_helium/custom/scss/custom.scss */
.flexLeft {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
/* line 63, templates/g5_helium/custom/scss/custom.scss */
.flexCenterTop {
  justify-content: center;
  align-items: start;
  display: flex;
}
/* line 64, templates/g5_helium/custom/scss/custom.scss */
.flexLeftTop {
  justify-content: flex-start;
  align-items: start;
  display: flex;
}
/* line 65, templates/g5_helium/custom/scss/custom.scss */
.flexAround {
  justify-content: space-around;
  align-items: center;
  display: flex;
}
/* line 66, templates/g5_helium/custom/scss/custom.scss */
.flexBetween {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
/* line 67, templates/g5_helium/custom/scss/custom.scss */
.flexVCenter {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
/* line 68, templates/g5_helium/custom/scss/custom.scss */
.flexVStart {
  flex-direction: column;
  justify-content: start;
  align-items: center;
  display: flex;
}
/* line 69, templates/g5_helium/custom/scss/custom.scss */
.white {
  color: #fff;
}
/* line 70, templates/g5_helium/custom/scss/custom.scss */
.colored {
  color: #fbba00;
}
/* line 71, templates/g5_helium/custom/scss/custom.scss */
.gap1 {
  gap: 1rem;
}
/* line 72, templates/g5_helium/custom/scss/custom.scss */
.gap2 {
  gap: 2rem;
}
/* line 73, templates/g5_helium/custom/scss/custom.scss */
.zero, .zero .g-content, .zero .platform-content {
  margin: 0;
  padding: 0;
}
/* line 76, templates/g5_helium/custom/scss/custom.scss */
.textLeft {
  text-align: left;
}
/* line 77, templates/g5_helium/custom/scss/custom.scss */
.cap {
  text-transform: uppercase;
}
/* line 78, templates/g5_helium/custom/scss/custom.scss */
.bigText {
  font-size: 200%;
}
/* line 79, templates/g5_helium/custom/scss/custom.scss */
.padding10 {
  padding: 1rem 0;
}
/* line 80, templates/g5_helium/custom/scss/custom.scss */
.padding20 {
  padding: 2rem 0;
}
/* line 81, templates/g5_helium/custom/scss/custom.scss */
.padding22 {
  padding: 2rem;
}
/* line 82, templates/g5_helium/custom/scss/custom.scss */
.colorBtn {
  background: var(--primary-color);
  border-radius: 5px;
  padding: 0.25rem 0.5rem;
  color: #fff;
}
/* line 83, templates/g5_helium/custom/scss/custom.scss */
.colorBtn:hover {
  background: var(--accent-color);
  color: #fff;
}
/* line 84, templates/g5_helium/custom/scss/custom.scss */
.marked {
  background: #e5e5e5;
  padding: 1rem;
  border-radius: 10px;
}
/* line 85, templates/g5_helium/custom/scss/custom.scss */
.moduleItemReadMore:hover i, .colorBtn:hover i {
  padding-left: 1rem;
}
/* line 87, templates/g5_helium/custom/scss/custom.scss */
.yelink {
  color: var(--primary-color);
  border-left: 20px solid var(--primary-color);
  padding-left: 0.5rem;
}
/* line 88, templates/g5_helium/custom/scss/custom.scss */
.caption {
  display: inline-block;
  width: 50%;
  margin: 2rem 0;
}
/* line 89, templates/g5_helium/custom/scss/custom.scss */
.itemFullText {
  margin: 2rem 0;
}
/* line 90, templates/g5_helium/custom/scss/custom.scss */
.itemFullText .caption img {
  margin: 0;
}
/* line 91, templates/g5_helium/custom/scss/custom.scss */
.caption em {
  font-size: small;
}
/* line 92, templates/g5_helium/custom/scss/custom.scss */
.image-flink {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 10px;
}
/* line 93, templates/g5_helium/custom/scss/custom.scss */
.image-flink:before {
  content: '';
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 94, templates/g5_helium/custom/scss/custom.scss */
.image-flink:hover:before {
  background: rgba(0, 0, 0, 0.6);
}
/* line 95, templates/g5_helium/custom/scss/custom.scss */
.image-flink .fa-search-plus {
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  z-index: 9;
}
/* line 96, templates/g5_helium/custom/scss/custom.scss */
.image-flink:hover .fa-search-plus {
  font-size: 3rem;
}
/* line 98, templates/g5_helium/custom/scss/custom.scss */
.image-flink-slide {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
/* line 99, templates/g5_helium/custom/scss/custom.scss */
.image-flink-slide:before {
  content: '';
  z-index: 1;
  background: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 100, templates/g5_helium/custom/scss/custom.scss */
.image-flink-slide:hover:before {
  background: rgba(0, 0, 0, 0.3);
}
/* line 103, templates/g5_helium/custom/scss/custom.scss */
table {
  margin: 2rem 0;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
/* line 104, templates/g5_helium/custom/scss/custom.scss */
table span {
  font-family: "Fira Sans";
}
/* line 105, templates/g5_helium/custom/scss/custom.scss */
table tr:hover {
  border-left: 2px solid var(--primary-color);
  background: #f5f5f5;
}
/* line 106, templates/g5_helium/custom/scss/custom.scss */
table td, table td p {
  margin: 0;
  line-height: 1.3;
}
/* line 109, templates/g5_helium/custom/scss/custom.scss */
.skiptranslate {
  display: none;
}
/* line 111, templates/g5_helium/custom/scss/custom.scss */
.bordered:after {
  content: '';
  display: block;
  width: 70%;
  height: 3px;
  background: #fff;
  margin-top: 10px;
}
/* line 112, templates/g5_helium/custom/scss/custom.scss */
.brdBlue:after {
  width: 100px;
  height: 5px;
  background: #fbba00;
}
/* line 114, templates/g5_helium/custom/scss/custom.scss */
.logoBox {
  text-align: center;
}
/* line 115, templates/g5_helium/custom/scss/custom.scss */
.logoBox svg {
  width: 90%;
  padding: 5px;
  filter: drop-shadow(0px 0px 1px white) drop-shadow(0px 0 0 white) drop-shadow(0 0 0 white) drop-shadow(0 0 0 white);
}
/* line 116, templates/g5_helium/custom/scss/custom.scss */
.logoBox .g-particle a {
  display: inline-block;
}
/* line 117, templates/g5_helium/custom/scss/custom.scss */
body:not(.hometmpl) #g-navigation {
  background: #091b3d;
}
/* line 118, templates/g5_helium/custom/scss/custom.scss */
body:not(.hometmpl) #g-navigation.fixedMenu {
  background: rgba(9, 27, 61, 0.871);
}
/* line 119, templates/g5_helium/custom/scss/custom.scss */
#g-offcanvas .logoBox {
  background: inherit;
}
/* line 121, templates/g5_helium/custom/scss/custom.scss */
.logoText {
  font-family: var(--titleFont);
  font-weight: 500;
  line-height: 1;
}
/* line 122, templates/g5_helium/custom/scss/custom.scss */
.logoText a {
  color: #f0f0f0;
}
/* line 123, templates/g5_helium/custom/scss/custom.scss */
.logoText span {
  color: #fbba00;
  display: inline-block;
}
/* line 124, templates/g5_helium/custom/scss/custom.scss */
.logoText span.z1 {
  font-size: 1rem;
  color: #fff;
  font-weight: 100;
}
/* line 125, templates/g5_helium/custom/scss/custom.scss */
.logoText span.z2 {
  font-size: 1.25rem;
}
/* line 126, templates/g5_helium/custom/scss/custom.scss */
.logoText span.z3 {
  font-size: 1.47rem;
  text-transform: uppercase;
}
/* line 127, templates/g5_helium/custom/scss/custom.scss */
#g-navigation .g-grid {
  align-items: center;
}
/* line 129, templates/g5_helium/custom/scss/custom.scss */
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border: none;
  background: none;
  border-radius: initial;
  margin: initial;
  padding: initial;
}
/* line 131, templates/g5_helium/custom/scss/custom.scss */
.subCategoryContainer h2 {
  text-align: left;
  font-size: 1rem;
}
/* line 133, templates/g5_helium/custom/scss/custom.scss */
body p {
  margin: 0.5em 0;
  line-height: 1.5;
}
/* line 135, templates/g5_helium/custom/scss/custom.scss */
.moduletable *, #g-mainbar ul li:before, .moduleItemReadMore:hover i, #k2Container .moduletable * {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 139, templates/g5_helium/custom/scss/custom.scss */
#g-navigation .g-content {
  margin: 0;
  padding: 0.2rem 0;
}
/* line 140, templates/g5_helium/custom/scss/custom.scss */
.mainCont {
  padding: 2rem 0;
}
/* line 141, templates/g5_helium/custom/scss/custom.scss */
.com_contact #g-utility *, .com_contact #map *, .com_contact #map2 *, #refLink *, #g-navigation nav *, #g-navigation svg, #g-header, .moduletable .carousel *:not(.moduleItemImage img), #g-header * {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
/* line 150, templates/g5_helium/custom/scss/custom.scss */
#g-navigation .g-content {
  margin: 0;
  padding: 0.2rem 0;
}
/* line 151, templates/g5_helium/custom/scss/custom.scss */
#g-expanded {
  padding: 1rem 0;
}
/* line 152, templates/g5_helium/custom/scss/custom.scss */
#g-intro {
  background: #f5f5f5 url('../../../../images/data/res/main_bg.jpg') no-repeat;
  background-size: cover;
  background-position: 100% 80%;
}
/* line 153, templates/g5_helium/custom/scss/custom.scss */
#g-utility {
  background: #f0f0f0;
  box-shadow: 0 70px 50px 40px #000;
}
/*======sliders===*/
/* line 156, templates/g5_helium/custom/scss/custom.scss */
#refLink .carousel__track {
  justify-content: center;
}
/* line 157, templates/g5_helium/custom/scss/custom.scss */
.slider1 .mod_carousel a {
  line-height: 1;
  font-size: medium;
}
/* line 158, templates/g5_helium/custom/scss/custom.scss */
.slider1 .mod_carousel {
  width: calc(100% / 4);
  padding: 0 0.25rem;
}
/* line 159, templates/g5_helium/custom/scss/custom.scss */
.slider1 .carousel__viewport {
  padding: 0.5rem 2rem;
}
/* line 160, templates/g5_helium/custom/scss/custom.scss */
.slider1 .modItem {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  padding: 1rem;
}
/* line 161, templates/g5_helium/custom/scss/custom.scss */
.slider1 .carousel__slide img, .membersPr li img {
  filter: grayscale(0.5) opacity(1);
  max-width: 100px;
  margin-bottom: 0.5rem;
}
/* line 163, templates/g5_helium/custom/scss/custom.scss */
.membersPr li img {
  max-width: 70px;
}
/* line 164, templates/g5_helium/custom/scss/custom.scss */
.slider1 .carousel__slide:hover img, .membersPr li:hover img {
  filter: grayscale(0) opacity(1);
}
/* line 166, templates/g5_helium/custom/scss/custom.scss */
.slider1 .carousel__slide:hover, .membersPr li:hover {
  box-shadow: 0 10px 10px -13px #000;
}
/* line 169, templates/g5_helium/custom/scss/custom.scss */
.sliderSerif .mod_carousel {
  width: calc(100% /4);
  padding: 0 0.25rem;
}
/* line 170, templates/g5_helium/custom/scss/custom.scss */
.sliderSerif img {
  max-width: 100%;
}
/* line 172, templates/g5_helium/custom/scss/custom.scss */
.newsIndex .slider1 .mod_carousel {
  width: calc(100% / 3);
}
/* line 173, templates/g5_helium/custom/scss/custom.scss */
.newsIndex .slider1 .carousel__slide .moduleItemImage {
  height: 220px;
  overflow: hidden;
  border-radius: 5px;
  margin: 0 0.5rem 0.5rem;
  display: flex;
  align-items: center;
}
/* line 174, templates/g5_helium/custom/scss/custom.scss */
.newsIndex .slider1 .carousel__slide img {
  max-width: 100%;
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}
/* line 175, templates/g5_helium/custom/scss/custom.scss */
.newsIndex .carousel__slide:hover .moduleItemImage img {
  transform: scale(1.2);
}
/* line 176, templates/g5_helium/custom/scss/custom.scss */
.catItemDateCreated, .newsIndex .catItemDateCreated {
  color: #777;
}
/* line 178, templates/g5_helium/custom/scss/custom.scss */
.newsIndex .moduleItemTitle {
  -webkit-line-clamp: 2;
}
/* line 179, templates/g5_helium/custom/scss/custom.scss */
.newsIndex .carousel__button.is-next {
  right: -40px;
}
/* line 180, templates/g5_helium/custom/scss/custom.scss */
.newsIndex .carousel__button.is-prev {
  left: -40px;
}
/* line 181, templates/g5_helium/custom/scss/custom.scss */
.newsIndex .carousel__button.is-prev, .newsIndex .carousel__button.is-next {
  top: 40%;
  transform: translateY(-40%);
}
/* line 182, templates/g5_helium/custom/scss/custom.scss */
.newsIndex .carousel__slide:hover {
  box-shadow: none;
}
/* line 184, templates/g5_helium/custom/scss/custom.scss */
.objIndex .slider1 .mod_carousel {
  width: calc(100% / 3);
}
/* line 185, templates/g5_helium/custom/scss/custom.scss */
.objIndex .slider1 .carousel__slide .moduleItemImage {
  height: 220px;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}
/* line 186, templates/g5_helium/custom/scss/custom.scss */
.objIndex .slider1 .carousel__slide .moduleItemImage:before {
  content: '';
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), transparent);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 187, templates/g5_helium/custom/scss/custom.scss */
.objIndex .slider1 .carousel__slide img {
  max-width: 100%;
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}
/* line 190, templates/g5_helium/custom/scss/custom.scss */
.objIndex .dataInside {
  position: absolute;
  z-index: 5;
  bottom: 10px;
  left: 0;
  right: 0;
  padding: 0.5rem;
}
/* line 191, templates/g5_helium/custom/scss/custom.scss */
.objIndex .dataInside .moduleItemTitle {
  color: #fff;
  text-align: left;
}
/* line 192, templates/g5_helium/custom/scss/custom.scss */
.objIndex .carousel__slide .moduleItemImage img {
  margin: 0;
}
/* line 193, templates/g5_helium/custom/scss/custom.scss */
.objIndex .carousel__slide:hover .moduleItemImage img {
  transform: scale(1.2);
}
/* line 194, templates/g5_helium/custom/scss/custom.scss */
.objIndex .objParam {
  text-align: left;
  margin: 0.5rem 0;
}
/* line 195, templates/g5_helium/custom/scss/custom.scss */
.objIndex .modItem {
  padding: 0;
  margin: 0 0.5rem;
}
/* line 196, templates/g5_helium/custom/scss/custom.scss */
.objIndex .objParam span {
  background: rgba(0, 0, 0, 0.5);
  padding: 0.2rem;
  color: #fff;
  font-size: small;
  margin: 0 0.5rem 0.5rem 0;
}
/*======sliders==END=*/
/* line 199, templates/g5_helium/custom/scss/custom.scss */
.members {
  padding-bottom: 1rem;
}
/* line 200, templates/g5_helium/custom/scss/custom.scss */
.members .platform-content {
  padding: 0;
}
/* line 201, templates/g5_helium/custom/scss/custom.scss */
.modulePretext h3 {
  text-transform: uppercase;
  border-bottom: 3px solid var(--primary-color);
  max-width: 30%;
  margin-bottom: 0.5rem;
}
/* line 202, templates/g5_helium/custom/scss/custom.scss */
.membersPr ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(33%, 1fr));
  gap: 0px;
  margin: 0;
}
/* line 203, templates/g5_helium/custom/scss/custom.scss */
.membersPr ul li {
  gap: 5px;
  margin: 0 0.5rem 0 0;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  padding: 1rem;
  line-height: 1;
  font-size: medium;
}
/* line 204, templates/g5_helium/custom/scss/custom.scss */
.membersPr ul li .moduleItemImage {
  flex-basis: 30%;
  flex-shrink: 0;
}
/* line 205, templates/g5_helium/custom/scss/custom.scss */
.indexMemb .g-grid:nth-child(2) {
  overflow: hidden;
  background: #f0f0f0;
  border-radius: 10px;
  box-shadow: 0 10px 20px -20px #000;
}
/* line 206, templates/g5_helium/custom/scss/custom.scss */
.indexMemb .g-grid:nth-child(3), .indexMemb .g-grid:nth-child(4) {
  margin-top: 4rem;
}
/* line 208, templates/g5_helium/custom/scss/custom.scss */
.uslugiFon {
  background: url('../../../../images/data/res/uslugifon.jpg') no-repeat;
  background-size: 100%;
  border-radius: 10px;
}
/* line 209, templates/g5_helium/custom/scss/custom.scss */
.uslugiFon .g-content {
  margin: 0;
  padding: 0;
  position: relative;
  top: 50%;
  transform: translate(0%, -50%);
}
/* line 210, templates/g5_helium/custom/scss/custom.scss */
.uslugiFon .custom:before {
  content: '';
  background: url('../../../../images/data/res/logo_color_text.png') no-repeat;
  display: inline-block;
  width: 80px;
  height: 100px;
  flex-shrink: 0;
  background-size: contain;
  margin: 0 1rem;
}
/* line 211, templates/g5_helium/custom/scss/custom.scss */
.uslugiFon .custom {
  background: rgba(255, 255, 255, 0.667);
  width: 80%;
  gap: 20px;
  padding: 1rem;
  margin: 6rem 0;
}
/* line 212, templates/g5_helium/custom/scss/custom.scss */
.customindexUsl ul {
  list-style: none;
}
/* line 213, templates/g5_helium/custom/scss/custom.scss */
.customindexUsl li p {
  font-size: small;
}
/* line 214, templates/g5_helium/custom/scss/custom.scss */
.customindexUsl li {
  display: flex;
  align-items: flex-start;
  line-height: 1;
}
/* line 215, templates/g5_helium/custom/scss/custom.scss */
.customindexUsl li strong {
  font-family: var(--titleFont);
  font-size: 1.5rem;
  font-weight: 600;
}
/* line 216, templates/g5_helium/custom/scss/custom.scss */
.customindexUsl li:before {
  display: inline-block;
  cursor: pointer;
  font-family: FontAwesome, serif;
  content: "\f105";
  padding-right: 10px;
  font-size: 2.5rem;
}
/* line 218, templates/g5_helium/custom/scss/custom.scss */
.obrGr h3, .lichpriem {
  line-height: 1;
}
/* line 220, templates/g5_helium/custom/scss/custom.scss */
.onewin h3 {
  border-bottom: 1px solid #777;
  line-height: 1;
  padding-bottom: 1rem;
}
/* line 221, templates/g5_helium/custom/scss/custom.scss */
.onewin h3 > span {
  display: block;
}
/* line 222, templates/g5_helium/custom/scss/custom.scss */
.obrGr h3 > span, .lichpriem h3 > span {
  text-transform: uppercase;
  color: #000;
  display: block;
}
/* line 224, templates/g5_helium/custom/scss/custom.scss */
.obrGr a, .lichpriem a {
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  color: #000;
  margin: 0.5rem 0;
  display: inline-block;
}
/* line 225, templates/g5_helium/custom/scss/custom.scss */
.obrGr a {
  background: var(--primary-color);
}
/* line 226, templates/g5_helium/custom/scss/custom.scss */
.obrGr a:hover {
  background: var(--accent-color);
  color: #fff;
}
/* line 227, templates/g5_helium/custom/scss/custom.scss */
.lichpriem a {
  border: 2px solid var(--primary-color);
}
/* line 228, templates/g5_helium/custom/scss/custom.scss */
.lichpriem a:hover {
  background: var(--primary-color);
}
/* line 229, templates/g5_helium/custom/scss/custom.scss */
.border {
  border: 1px solid #aaa;
}
/* line 230, templates/g5_helium/custom/scss/custom.scss */
#g-utility .g-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
/* line 231, templates/g5_helium/custom/scss/custom.scss */
#g-utility .border .g-content {
  height: 100%;
  display: flex;
  margin: 0;
  padding: 2rem;
}
/* line 232, templates/g5_helium/custom/scss/custom.scss */
.obrGr, .lichpriem {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
/* line 234, templates/g5_helium/custom/scss/custom.scss */
.indexAbout .g-content {
  position: relative;
  z-index: 9;
}
/* line 235, templates/g5_helium/custom/scss/custom.scss */
.indexAbout:after {
  content: '';
  background: url('../../../../images/data/res/map_vit.png') no-repeat;
  display: block;
  width: 50%;
  height: 70%;
  position: absolute;
  top: 20%;
  right: 0;
  background-size: contain;
  z-index: 1;
}
/* line 237, templates/g5_helium/custom/scss/custom.scss */
#g-above, #g-features {
  padding: 4rem 0;
}
/* line 239, templates/g5_helium/custom/scss/custom.scss */
#g-navigation .g-content {
  padding: 0;
}
/* line 240, templates/g5_helium/custom/scss/custom.scss */
.basetmpl #g-above {
  padding: 0;
}
/* line 242, templates/g5_helium/custom/scss/custom.scss */
#g-navigation .g-main-nav .g-fullwidth .g-dropdown {
  left: auto;
  right: auto;
}
/* line 243, templates/g5_helium/custom/scss/custom.scss */
#g-navigation .g-main-nav .g-fullwidth .g-sublevel > li:not(:last-child) > .g-menu-item-container {
  border-bottom: 0;
}
/* line 244, templates/g5_helium/custom/scss/custom.scss */
#g-navigation .g-main-nav .g-fullwidth .g-block:last-child .g-sublevel {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 245, templates/g5_helium/custom/scss/custom.scss */
#g-navigation .g-main-nav .g-toplevel > li span.g-menu-item-title {
  font-size: 130%;
}
/* line 246, templates/g5_helium/custom/scss/custom.scss */
#g-navigation .g-main-nav .g-toplevel {
  line-height: 4;
}
/* line 247, templates/g5_helium/custom/scss/custom.scss */
#g-navigation .g-main-nav .g-toplevel > li {
  margin: 0 1rem;
}
/* line 250, templates/g5_helium/custom/scss/custom.scss */
.g-offcanvas-open .g-offcanvas-toggle {
  color: #fff;
}
/* line 251, templates/g5_helium/custom/scss/custom.scss */
#g-offcanvas #g-mobilemenu-container ul.g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover > a > span {
  color: #fff;
}
/* line 252, templates/g5_helium/custom/scss/custom.scss */
#g-navigation {
  position: relative;
  z-index: 11;
  padding: 0;
}
/* line 253, templates/g5_helium/custom/scss/custom.scss */
#g-navigation .g-main-nav a {
  color: #fff;
}
/* line 254, templates/g5_helium/custom/scss/custom.scss */
#g-navigation .g-main-nav .g-dropdown {
  background: rgba(0, 0, 0, 0.8);
  background: rgba(9, 27, 61, 0.871);
}
/* line 255, templates/g5_helium/custom/scss/custom.scss */
#g-navigation ul.g-toplevel > li {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.2rem;
}
/* line 256, templates/g5_helium/custom/scss/custom.scss */
#g-navigation .g-sublevel span {
  text-transform: initial;
}
/* line 257, templates/g5_helium/custom/scss/custom.scss */
#g-navigation #topMenuId {
  align-items: center;
  display: flex;
}
/* line 258, templates/g5_helium/custom/scss/custom.scss */
#g-navigation.fixedMenu .topBox {
  display: none;
}
/* line 259, templates/g5_helium/custom/scss/custom.scss */
#g-navigation.fixedMenu .logoBox svg {
  height: 70px;
  padding: 0;
}
/* line 260, templates/g5_helium/custom/scss/custom.scss */
#g-navigation.fixedMenu {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  -webkit-transition: height 1000ms ease-out 0s;
  -o-transition: height 1000ms ease-out 0s;
  -moz-transition: height 1000ms ease-out 0s;
  transition: height 1000ms ease-out 0s;
  background: #091b3d;
  background: rgba(9, 27, 61, 0.871);
}
/* line 268, templates/g5_helium/custom/scss/custom.scss */
#g-navigation .topBox * {
  line-height: 1;
}
/* line 269, templates/g5_helium/custom/scss/custom.scss */
.langs {
  margin: 0 40px;
}
/* line 270, templates/g5_helium/custom/scss/custom.scss */
.langs a {
  color: #fff;
}
/* line 271, templates/g5_helium/custom/scss/custom.scss */
.langs a:hover {
  color: #fff;
  text-decoration: underline;
}
/* line 272, templates/g5_helium/custom/scss/custom.scss */
.langs a#ru {
  border-right: 2px solid #fff;
}
/* line 273, templates/g5_helium/custom/scss/custom.scss */
.langs a {
  padding: 0 10px;
  margin: 0.5em 0;
  display: inline-block;
}
/* line 274, templates/g5_helium/custom/scss/custom.scss */
#g-navigation .topBox .platform-content {
  margin: 0;
  padding: 0;
}
/* line 275, templates/g5_helium/custom/scss/custom.scss */
#g-navigation .topBox .g-content {
  display: flex;
  justify-content: end;
}
/* line 276, templates/g5_helium/custom/scss/custom.scss */
#g-navigation .g-main-nav .g-dropdown {
  border: 0;
}
/* line 277, templates/g5_helium/custom/scss/custom.scss */
#g-navigation .g-main-nav .modInMenu div.g-block > .g-sublevel > li {
  margin: 0;
}
/* line 278, templates/g5_helium/custom/scss/custom.scss */
.g-main-nav .g-sublevel > li > .g-menu-item-container {
  font-size: 0.95rem;
  font-weight: 400;
}
/* line 279, templates/g5_helium/custom/scss/custom.scss */
#g-navigation .g-main-nav .g-sublevel > li a {
  display: flex;
}
/* line 280, templates/g5_helium/custom/scss/custom.scss */
.leftCol .podrazdelMenu a:before, #g-navigation .g-main-nav .g-sublevel > li a:before {
  content: "\f105";
  opacity: 0.5;
  width: 1rem;
  font-weight: 400;
  font-family: FontAwesome, serif;
  display: inline-block;
}
/* line 282, templates/g5_helium/custom/scss/custom.scss */
.leftCol .podrazdelMenu a:before:hover {
  opacity: 0.95;
}
/* line 283, templates/g5_helium/custom/scss/custom.scss */
.leftCol .podrazdelMenu .itemMenu:hover a:before, #g-navigation .g-main-nav .modInMenu div.g-block > .g-sublevel .g-sublevel > li:hover a:before, #g-navigation .g-main-nav .g-toplevel > li:not(.modInMenu) .g-sublevel > li:hover a:before {
  opacity: 0.75;
}
/* line 286, templates/g5_helium/custom/scss/custom.scss */
#g-navigation .g-main-nav .g-sublevel > li:hover > .g-menu-item-container, #g-navigation .g-main-nav .g-sublevel > li.active > .g-menu-item-container {
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
}
/* line 288, templates/g5_helium/custom/scss/custom.scss */
#g-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container > .g-menu-item-content, #g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-menu-item-content {
  box-shadow: 0 2px 0 var(--primary-color);
}
/* line 290, templates/g5_helium/custom/scss/custom.scss */
.hometmpl #g-navigation .logoBox img, #g-offcanvas .logoBox img, #g-navigation.fixedMenu .logoBox img {
  filter: invert(1) brightness(16);
  max-height: 70px !important;
}
/* line 293, templates/g5_helium/custom/scss/custom.scss */
body:not(.hometmpl) #g-navigation.fixedMenu .logoBox {
  background: none;
}
/* line 297, templates/g5_helium/custom/scss/custom.scss */
#g-header {
  padding-bottom: 1rem;
  margin: 0 auto;
  background-size: cover;
  background-position-x: 100%;
  background-position-y: 40%;
}
/* line 298, templates/g5_helium/custom/scss/custom.scss */
.hometmpl #g-header.clearMargin {
  margin-top: 0;
}
/* line 299, templates/g5_helium/custom/scss/custom.scss */
.basetmpl #g-header.clearMargin {
  margin-top: 5.2rem;
}
/* line 300, templates/g5_helium/custom/scss/custom.scss */
#g-header a.various {
  color: #fff;
  padding: 20px 40px;
}
/* line 302, templates/g5_helium/custom/scss/custom.scss */
#g-header:before {
  content: "";
  display: inline-block;
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.741), rgba(0, 0, 0, 0.169));
}
/* line 303, templates/g5_helium/custom/scss/custom.scss */
#g-header h1 {
  font-size: 4rem;
  margin: 1rem 0;
  line-height: 1;
  color: #fff;
  text-shadow: 0 7px 20px #0e0e0e;
  text-align: left;
  margin: 0;
}
/* line 304, templates/g5_helium/custom/scss/custom.scss */
#g-header h2 {
  font-weight: 600;
  font-size: 3rem;
  line-height: 1;
  text-transform: initial;
  text-align: left;
  text-shadow: 0 7px 20px #0e0e0e;
}
/* line 305, templates/g5_helium/custom/scss/custom.scss */
#g-header h2 + p {
  margin: 2rem 0;
  text-shadow: 0 7px 20px #0e0e0e;
}
/* line 306, templates/g5_helium/custom/scss/custom.scss */
#g-header p * {
  font-family: var(--titleFont);
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
}
/* line 307, templates/g5_helium/custom/scss/custom.scss */
#g-header p > em:not(:last-child):after {
  content: "\f0c8";
  display: inline-flex;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: 12px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
/* line 308, templates/g5_helium/custom/scss/custom.scss */
#g-header .moduletable.promo11 {
  margin-top: 1.5rem;
}
/* line 309, templates/g5_helium/custom/scss/custom.scss */
#g-header .custompromo11 > div {
  margin-bottom: 2rem;
}
/* line 310, templates/g5_helium/custom/scss/custom.scss */
#g-header .custompromo11 strong {
  font-size: 3em;
  line-height: 1;
  font-family: var(--titleFont);
}
/* line 311, templates/g5_helium/custom/scss/custom.scss */
#g-header .custompromo11 p {
  margin: 0;
  text-shadow: 0 7px 20px #0e0e0e;
}
/* line 312, templates/g5_helium/custom/scss/custom.scss */
#g-header .custompromo11 p + p {
  text-shadow: 0 7px 20px #0e0e0e;
}
/* line 313, templates/g5_helium/custom/scss/custom.scss */
/* line 314, templates/g5_helium/custom/scss/custom.scss */
#g-header p > em:after {
  transform: rotate(45deg);
  width: 12px;
  height: 12px;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  padding: 0 2rem;
  animation: rotateWithPause 8s linear infinite;
  transform-origin: center;
  vertical-align: middle;
}
/* line 325, templates/g5_helium/custom/scss/custom.scss */
#g-header p > em.rotating-icon-delay:after {
  animation-delay: 0.5s;
}
@keyframes rotateWithPause {
  /* line 330, templates/g5_helium/custom/scss/custom.scss */
  0%, 20% {
    transform: rotate(45deg);
  }
  /* line 333, templates/g5_helium/custom/scss/custom.scss */
  25%, 45% {
    transform: rotate(135deg);
  }
  /* line 336, templates/g5_helium/custom/scss/custom.scss */
  50%, 70% {
    transform: rotate(225deg);
  }
  /* line 339, templates/g5_helium/custom/scss/custom.scss */
  75%, 95% {
    transform: rotate(315deg);
  }
  /* line 342, templates/g5_helium/custom/scss/custom.scss */
  100% {
    transform: rotate(405deg);
  }
}
/* line 348, templates/g5_helium/custom/scss/custom.scss */
#k2Container {
  padding: 0 30px;
}
/* line 349, templates/g5_helium/custom/scss/custom.scss */
#g-mainbar ul:not(.itemAttachments):not(.slides):not(.flex-direction-nav) {
  list-style: none;
}
/* line 350, templates/g5_helium/custom/scss/custom.scss */
#g-mainbar ul:not(.itemAttachments):not(.slides):not(.flex-direction-nav):not(.nav) li {
  display: flex;
  align-items: baseline;
}
/* line 351, templates/g5_helium/custom/scss/custom.scss */
#g-mainbar ul:not(.itemAttachments):not(.slides):not(.flex-direction-nav):not(.nav) li:before {
  flex-shrink: 0;
  font-family: FontAwesome;
  content: "\f105";
  text-align: center;
  display: inline-block;
  width: 15px;
  margin: 0 10px;
  font-weight: bold;
}
/* line 352, templates/g5_helium/custom/scss/custom.scss */
#g-mainbar ul:not(.itemAttachments):not(.slides):not(.flex-direction-nav):not(.nav) li:hover:before {
  padding-left: 10px;
}
/* line 355, templates/g5_helium/custom/scss/custom.scss */
.asideBlock {
  margin-top: 0.625rem;
  padding-top: 0.938rem;
}
/* line 356, templates/g5_helium/custom/scss/custom.scss */
#g-aside.leftCol {
  padding: 0;
  margin: 3rem 0;
  background: transparent;
}
/* line 357, templates/g5_helium/custom/scss/custom.scss */
#g-aside.leftCol .g-content {
  margin: 0;
  padding: 0;
}
/* line 358, templates/g5_helium/custom/scss/custom.scss */
#g-aside.leftCol h3 {
  color: #000;
  text-transform: uppercase;
  padding: 1.28rem;
  margin-left: -30px;
  margin-top: 0;
  padding-left: 30px;
}
/* line 359, templates/g5_helium/custom/scss/custom.scss */
#g-aside .ItemVideoBg {
  background: #f22929;
  padding: 5px;
  border-radius: 10px;
  text-align: center;
  text-align: center;
}
/* line 360, templates/g5_helium/custom/scss/custom.scss */
#g-aside .ItemVideoBg:hover {
  background: #fff;
}
/* line 361, templates/g5_helium/custom/scss/custom.scss */
.leftCol .itemMenu {
  align-items: center;
  padding: 0;
}
/* line 362, templates/g5_helium/custom/scss/custom.scss */
.leftCol .podrazdelMenu .itemMenu {
  padding: 0;
}
/* line 363, templates/g5_helium/custom/scss/custom.scss */
.leftCol .modItemImage {
  padding: 0 5px;
}
/* line 364, templates/g5_helium/custom/scss/custom.scss */
.leftCol a {
  color: #dfdfdf;
  border-radius: 10px;
}
/* line 365, templates/g5_helium/custom/scss/custom.scss */
.leftCol .modItemImage .itemImg {
  background-size: 100%;
}
/* line 366, templates/g5_helium/custom/scss/custom.scss */
.itemMenu.product {
  overflow: hidden;
  margin: 0;
  margin-bottom: 1px;
  border-top: 1px solid #e0e0e5;
}
/* line 367, templates/g5_helium/custom/scss/custom.scss */
.leftCol a:not(.moduleItemTitle) {
  color: #000;
  padding: 1rem;
  display: inline-block;
  width: 100%;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
/* line 368, templates/g5_helium/custom/scss/custom.scss */
.leftCol .itemMenu a {
  font-size: medium;
}
/* line 369, templates/g5_helium/custom/scss/custom.scss */
.leftCol .itemMenu:hover + div.itemMenu, .leftCol .itemMenu.active + div.itemMenu {
  border-top: 1px solid transparent;
}
/* line 371, templates/g5_helium/custom/scss/custom.scss */
.leftCol .itemMenu.active, .leftCol .itemMenu.active a, .leftCol .itemMenu:hover a, .leftCol .itemMenu:hover {
  background: rgba(0, 0, 0, 0.039);
  border-radius: 10px;
}
/* line 375, templates/g5_helium/custom/scss/custom.scss */
.leftCol .itemMenu:hover img {
  -webkit-animation: zoom10 0.5s ease;
}
/* line 377, templates/g5_helium/custom/scss/custom.scss */
.nav-pills {
  display: flex;
}
/* line 378, templates/g5_helium/custom/scss/custom.scss */
.nav-pills > li {
  /*flex-grow: 1;*/
  text-align: center;
  max-width: 50%;
}
/* line 379, templates/g5_helium/custom/scss/custom.scss */
.nav-pills > li > a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 2rem 1rem;
  background: #f5f5f5;
  color: #000;
  text-transform: uppercase;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 5px solid #b3b2b2;
}
/* line 382, templates/g5_helium/custom/scss/custom.scss */
.nav-pills > li > a:hover {
  border-bottom: 5px solid #fbba00;
}
/* line 383, templates/g5_helium/custom/scss/custom.scss */
.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
  background: #fff;
  color: #000;
  border-bottom: 5px solid #fbba00;
}
/* =====================================Contact Page */
/* line 386, templates/g5_helium/custom/scss/custom.scss */
/* line 387, templates/g5_helium/custom/scss/custom.scss */
.contactPage #g-aside {
  padding: 0;
  box-shadow: 0 10px 25px -20px #000;
  background: #fff;
}
/* line 388, templates/g5_helium/custom/scss/custom.scss */
.contactPage #limit {
  display: none;
}
/* line 389, templates/g5_helium/custom/scss/custom.scss */
.contactPage .contactTitle {
  border-top: 10px dotted #cad9e9;
  padding-top: 2rem;
}
/* line 390, templates/g5_helium/custom/scss/custom.scss */
.contactPage #g-testimonials {
  background: #e5e5e5;
  background: linear-gradient(0deg, #e4e4e4, transparent);
}
/* line 391, templates/g5_helium/custom/scss/custom.scss */
.contactPage #g-testimonials, .contactPage #g-mainbar {
  padding: 0;
}
/* line 394, templates/g5_helium/custom/scss/custom.scss */
.contactPage #g-mainbar {
  background: transparent;
}
/* line 395, templates/g5_helium/custom/scss/custom.scss */
.contactPage .list-title {
  box-shadow: 0 10px 25px -20px #000;
}
/* line 396, templates/g5_helium/custom/scss/custom.scss */
.contactPage .after1 .platform-content, .contactPage .after2 .platform-content {
  padding: 2rem;
  background: #fff;
  box-shadow: 0 10px 25px -20px #000;
}
/* line 398, templates/g5_helium/custom/scss/custom.scss */
.contactPage .after1 .platform-content h3:before, .contactPage .after2 .platform-content h3:before {
  display: inline-block;
  font-weight: 100;
  cursor: pointer;
  font-family: FontAwesome, serif;
  content: "\f098";
  padding-right: 10px;
  font-size: 2rem;
}
/* line 400, templates/g5_helium/custom/scss/custom.scss */
.contactPage #g-above p {
  display: flex;
  align-items: center;
}
/* line 401, templates/g5_helium/custom/scss/custom.scss */
.contactPage #g-above h3:before, .contactPage .asideBox h3:before, .contactPage #g-above p:before, .contactPage .asideBox p:before, .contactPage #g-above a:before, .contactPage .asideBox a:before {
  color: #fbba00;
  font-weight: 100;
  display: inline-block;
  font-family: FontAwesome, serif;
  padding-right: 10px;
  font-size: 2rem;
}
/* line 408, templates/g5_helium/custom/scss/custom.scss */
.contactPage #g-above .adrBox p:nth-child(1):before {
  content: "\f041";
}
/* line 409, templates/g5_helium/custom/scss/custom.scss */
.contactPage .asideBox .adrBox p:nth-child(1):before {
  content: "\f041";
}
/* line 410, templates/g5_helium/custom/scss/custom.scss */
.contactPage #g-above .adrBox p:nth-child(2):before {
  content: "\f017";
}
/* line 411, templates/g5_helium/custom/scss/custom.scss */
.contactPage .asideBox .adrBox p:nth-child(2):before {
  content: "\f017";
}
/* line 413, templates/g5_helium/custom/scss/custom.scss */
.contactPage #g-above .contBox p:nth-child(1) a:before {
  content: "\f095";
}
/* line 414, templates/g5_helium/custom/scss/custom.scss */
.contactPage .asideBox .contBox p:nth-child(1) a:before {
  content: "\f095";
}
/* line 415, templates/g5_helium/custom/scss/custom.scss */
.contactPage #g-above .contBox p:nth-child(2) a:before {
  content: "\f1ac";
}
/* line 416, templates/g5_helium/custom/scss/custom.scss */
.contactPage .asideBox .contBox p:nth-child(2) a:before {
  content: "\f1ac";
}
/* line 417, templates/g5_helium/custom/scss/custom.scss */
.contactPage #g-above .contBox p:nth-child(3) a:before {
  content: "\f0e0";
}
/* line 418, templates/g5_helium/custom/scss/custom.scss */
.contactPage .asideBox .contBox p:nth-child(3) a:before {
  content: "\f0e0";
}
/* line 420, templates/g5_helium/custom/scss/custom.scss */
.contactPage #g-above .rekviz p:first-child:before {
  content: "\f022";
}
/* line 421, templates/g5_helium/custom/scss/custom.scss */
.contactPage .asideBox .rekviz p:first-child:before {
  content: "\f022";
}
/* line 422, templates/g5_helium/custom/scss/custom.scss */
.contactPage #id_1, .contactPage #id_33 {
  flex-wrap: wrap;
  flex-basis: 100%;
}
/* line 425, templates/g5_helium/custom/scss/custom.scss */
.categoryCont .contPos {
  font-weight: 600;
  font-size: 1.5rem;
}
/* line 426, templates/g5_helium/custom/scss/custom.scss */
.categoryCont .contFio {
  font-size: 1rem;
}
/* line 427, templates/g5_helium/custom/scss/custom.scss */
.categoryCont .contPhone {
  color: #495773;
}
/* line 428, templates/g5_helium/custom/scss/custom.scss */
.contactItem {
  padding: 10px;
}
/* line 429, templates/g5_helium/custom/scss/custom.scss */
.contactItem .list-title {
  background: #fff;
  padding: 15px;
  /*border-left: 3px solid #d4d4d4;*/
}
/* line 430, templates/g5_helium/custom/scss/custom.scss */
.contactItem:hover .list-title {
  border-left: 3px solid #fbba00;
  /*background: linear-gradient(0deg, #f5f5f5, transparent);background: #eee; */
}
/* ==================END ==============Contact Page */
/* ================================INDEX Mods */
/* line 436, templates/g5_helium/custom/scss/custom.scss */
.socIndexMod {
  display: flex;
  align-items: center;
}
/* line 437, templates/g5_helium/custom/scss/custom.scss */
.socIndex a {
  display: flex;
  margin: 4%;
}
@keyframes zoom102 {
  /* line 439, templates/g5_helium/custom/scss/custom.scss */
  0% {
    -webkit-transform: scale(1);
  }
  /* line 439, templates/g5_helium/custom/scss/custom.scss */
  100% {
    -webkit-transform: scale(1.1);
  }
}
@keyframes round {
  /* line 440, templates/g5_helium/custom/scss/custom.scss */
  0% {
    box-shadow: 0 25px 0 -5px #fff;
  }
  /* line 440, templates/g5_helium/custom/scss/custom.scss */
  100% {
    box-shadow: 0 25px 0 #fff;
  }
}
@-webkit-keyframes rowund {
  /* line 441, templates/g5_helium/custom/scss/custom.scss */
  0% {
    box-shadow: 0 25px 0 -5px #fff;
  }
  /* line 441, templates/g5_helium/custom/scss/custom.scss */
  100% {
    box-shadow: 0 25px 0 #fff;
  }
}
/* line 443, templates/g5_helium/custom/scss/custom.scss */
.lines {
  transform: translateX(0%);
  left: 0;
  z-index: 1;
}
/* line 444, templates/g5_helium/custom/scss/custom.scss */
.lines {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* line 445, templates/g5_helium/custom/scss/custom.scss */
.lines .line {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* line 447, templates/g5_helium/custom/scss/custom.scss */
.sostavIndex {
  background: url('../../../../images/data/res/members_bg.jpg');
  background-position: 80% -310px;
  background-size: 100vh;
  color: #fff;
}
/* line 448, templates/g5_helium/custom/scss/custom.scss */
.sostavIndex ul li {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%);
  padding: 20px;
  margin: 10px;
  padding-left: 20px;
  margin-left: -50px;
}
/* line 449, templates/g5_helium/custom/scss/custom.scss */
.sostavIndex a {
  color: var(--primary-color);
  text-decoration: underline;
}
/* line 451, templates/g5_helium/custom/scss/custom.scss */
.portfolioItem {
  background: linear-gradient(90deg, whitesmoke, transparent);
  padding: 30px !important;
}
/* line 453, templates/g5_helium/custom/scss/custom.scss */
.moduletable.projGPI {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 10px;
}
/* line 454, templates/g5_helium/custom/scss/custom.scss */
.projGPI .flexslider h3 {
  font-size: 1.3rem;
}
/* line 457, templates/g5_helium/custom/scss/custom.scss */
.tooltip {
  font-size: 16px;
}
/* line 459, templates/g5_helium/custom/scss/custom.scss */
aside .modItemText small {
  padding: 5px 20px;
  display: block;
  color: #bbb;
}
/* line 460, templates/g5_helium/custom/scss/custom.scss */
aside .modItemText small + .moduleItemTitle a {
  padding-top: 10px;
}
/* line 462, templates/g5_helium/custom/scss/custom.scss */
.tableObj .project {
  padding: 20px;
  overflow: hidden;
  width: 100%;
}
/* line 463, templates/g5_helium/custom/scss/custom.scss */
.tableObj .project .catItemImageBlock {
  flex-shrink: 0;
}
/* line 464, templates/g5_helium/custom/scss/custom.scss */
.tableObj .catItemImage {
  display: block;
  border-radius: 10px;
}
/* line 465, templates/g5_helium/custom/scss/custom.scss */
.tableObj h3 {
  margin-top: 0;
}
/* line 466, templates/g5_helium/custom/scss/custom.scss */
.tableObj h4 {
  line-height: 1.1;
  text-shadow: 0px 0px 3px #fff;
}
/* line 467, templates/g5_helium/custom/scss/custom.scss */
.tableObj button {
  border-bottom: 1px dashed #3b52ff;
  background: transparent;
}
/*==============Uslugi Index========================*/
/* line 471, templates/g5_helium/custom/scss/custom.scss */
.imageRights {
  margin-top: -20px;
  margin-bottom: 40px;
  font-size: 0.9rem;
  color: #aaa;
}
/* line 475, templates/g5_helium/custom/scss/custom.scss */
.moduleItemReadMore {
  display: none;
  color: #000;
  padding: 10px;
  display: inline-block;
  line-height: 1;
}
/* line 476, templates/g5_helium/custom/scss/custom.scss */
.moduleItemReadMore.whiteReadMore {
  border: 2px solid #fff;
  color: #fff;
  border-radius: 10px;
  font-size: 1rem;
}
/* line 477, templates/g5_helium/custom/scss/custom.scss */
.moduleItemReadMore.blueReadMore {
  border: 2px solid #fbba00;
  color: #fff;
  background: #fbba00;
  border-radius: 10px;
  font-size: 1rem;
}
/* line 478, templates/g5_helium/custom/scss/custom.scss */
.moduleItemReadMore.big {
  font-size: 1.5rem;
}
/* line 479, templates/g5_helium/custom/scss/custom.scss */
.moduleItemReadMore:hover {
  color: #fbba00;
}
/* line 480, templates/g5_helium/custom/scss/custom.scss */
.moduleItemReadMore.blueReadMore:hover, .moduleItemReadMore.whiteReadMore:hover {
  color: #fff;
}
/* line 482, templates/g5_helium/custom/scss/custom.scss */
.moduleItemReadMore.whiteReadMore:hover i {
  padding-left: 10px;
  -webkit-animation: spin 1s ease-in-out alternate infinite;
}
/* ==================END ==============INDEX Mods */
/*==================Content Mods===========*/
/* line 490, templates/g5_helium/custom/scss/custom.scss */
.djslider .navigation-container-custom {
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 20px;
  top: initial;
  text-align: center;
}
/* line 491, templates/g5_helium/custom/scss/custom.scss */
.djslider .navigation-container {
  top: 50%;
}
/* line 493, templates/g5_helium/custom/scss/custom.scss */
.sertfItemMod {
  margin: 4rem 0;
}
/*=======END===========Content Mods===========*/
/* line 497, templates/g5_helium/custom/scss/custom.scss */
.breadcrumb {
  padding: 8px 15px;
  margin: 0;
  list-style: none;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 498, templates/g5_helium/custom/scss/custom.scss */
#g-header .breadcrumb a {
  color: #fff;
}
/* line 499, templates/g5_helium/custom/scss/custom.scss */
#g-header .breadcrumb a:hover {
  text-decoration: underline;
}
/* line 500, templates/g5_helium/custom/scss/custom.scss */
.breadcrumb > .active, .breadcrumb > li > span, .breadcrumb > li > a, .breadcrumb > li > .divider {
  color: #fff;
  text-shadow: 0 4px 20px #3d3d3d;
}
/* line 505, templates/g5_helium/custom/scss/custom.scss */
#toTopBox {
  position: fixed;
  bottom: 0;
  right: 0;
  display: none;
  z-index: 999;
  width: 80px;
  margin: 0 auto;
  text-align: center;
}
/* line 506, templates/g5_helium/custom/scss/custom.scss */
#toTopBox .g-content {
  margin: 0;
  padding: 10px;
}
/* line 507, templates/g5_helium/custom/scss/custom.scss */
#g-footer .g-totop {
  padding: 0;
  text-align: center;
}
/* line 508, templates/g5_helium/custom/scss/custom.scss */
#g-footer .g-totop a {
  color: #0a0a0a;
}
/* line 509, templates/g5_helium/custom/scss/custom.scss */
#toTopBox i {
  color: #fbba00;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
}
/* line 510, templates/g5_helium/custom/scss/custom.scss */
#toTopBox:hover {
  -webkit-animation: pulse2 0.7s infinite linear;
}
/* line 511, templates/g5_helium/custom/scss/custom.scss */
#toTopBox:hover i {
  color: #fff;
  background: #fbba00;
}
/* line 513, templates/g5_helium/custom/scss/custom.scss */
.fName {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
/* line 514, templates/g5_helium/custom/scss/custom.scss */
.fName p {
  font-size: 1rem;
  font-family: var(--titleFont);
  margin: 0;
  line-height: 1;
}
/* line 515, templates/g5_helium/custom/scss/custom.scss */
.fName p:nth-child(2) {
  font-size: 1.5rem;
  text-transform: uppercase;
}
/* line 516, templates/g5_helium/custom/scss/custom.scss */
.fName .moduletable {
  display: flex;
  align-items: center;
}
/* line 517, templates/g5_helium/custom/scss/custom.scss */
.fName .moduletable:before {
  content: '';
  background: url('../../../../images/data/ico/logo.svg') no-repeat;
  display: block;
  width: 80px;
  height: 100px;
  flex-shrink: 0;
  margin: 0 10px;
  filter: invert(1) brightness(100) opacity(0.5);
}
/* line 518, templates/g5_helium/custom/scss/custom.scss */
.fName .moduletable:hover:before {
  filter: opacity(1);
}
/* line 519, templates/g5_helium/custom/scss/custom.scss */
.fName img {
  filter: brightness(0.9);
  max-width: 150px;
}
/* line 520, templates/g5_helium/custom/scss/custom.scss */
.fName:hover img {
  filter: brightness(1);
}
/* line 521, templates/g5_helium/custom/scss/custom.scss */
.fName a {
  text-decoration: underline;
}
/* line 522, templates/g5_helium/custom/scss/custom.scss */
.fAdr p {
  line-height: 1;
}
/* blocks shadow*/
/* line 525, templates/g5_helium/custom/scss/custom.scss */
#g-footer {
  box-shadow: inset 0 20px 25px -35px #000;
}
/* line 526, templates/g5_helium/custom/scss/custom.scss */
#g-footer .g-container + .g-grid {
  border-top: 1px solid #373737;
  border-bottom: 1px solid #373737;
}
/* footer menu*/
/* line 529, templates/g5_helium/custom/scss/custom.scss */
#g-footer .g-copyright br + a {
  opacity: 0.5;
}
/* line 530, templates/g5_helium/custom/scss/custom.scss */
#g-footer .g-copyright br + a:hover {
  opacity: 1;
}
/* line 531, templates/g5_helium/custom/scss/custom.scss */
#g-footer {
  background: linear-gradient(0deg, #6c717b, #7e838e);
  padding: 0;
}
/* line 532, templates/g5_helium/custom/scss/custom.scss */
#g-footer {
  background: linear-gradient(0deg, #5e6369 30%, #6c717b, #7e838e);
  padding: 0;
}
/* line 533, templates/g5_helium/custom/scss/custom.scss */
#g-footer {
  background: #303030;
}
/* line 534, templates/g5_helium/custom/scss/custom.scss */
#g-footer .footerBox.moduletable a:before {
  display: inline-block;
  cursor: pointer;
  font-family: FontAwesome, serif;
  content: "\f105";
  padding-right: 10px;
}
/* line 535, templates/g5_helium/custom/scss/custom.scss */
#g-footer .footerBox ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 536, templates/g5_helium/custom/scss/custom.scss */
#g-footer .footerBox ul li {
  margin: 0.25em 0;
}
/* line 537, templates/g5_helium/custom/scss/custom.scss */
#g-footer .footerBox h3 {
  font-size: 1.5rem;
}
/* line 538, templates/g5_helium/custom/scss/custom.scss */
#g-footer .footerPhones p a > strong {
  font-size: 1.5rem;
}
/* line 539, templates/g5_helium/custom/scss/custom.scss */
#g-footer .footerPhones p {
  line-height: 1;
}
/* line 540, templates/g5_helium/custom/scss/custom.scss */
#g-footer .footerPhones a, #g-footer a {
  color: #f0f0f0;
}
/* line 542, templates/g5_helium/custom/scss/custom.scss */
#g-footer a:hover {
  text-decoration: underline;
}
/* line 543, templates/g5_helium/custom/scss/custom.scss */
#g-footer > .g-container {
  padding: 40px 0;
}
/* line 544, templates/g5_helium/custom/scss/custom.scss */
#g-footer .devteam a {
  font-size: 0.8125rem;
  line-height: 1.25rem;
  opacity: 0.5;
}
/* footer menu   END   */
/* k2 styles */
/* line 548, templates/g5_helium/custom/scss/custom.scss */
.itemBody {
  min-height: 20vh;
}
/* line 549, templates/g5_helium/custom/scss/custom.scss */
.catItemBody, .itemContainer {
  position: relative;
}
/* line 550, templates/g5_helium/custom/scss/custom.scss */
.catItemImage {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
/* line 551, templates/g5_helium/custom/scss/custom.scss */
.clr {
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
  float: none;
  padding: 0;
  margin: 0;
  border: none;
}
/* line 552, templates/g5_helium/custom/scss/custom.scss */
.catItemReadMore1, .catItemReadMore {
  margin: 10px 0;
  text-align: right;
}
/* line 554, templates/g5_helium/custom/scss/custom.scss */
.itemContainer {
  padding: 40px;
  border-bottom: 1px solid #a8dfeb;
}
/* line 555, templates/g5_helium/custom/scss/custom.scss */
.itemContainer:hover {
  background: linear-gradient(91deg, #fcfcfc, transparent);
}
/* line 556, templates/g5_helium/custom/scss/custom.scss */
.itemContainer {
  border-left: 3px solid transparent;
}
/* line 557, templates/g5_helium/custom/scss/custom.scss */
.nagrPage .itemContainer:hover {
  background: none;
}
/* line 558, templates/g5_helium/custom/scss/custom.scss */
.itemContainer:hover .catItemReadMore {
  filter: opacity(100%);
}
/* line 560, templates/g5_helium/custom/scss/custom.scss */
ul.itemAttachments {
  list-style: none;
}
/* line 561, templates/g5_helium/custom/scss/custom.scss */
ul.itemAttachments i {
  padding: 10px;
}
/* line 562, templates/g5_helium/custom/scss/custom.scss */
ul.itemAttachments li {
  margin-bottom: 1rem;
}
/* line 564, templates/g5_helium/custom/scss/custom.scss */
#refLink .carousel__slide {
  width: 400px;
  margin: 1px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  filter: grayscale(1) opacity(0.5);
}
/* line 565, templates/g5_helium/custom/scss/custom.scss */
#refLink .carousel__slide:hover {
  filter: grayscale(0) opacity(1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 566, templates/g5_helium/custom/scss/custom.scss */
#refLink .carousel__viewport {
  padding: 0 4rem;
}
/* line 567, templates/g5_helium/custom/scss/custom.scss */
#refLink a small {
  text-align: left;
  padding: 0 1rem;
  display: inline-block;
}
/* k2 styles  END*/
/* catalog Category  */
/* line 573, templates/g5_helium/custom/scss/custom.scss */
#g-testimonials a:hover {
  color: #fff;
}
/* line 574, templates/g5_helium/custom/scss/custom.scss */
.catPage #g-testimonials {
  background: none;
}
/* line 575, templates/g5_helium/custom/scss/custom.scss */
.catPage #g-container-main {
  padding: 2rem 0 0;
  background: #ebebeb;
  background-position: 380px 5%;
  background-size: 80%;
}
/* line 576, templates/g5_helium/custom/scss/custom.scss */
.catPage #g-testimonials {
  padding-top: 0;
  background: linear-gradient(91deg, #e5e5e5, transparent);
  background: #ebebeb;
}
/* line 577, templates/g5_helium/custom/scss/custom.scss */
.catPage #g-testimonials .g-grid {
  background: #f5f5f5;
  box-shadow: 0 30px 20px -38px #000;
  margin-bottom: 4rem;
}
/* line 578, templates/g5_helium/custom/scss/custom.scss */
.catPage .itemBody {
  display: flex;
  align-items: center;
}
/* line 579, templates/g5_helium/custom/scss/custom.scss */
.catPage .itemBody a {
  background: #49a549;
  padding: 1rem 2rem;
  color: #fff;
  border-radius: 10px;
  background: #183860;
}
/* line 580, templates/g5_helium/custom/scss/custom.scss */
.catPage .itemBody a:hover {
  background: #004b97;
}
/* line 581, templates/g5_helium/custom/scss/custom.scss */
.catPage ul.itemAttachments i {
  padding: initial;
}
/* line 582, templates/g5_helium/custom/scss/custom.scss */
.catPreview {
  position: relative;
}
/* line 583, templates/g5_helium/custom/scss/custom.scss */
.catPreview p {
  display: flex;
  filter: grayscale(0.5);
  position: relative;
  z-index: -2;
}
/* line 584, templates/g5_helium/custom/scss/custom.scss */
.filCart {
  margin-top: 2rem;
}
/* line 585, templates/g5_helium/custom/scss/custom.scss */
.filCart .filLogo {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  background: #fff;
  padding: 0 1rem;
}
/* line 586, templates/g5_helium/custom/scss/custom.scss */
.filCart .projDec {
  background: #fff;
  border: 0;
}
/* line 587, templates/g5_helium/custom/scss/custom.scss */
.filCart .projDec:hover:before {
  content: none;
}
/* line 588, templates/g5_helium/custom/scss/custom.scss */
.filCart .itemText {
  padding: 1rem 2rem;
}
/* line 589, templates/g5_helium/custom/scss/custom.scss */
.filCart .itemText a {
  background: #183860;
  padding: 0.5rem 1rem;
  color: #fff;
  border-radius: 20px;
}
/* line 590, templates/g5_helium/custom/scss/custom.scss */
#g-testimonials .filCart .itemText a:hover {
  color: #fff;
  background: #004b97;
}
/* line 591, templates/g5_helium/custom/scss/custom.scss */
.catPreview img {
  width: 33%;
  margin: 6px;
  border-radius: 5px;
  box-shadow: 0 14px 30px -25px #000;
}
/* line 592, templates/g5_helium/custom/scss/custom.scss */
.catPreview .moduleItemReadMore {
  position: absolute;
  top: 50%;
  right: 40%;
  display: none;
}
/* line 593, templates/g5_helium/custom/scss/custom.scss */
.catPreview:hover .moduleItemReadMore {
  display: block;
  background: rgba(0, 0, 0, 0.42);
  box-shadow: 0 5px 50px -10px #000;
}
/* line 595, templates/g5_helium/custom/scss/custom.scss */
.catPreview:before {
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -90vh;
  background: rgba(0, 0, 0, 0);
}
/* line 596, templates/g5_helium/custom/scss/custom.scss */
.catPreview:hover:before {
  background: rgba(0, 0, 0, 0.3);
}
/* line 597, templates/g5_helium/custom/scss/custom.scss */
.catPreview:hover p {
  filter: grayscale(0);
}
/* line 599, templates/g5_helium/custom/scss/custom.scss */
.catalogList .subCategory {
  background: #eee;
  margin: 10px;
  padding: 10px;
}
/* line 600, templates/g5_helium/custom/scss/custom.scss */
.catProdPrice {
  color: #000;
  font-weight: 600;
  font-size: 1.5rem;
  padding: 10px;
}
/* line 601, templates/g5_helium/custom/scss/custom.scss */
.catalogList span.catItemImage {
  width: 100%;
  text-align: center;
}
/* line 602, templates/g5_helium/custom/scss/custom.scss */
.catalogList span.catItemImage img {
  max-height: 250px;
  width: auto !important;
}
/* END catalog Category  */
/* SERTIF page */
/* line 606, templates/g5_helium/custom/scss/custom.scss */
#sertifCat .flex-direction-nav a {
  top: 40%;
  position: absolute;
}
/* line 607, templates/g5_helium/custom/scss/custom.scss */
#sertifCat .flex-direction-nav .flex-prev {
  position: absolute;
  left: -10px;
}
/* line 608, templates/g5_helium/custom/scss/custom.scss */
#sertifCat .flex-direction-nav .flex-next {
  position: absolute;
  right: -10px;
  left: auto;
}
/* line 609, templates/g5_helium/custom/scss/custom.scss */
#sertifCat .flex-control-nav {
  bottom: -30px;
}
/* SERTIF page  END */
/* ====================DECOR STYLE content==========*/
/* line 614, templates/g5_helium/custom/scss/custom.scss */
.catalogItemPage .preData {
  background: linear-gradient(270deg, whitesmoke, transparent);
  border-radius: 10px;
}
/* line 615, templates/g5_helium/custom/scss/custom.scss */
.catalogItemPage .preData {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  overflow: hidden;
  margin-bottom: 2rem;
}
/* line 616, templates/g5_helium/custom/scss/custom.scss */
.catalogItemPage .preData .itemIntroText {
  display: flex;
  padding: 40px 100px 40px 20px;
  background: linear-gradient(261deg, white, rgba(255, 255, 255, 0.39));
  margin: 0 0 5px 0px;
}
/* line 617, templates/g5_helium/custom/scss/custom.scss */
.catalogItemPage .preData .itemIntroText i {
  flex-shrink: 0;
}
/* line 618, templates/g5_helium/custom/scss/custom.scss */
.catalogItemPage .preData .introData {
  background: linear-gradient(68deg, white, rgba(0, 0, 0, 0.42));
  color: #000;
}
/* line 619, templates/g5_helium/custom/scss/custom.scss */
.catalogItemPage .preData .introData h2 {
  color: #000;
}
/* line 620, templates/g5_helium/custom/scss/custom.scss */
.socialPage .preData .introData h2 {
  text-shadow: 0 0 10px #fff;
}
/* line 622, templates/g5_helium/custom/scss/custom.scss */
.socialPage .preData .itemIntroText {
  background: linear-gradient(93deg, #183860, rgba(25, 93, 161, 0.3));
  margin: 0;
  clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%);
  color: #fff;
}
/* line 623, templates/g5_helium/custom/scss/custom.scss */
.socialPage .preData .introData {
  background: linear-gradient(267deg, white, rgba(0, 75, 151, 0.2));
  color: #000;
  overflow: hidden;
}
/* line 624, templates/g5_helium/custom/scss/custom.scss */
.socialPage .preData a {
  color: #fff;
  text-decoration: underline;
}
/* line 626, templates/g5_helium/custom/scss/custom.scss */
.noLinkItemsMod .modItem .modItemImage {
  max-height: 160px;
  overflow: hidden;
}
/* line 627, templates/g5_helium/custom/scss/custom.scss */
.noLinkItemsMod .flex-direction-nav a {
  top: -15%;
}
/* line 628, templates/g5_helium/custom/scss/custom.scss */
.noLinkItemsMod .flexslider {
  margin-bottom: 0px;
}
/* line 630, templates/g5_helium/custom/scss/custom.scss */
#map, #map2 {
  width: 100%;
  height: 500px;
  padding: 0;
  margin: 0;
}
/* line 633, templates/g5_helium/custom/scss/custom.scss */
.podrazdelenieMod {
  background: #f0f0f0;
  border-radius: 30px;
  padding: 60px;
  margin: 0 30px;
}
/* line 634, templates/g5_helium/custom/scss/custom.scss */
.podrazdelenieLine .modItem {
  padding: 20px;
}
/* line 635, templates/g5_helium/custom/scss/custom.scss */
.podrazdelenieLine .modItem:nth-child(2n+1) {
  background: #fafafa;
}
/* line 636, templates/g5_helium/custom/scss/custom.scss */
.podrazdelenieLine .modItem:nth-child(2n) {
  background: #f5f5f5;
}
/* line 637, templates/g5_helium/custom/scss/custom.scss */
.podrazdelenieLine .modItem {
  position: relative;
  border: 2px solid #fff;
  border-radius: 10px;
}
/* line 638, templates/g5_helium/custom/scss/custom.scss */
.podrazdelenieLine .modItem:hover {
  background: #183860;
}
/* line 639, templates/g5_helium/custom/scss/custom.scss */
.podrazdelenieLine .modItem:hover *, .podrazdelenieLine .modItem:hover a {
  color: #fff;
}
/* line 641, templates/g5_helium/custom/scss/custom.scss */
.podrazdelenieLine .modItem .moduleItemReadMore {
  display: none;
  position: absolute;
  bottom: 10%;
  right: 5%;
}
/* line 642, templates/g5_helium/custom/scss/custom.scss */
.podrazdelenieLine .modItem:hover .moduleItemReadMore {
  display: initial;
}
/* line 643, templates/g5_helium/custom/scss/custom.scss */
.podrazdelenieLine .moduleItemTags small {
  background: #e2e2e2;
  color: #333;
  border-radius: 5px;
  padding: 3px;
  display: inline-block;
  margin: 2px;
}
/* line 644, templates/g5_helium/custom/scss/custom.scss */
.podrazdelenieLine .modItem:hover .moduleItemTags small {
  background: #00366d;
  color: #ccc;
}
/* line 645, templates/g5_helium/custom/scss/custom.scss */
.podrazdelenieLine a:hover {
  text-decoration: underline;
}
/* line 647, templates/g5_helium/custom/scss/custom.scss */
.itemVideoBlock {
  margin: 2rem 0;
}
/* line 649, templates/g5_helium/custom/scss/custom.scss */
.com_contact {
  background-position-y: 70%;
}
/* line 650, templates/g5_helium/custom/scss/custom.scss */
.com_contact #g-header {
  background-image: url('../../../../images/0.banner/banner1.jpg');
}
/* line 652, templates/g5_helium/custom/scss/custom.scss */
.com_contact .spoilers h3 {
  cursor: pointer;
  display: flex;
  align-items: center;
  line-height: 1;
  color: #333;
}
/* line 653, templates/g5_helium/custom/scss/custom.scss */
.com_contact .spoilers i {
  flex-grow: 3;
  text-align: end;
}
/* line 654, templates/g5_helium/custom/scss/custom.scss */
.com_contact .spoilers h3:hover {
  color: #fbba00;
}
/* line 656, templates/g5_helium/custom/scss/custom.scss */
.com_contact .beforeMain .custom a:before {
  content: "\f0e0";
  display: inline-block;
  width: 20px;
  margin-right: 10px;
  height: 20px;
  font-family: 'FontAwesome';
}
/* line 657, templates/g5_helium/custom/scss/custom.scss */
.com_contact .after1 .custom p:first-child:before, .com_contact .after2 .custom p:first-child:before {
  content: "\f041";
  display: inline-block;
  width: 20px;
  margin-right: 10px;
  height: 20px;
  font-family: 'FontAwesome';
}
/* line 659, templates/g5_helium/custom/scss/custom.scss */
.com_contact .after1 .custom p:nth-child(2):before, .com_contact .after2 .custom p:nth-child(2):before {
  content: "\f095";
  display: inline-block;
  width: 20px;
  margin-right: 10px;
  height: 20px;
  font-family: 'FontAwesome';
}
/* ============END========DECOR STYLE content==========*/
/* ==============================vacanse AREA  */
/* line 666, templates/g5_helium/custom/scss/custom.scss */
.vacItemPage .spoilers h3 {
  cursor: pointer;
  background: #eee;
  padding: 10px;
  border-radius: 5px;
  margin: 1px 0;
}
/* line 667, templates/g5_helium/custom/scss/custom.scss */
.vacItemPage .spoilers h3:hover {
  background: #ddd;
}
/* line 668, templates/g5_helium/custom/scss/custom.scss */
.vacItemPage h3:not(.collapsed) i.fa-angle-down {
  display: none;
}
/* line 669, templates/g5_helium/custom/scss/custom.scss */
.vacItemPage h3:not(.collapsed) i.fa-angle-up {
  display: initial;
}
/* line 670, templates/g5_helium/custom/scss/custom.scss */
.vacItemPage h3.collapsed i.fa-angle-up {
  display: none;
}
/* line 671, templates/g5_helium/custom/scss/custom.scss */
.vacItemPage h3.collapsed i.fa-angle-down {
  display: initial;
}
/* line 672, templates/g5_helium/custom/scss/custom.scss */
.vacItemPage .content-spoiler {
  margin-bottom: 10px;
}
/* line 673, templates/g5_helium/custom/scss/custom.scss */
.vacItemPage ul {
  list-style: none;
}
/* line 674, templates/g5_helium/custom/scss/custom.scss */
.vacItemPage ul li:before {
  content: "\f007";
  display: inline-block;
  width: 20px;
  height: 20px;
  font-family: 'FontAwesome';
}
/* line 675, templates/g5_helium/custom/scss/custom.scss */
.vacItemPage .vacanyInfo {
  background: linear-gradient(32deg, #f3f3f3, transparent);
  border-radius: 0px 0px 20px 20px;
}
/* line 676, templates/g5_helium/custom/scss/custom.scss */
.vacItemPage .vacanyInfo > div {
  padding: 30px;
}
/* line 677, templates/g5_helium/custom/scss/custom.scss */
.vacItemPage .vacanyInfo > div > p:first-child {
  flex-basis: 50%;
}
/* line 678, templates/g5_helium/custom/scss/custom.scss */
.vacItemPage .vacanyInfo > div > ul:first-child {
  flex-basis: 50%;
}
/* line 679, templates/g5_helium/custom/scss/custom.scss */
.vacItemPage .custom {
  background: #f3f3f3;
  padding: 30px;
  font-size: 90%;
  width: 50%;
}
/* line 682, templates/g5_helium/custom/scss/custom.scss */
.socialPage .onlineForms .tab-pane {
  background: #f3f3f3;
  border: 1px solid #c7c7c7;
}
/* line 683, templates/g5_helium/custom/scss/custom.scss */
.socialPage .onlineForms .nav, .socialPage .onlineForms .nav a {
  margin-bottom: 0;
}
/* ==========END====================SOCIAL AREA  */
/* ==============================NAGR AREA  */
/* line 688, templates/g5_helium/custom/scss/custom.scss */
.nagrPage .catItemIntroText img {
  height: 120px;
  border-radius: 10px;
}
/* ==============================PODRAZDELENIA AREA  */
/* line 691, templates/g5_helium/custom/scss/custom.scss */
#k2Container.podrazdeleniePage {
  padding: 2rem;
  background: #f9f9f9;
  border-radius: 10px;
}
/* line 692, templates/g5_helium/custom/scss/custom.scss */
/* line 693, templates/g5_helium/custom/scss/custom.scss */
.podrazdeleniePage .preData {
  background: transparent;
}
/* line 694, templates/g5_helium/custom/scss/custom.scss */
.podrazdeleniePage .preData .itemAdres {
  line-height: 1.2;
}
/* line 695, templates/g5_helium/custom/scss/custom.scss */
.podrazdeleniePage .preData .itemAdres span {
  cursor: pointer;
  border-bottom: 1px dashed #aaa;
}
/* line 696, templates/g5_helium/custom/scss/custom.scss */
.podrazdeleniePage .preData .itemAdres span:hover {
  color: var(--accent-color);
}
/* line 697, templates/g5_helium/custom/scss/custom.scss */
.podrazdeleniePage .preData .itemAdres:hover i {
  color: var(--primary-color);
}
/* line 698, templates/g5_helium/custom/scss/custom.scss */
.podrazdeleniePage .itemHeader {
  z-index: 10;
  position: relative;
  background: #f0f0f0;
  padding: 20px;
  color: #46546f;
}
/* line 699, templates/g5_helium/custom/scss/custom.scss */
.podrazdeleniePage .itemHeader.logoHeader {
  padding: 0;
}
/* line 700, templates/g5_helium/custom/scss/custom.scss */
.podrazdeleniePage .preData #id_23 {
  flex-shrink: 0;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 12px;
  border-radius: 0 20px 20px 0;
  margin-right: 10px;
}
/* line 701, templates/g5_helium/custom/scss/custom.scss */
.podrazdeleniePage .preData #id_23 img {
  width: 100px;
}
/* line 702, templates/g5_helium/custom/scss/custom.scss */
.podrazdeleniePage #id_21 img {
  border-radius: 5px;
}
/* line 703, templates/g5_helium/custom/scss/custom.scss */
.podrazdeleniePage .preData .introData {
  background: transparent;
}
/* line 704, templates/g5_helium/custom/scss/custom.scss */
.podrazdeleniePage .preData .introData h2 {
  font-size: 2rem;
  line-height: 1;
  margin: 0;
  margin-bottom: 1rem;
}
/* line 705, templates/g5_helium/custom/scss/custom.scss */
.podrazdeleniePage .preData .introData h2 small {
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-size: initial;
  font-weight: 300;
}
/* line 707, templates/g5_helium/custom/scss/custom.scss */
.podrazdeleniePage .imageFil img {
  border-radius: 10px;
  box-shadow: 0 5px 35px -25px #000;
}
/* line 708, templates/g5_helium/custom/scss/custom.scss */
.podrazdeleniePage #worksFil p {
  margin-bottom: 20px;
}
/* line 709, templates/g5_helium/custom/scss/custom.scss */
.podrazdeleniePage #worksFil > div h4:before {
  content: '';
  width: 15px;
  height: 15px;
  display: inline-block;
  transform: rotate(45deg);
  border: 3px solid #fbba00;
  padding: 0px;
  margin: 0 10px;
}
/* line 710, templates/g5_helium/custom/scss/custom.scss */
.podrazdeleniePage #worksFil > div h4:hover:before {
  -webkit-animation: borderPulse 1s infinite linear;
}
/* line 711, templates/g5_helium/custom/scss/custom.scss */
.podrazdeleniePage #worksFil p + ul {
  margin-top: 0;
  margin-bottom: 20px;
  margin-top: -20px;
  padding-left: 40px;
}
/* line 712, templates/g5_helium/custom/scss/custom.scss */
.podrazdeleniePage .itemAttachmentsBlock {
  padding: 20px;
}
/* line 713, templates/g5_helium/custom/scss/custom.scss */
.podrazdeleniePage .itemIntroText div > p:first-child {
  flex-shrink: 0;
}
/* line 714, templates/g5_helium/custom/scss/custom.scss */
.podrazdeleniePage .nav.nav-pills li {
  flex-grow: 1;
}
/* line 715, templates/g5_helium/custom/scss/custom.scss */
.podrazdeleniePage ymaps #id_18 {
  border-top: 1px solid #e0e0e5;
  padding: 0.5rem 0;
}
/* line 716, templates/g5_helium/custom/scss/custom.scss */
.podrazdeleniePage ymaps img {
  padding: 0.5rem 0;
}
/* line 717, templates/g5_helium/custom/scss/custom.scss */
.podrazdeleniePage .itemDopInfo2 img {
  border-radius: 5px;
}
/* line 718, templates/g5_helium/custom/scss/custom.scss */
.podrazdeleniePage .itemDopInfo2 .g-block {
  padding: 15px 0;
}
/* line 719, templates/g5_helium/custom/scss/custom.scss */
.podrazdeleniePage .itemDopInfo2 .warningBox {
  background: #fafafa;
  border: 1px solid #333;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 30px;
}
/* line 720, templates/g5_helium/custom/scss/custom.scss */
.podrazdeleniePage .itemDopInfo2 .warningBox:before {
  content: '';
  width: 38px;
  height: 38px;
  display: inline-block;
  background: url('../../../../images/data/ico/warning_1.png');
}
/* ==========END====================PODRAZDELENIA AREA  */
/* ==============================rukvodPage AREA  */
/* line 725, templates/g5_helium/custom/scss/custom.scss */
.rukvo .itemContainer {
  background: transparent;
}
/* line 726, templates/g5_helium/custom/scss/custom.scss */
.rukvo .itemContainer:hover {
  background: #f3f3f3;
}
/* line 727, templates/g5_helium/custom/scss/custom.scss */
.rukvo .spacer {
  width: 50px;
  flex-shrink: 0;
}
/* line 728, templates/g5_helium/custom/scss/custom.scss */
.rukvo .nav-pills > li:last-child {
  max-width: 80%;
}
/* line 729, templates/g5_helium/custom/scss/custom.scss */
.rukvo .catItemImageBlock {
  overflow: hidden;
}
/* line 730, templates/g5_helium/custom/scss/custom.scss */
.rukvo .groupLeading .g-grid .rukImg {
  width: 100%;
  flex-shrink: 0;
}
/* line 731, templates/g5_helium/custom/scss/custom.scss */
.rukvo .groupLeading .g-grid .catItemImageBlock {
  display: flex;
}
/* line 732, templates/g5_helium/custom/scss/custom.scss */
.rukvo .groupPrimary .g-grid {
  flex-direction: column;
}
/* line 733, templates/g5_helium/custom/scss/custom.scss */
.rukvo .groupLeading .dolzhn {
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
}
/* line 734, templates/g5_helium/custom/scss/custom.scss */
.rukvo h3 {
  margin: 0.5rem 0;
}
/* line 735, templates/g5_helium/custom/scss/custom.scss */
.rukvo .dolzhn {
  color: var(--secondary-color);
}
/* line 736, templates/g5_helium/custom/scss/custom.scss */
.rukvo .groupLeading .rt {
  flex-direction: column;
  display: flex;
  justify-content: center;
}
/* line 737, templates/g5_helium/custom/scss/custom.scss */
.rukvo .g-grid > div:not(.spacer) {
  width: 100%;
}
/* line 738, templates/g5_helium/custom/scss/custom.scss */
.nav-pills > li > a {
  padding: 1rem;
}
/* line 739, templates/g5_helium/custom/scss/custom.scss */
.rukvo .nav-pills > .active > a {
  background: #fff;
  padding: 1rem;
}
/* line 740, templates/g5_helium/custom/scss/custom.scss */
.rukvo .tab-pane {
  font-size: 90%;
}
/* line 741, templates/g5_helium/custom/scss/custom.scss */
.rukvodPage .itemImageBlock img {
  margin: 0;
}
/* ==========END====================rukvodPage AREA  */
/* line 744, templates/g5_helium/custom/scss/custom.scss */
.catalogSlider .flex-viewport li {
  background: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
  margin-bottom: 15px;
}
/* line 745, templates/g5_helium/custom/scss/custom.scss */
.catalogSlider .flex-viewport li:hover {
  background: #fafafa;
}
/* line 746, templates/g5_helium/custom/scss/custom.scss */
.catalogSlider a.moduleItemLink {
  margin-bottom: 15px;
  display: block;
}
/* line 747, templates/g5_helium/custom/scss/custom.scss */
.catalogSlider div.text {
  color: #b7b4b4;
  margin-bottom: 15px;
}
/* line 748, templates/g5_helium/custom/scss/custom.scss */
.catalogSlider .g-block {
  padding: 15px;
}
/* line 749, templates/g5_helium/custom/scss/custom.scss */
.uslugiModule .uslugi .g-block {
  background: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
/* line 750, templates/g5_helium/custom/scss/custom.scss */
.uslugiModule .uslugi .g-block.active, .uslugiModule .uslugi .g-block:hover {
  background: #2a65db;
}
/* line 752, templates/g5_helium/custom/scss/custom.scss */
.uslugiModule .uslugi a {
  color: #333;
  display: block;
  padding: 15px;
}
/* line 753, templates/g5_helium/custom/scss/custom.scss */
.uslugiModule .uslugi .g-block.active a {
  color: #fff;
}
/* line 754, templates/g5_helium/custom/scss/custom.scss */
.uslugiModule .uslugi .g-block:hover a {
  color: #fff;
}
/* line 755, templates/g5_helium/custom/scss/custom.scss */
.uslugiModule .uslugi .g-block.active img, .uslugiModule .uslugi .g-block:hover img {
  filter: invert(1);
}
/* line 757, templates/g5_helium/custom/scss/custom.scss */
.uslugiModule .uslugi .uslugaIcon {
  padding: 5px 10px;
  float: left;
}
/* line 758, templates/g5_helium/custom/scss/custom.scss */
.uslugiModule .uslugi span {
  font-size: 0.9rem;
}
/* END Modules css */
/* table styles */
/* line 764, templates/g5_helium/custom/scss/custom.scss */
table.table1 {
  width: 100%;
}
/* line 765, templates/g5_helium/custom/scss/custom.scss */
.promoFormContainer table {
  width: 100% !important;
  font-size: 90%;
}
/* line 766, templates/g5_helium/custom/scss/custom.scss */
.promoFormContainer table, .promoFormContainer td {
  border: none;
  padding: 10px 1.5rem;
  line-height: 1.3;
}
/* line 768, templates/g5_helium/custom/scss/custom.scss */
.promoFormContainer td {
  border-bottom: 1px solid #dce2e9;
}
/* line 769, templates/g5_helium/custom/scss/custom.scss */
.promoFormContainer td:last-child {
  width: 25% !important;
}
/* line 770, templates/g5_helium/custom/scss/custom.scss */
table.table1 td p {
  font-size: 90%;
  font-weight: 400;
  text-align: center;
  margin: 0;
  line-height: 1.5;
}
/* line 771, templates/g5_helium/custom/scss/custom.scss */
table.table1 tr:nth-child(2) td p {
  font-weight: 700;
}
/* line 772, templates/g5_helium/custom/scss/custom.scss */
table.table1 td:nth-child(1) p {
  font-weight: 700;
}
/* line 773, templates/g5_helium/custom/scss/custom.scss */
table.table1 tr:first-child td {
  background: #a6a6a6 !important;
}
/* line 774, templates/g5_helium/custom/scss/custom.scss */
table.table1 tr:nth-child(2) td {
  background: #d9d9d9 !important;
  text-align: center;
}
/* line 775, templates/g5_helium/custom/scss/custom.scss */
table.table1 td:first-child {
  background: #d9d9d9 !important;
}
/* line 776, templates/g5_helium/custom/scss/custom.scss */
table.table1 tr:first-child p {
  font-size: 100%;
  text-align: center;
}
/* END table styles */
/* obj pages */
/* line 780, templates/g5_helium/custom/scss/custom.scss */
/* line 781, templates/g5_helium/custom/scss/custom.scss */
.objPage .itemDopInfo1 > div {
  background: #fff;
  border-radius: 10px;
  padding: 1rem;
  text-align: center;
  margin: 1rem;
}
/* line 782, templates/g5_helium/custom/scss/custom.scss */
.objPage .itemDopInfo1 > div span {
  font-size: 3rem;
  font-weight: 600;
  color: var(--primary-color);
}
/* line 783, templates/g5_helium/custom/scss/custom.scss */
.objPage .itemImageBlock img, .objPage .itemFullText img {
  margin: 0 0 2rem;
}
/* line 784, templates/g5_helium/custom/scss/custom.scss */
.objPage .itemDopInfo1 h4 {
  margin: 0;
  line-height: 1;
  margin: 0;
  display: flex;
  align-items: center;
  max-width: 70%;
  justify-content: left;
  text-align: left;
  gap: 10px;
}
/* line 785, templates/g5_helium/custom/scss/custom.scss */
.objPage .itemDopInfo1 > div {
  display: flex;
}
/* line 786, templates/g5_helium/custom/scss/custom.scss */
.objPage .objInf {
  background: #eee;
  margin: 0 5px;
  border-radius: 5px;
  padding: 0.25rem 0.5rem;
}
/* obj pages  END */
/* line 790, templates/g5_helium/custom/scss/custom.scss */
.itemImageBlock img, .itemFullText img {
  margin: 30px 0;
}
/* line 792, templates/g5_helium/custom/scss/custom.scss */
.itemNavigation {
  margin-top: 3rem;
  background: #f5f5f5;
  padding: 1rem;
  border-radius: 10px;
}
/* line 793, templates/g5_helium/custom/scss/custom.scss */
.itemNavigation h3 {
  margin: 1rem;
}
/* line 794, templates/g5_helium/custom/scss/custom.scss */
.itemNavigation .itemNext {
  text-align: right;
}
/* line 795, templates/g5_helium/custom/scss/custom.scss */
.itemNavigation a {
  display: flex;
  align-items: center;
}
/* line 796, templates/g5_helium/custom/scss/custom.scss */
.itemNavigation i {
  padding: 0 20px;
}
@keyframes zoom10 {
  /* line 801, templates/g5_helium/custom/scss/custom.scss */
  0% {
    -webkit-transform: scale(1);
  }
  /* line 801, templates/g5_helium/custom/scss/custom.scss */
  20% {
    -webkit-transform: scale(1.2);
  }
  /* line 801, templates/g5_helium/custom/scss/custom.scss */
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes zoom12 {
  /* line 802, templates/g5_helium/custom/scss/custom.scss */
  0% {
    -webkit-transform: scale(1);
  }
  /* line 802, templates/g5_helium/custom/scss/custom.scss */
  100% {
    -webkit-transform: scale(1.2);
  }
}
@keyframes zoomBig {
  /* line 802, templates/g5_helium/custom/scss/custom.scss */
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    filter: opacity(1);
  }
  /* line 802, templates/g5_helium/custom/scss/custom.scss */
  100% {
    -webkit-transform: scale(19);
    transform: scale(19);
    filter: opacity(0);
  }
}
@keyframes pulse1 {
  /* line 803, templates/g5_helium/custom/scss/custom.scss */
  0% {
    -webkit-transform: scale(1);
    font-size: 3rem;
    color: #fff;
  }
  /* line 803, templates/g5_helium/custom/scss/custom.scss */
  70% {
    -webkit-transform: scale(1.3);
    font-size: 3rem;
    color: #55f;
  }
  /* line 803, templates/g5_helium/custom/scss/custom.scss */
  100% {
    -webkit-transform: scale(1);
    font-size: 3rem;
    color: #fff;
  }
}
@keyframes rPadding {
  /* line 804, templates/g5_helium/custom/scss/custom.scss */
  0% {
    padding-right: 30px;
  }
  /* line 804, templates/g5_helium/custom/scss/custom.scss */
  60% {
    padding-right: 60vh;
    background: transparent;
  }
  /* line 804, templates/g5_helium/custom/scss/custom.scss */
  100% {
    padding-right: 30px;
  }
}
@keyframes pulseLeft {
  /* line 805, templates/g5_helium/custom/scss/custom.scss */
  0% {
    margin-right: 0;
  }
  /* line 805, templates/g5_helium/custom/scss/custom.scss */
  60% {
    margin-right: -40px;
  }
  /* line 805, templates/g5_helium/custom/scss/custom.scss */
  100% {
    margin-right: 0;
  }
}
@keyframes pulse2 {
  /* line 806, templates/g5_helium/custom/scss/custom.scss */
  0% {
    bottom: 0;
  }
  /* line 806, templates/g5_helium/custom/scss/custom.scss */
  70% {
    bottom: 10px;
  }
  /* line 806, templates/g5_helium/custom/scss/custom.scss */
  100% {
    bottom: 0;
  }
}
@keyframes zoom {
  /* line 807, templates/g5_helium/custom/scss/custom.scss */
  0% {
    font-size: 3rem;
    color: #fff;
  }
  /* line 807, templates/g5_helium/custom/scss/custom.scss */
  70% {
    font-size: 3.5rem;
    color: #aaa;
  }
  /* line 807, templates/g5_helium/custom/scss/custom.scss */
  100% {
    font-size: 3rem;
    color: #fff;
  }
}
@keyframes colorPulse {
  /* line 808, templates/g5_helium/custom/scss/custom.scss */
  0% {
    color: #000;
  }
  /* line 808, templates/g5_helium/custom/scss/custom.scss */
  50% {
    color: #183860;
  }
  /* line 808, templates/g5_helium/custom/scss/custom.scss */
  100% {
    color: #000;
  }
}
@-webkit-keyframes spin {
  /* line 809, templates/g5_helium/custom/scss/custom.scss */
  0% {
    -webkit-transform: rotate(0deg);
  }
  /* line 809, templates/g5_helium/custom/scss/custom.scss */
  20% {
    -webkit-transform: rotate(15deg);
  }
  /* line 809, templates/g5_helium/custom/scss/custom.scss */
  40% {
    -webkit-transform: rotate(-10deg);
  }
  /* line 809, templates/g5_helium/custom/scss/custom.scss */
  60% {
    -webkit-transform: rotate(6deg);
  }
  /* line 809, templates/g5_helium/custom/scss/custom.scss */
  80% {
    -webkit-transform: rotate(-3deg);
  }
  /* line 809, templates/g5_helium/custom/scss/custom.scss */
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-webkit-keyframes borderPulse {
  /* line 810, templates/g5_helium/custom/scss/custom.scss */
  0% {
    -webkit-transform: rotate(45deg);
  }
  /* line 810, templates/g5_helium/custom/scss/custom.scss */
  25% {
    -webkit-transform: rotate(135deg);
  }
  /* line 810, templates/g5_helium/custom/scss/custom.scss */
  50% {
    -webkit-transform: rotate(225deg);
  }
  /* line 810, templates/g5_helium/custom/scss/custom.scss */
  75% {
    -webkit-transform: rotate(315deg);
  }
  /* line 810, templates/g5_helium/custom/scss/custom.scss */
  100% {
    -webkit-transform: rotate(405deg);
  }
}
/* line 812, templates/g5_helium/custom/scss/custom.scss */
.g-offcanvas-toggle {
  color: #fff;
  background: transparent;
  width: auto;
  height: auto;
  padding: 20px;
  top: 0;
  left: 0;
  position: fixed;
}
/* line 813, templates/g5_helium/custom/scss/custom.scss */
#g-offcanvas {
  background: linear-gradient(180deg, #091b3d, #091b3d);
  z-index: 9;
}
/* line 814, templates/g5_helium/custom/scss/custom.scss */
#g-offcanvas .logoBox {
  flex-direction: column;
}
/* line 815, templates/g5_helium/custom/scss/custom.scss */
#g-offcanvas .logoBox svg {
  height: 100px;
  filter: none;
}
/* line 816, templates/g5_helium/custom/scss/custom.scss */
#g-offcanvas #g-mobilemenu-container ul.g-dropdown {
  max-height: 80vh;
  overflow: scroll;
}
/* line 817, templates/g5_helium/custom/scss/custom.scss */
#g-offcanvas #g-mobilemenu-container ul.g-sublevel li > .g-menu-item-container {
  padding: 0.7rem 0.938rem;
}
/* line 818, templates/g5_helium/custom/scss/custom.scss */
#g-offcanvas .logoBox .langs {
  flex-shrink: 0;
  margin: 0;
  padding: 0;
}
/* line 819, templates/g5_helium/custom/scss/custom.scss */
#g-offcanvas .logoBox .siteVer {
  position: absolute;
  bottom: 0;
  left: 0;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  background: #000;
  width: 100%;
}
/* line 820, templates/g5_helium/custom/scss/custom.scss */
#g-mobilemenu-container .g-toplevel li {
  border-top: 1px solid #122853;
  border-bottom: 1px solid #000308;
}
/* line 821, templates/g5_helium/custom/scss/custom.scss */
#g-mobilemenu-container .g-toplevel li.g-parent .g-menu-parent-indicator:after {
  content: "\f105";
}
/* line 822, templates/g5_helium/custom/scss/custom.scss */
.g-offcanvas-left #g-offcanvas {
  height: 100vh;
  overflow-y: scroll;
}
/*====bad-eye====*/
/* line 825, templates/g5_helium/custom/scss/custom.scss */
.accessibility-btn {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
  color: inherit;
  padding: 0.5rem 1rem;
}
/* line 826, templates/g5_helium/custom/scss/custom.scss */
.accessibility-btn:focus {
  outline: 2px solid #005fcc;
  outline-offset: 2px;
}
/* line 827, templates/g5_helium/custom/scss/custom.scss */
.bad-eye {
  filter: contrast(1.5);
  font-size: 1.2em;
}
/* line 828, templates/g5_helium/custom/scss/custom.scss */
.siteVer a:not(.hidden) {
  display: flex;
  align-items: center;
}
/*====bad-eye====*/
/*1361+px*/
@media (min-width: 85rem) {
  /* line 836, templates/g5_helium/custom/scss/custom.scss */
  #g-header h1 {
    font-size: 6rem;
  }
  /* line 837, templates/g5_helium/custom/scss/custom.scss */
  .objPage #g-header h1 {
    font-size: 4rem;
  }
  /* line 838, templates/g5_helium/custom/scss/custom.scss */
  #g-header h2 {
    font-size: 4rem;
  }
  /* line 839, templates/g5_helium/custom/scss/custom.scss */
  #g-header .custompromo11 strong {
    font-size: 5rem;
  }
  /* line 840, templates/g5_helium/custom/scss/custom.scss */
  .objPage.view-itemlist .filter-section {
    display: flex;
  }
  /* line 841, templates/g5_helium/custom/scss/custom.scss */
  .objPage.view-itemlist .filter-section .filterBox {
    flex-basis: 30%;
  }
  /* line 842, templates/g5_helium/custom/scss/custom.scss */
  .objPage.view-itemlist .filter-section .tableObj {
    flex-basis: 70%;
  }
}
/*1600+*/
@media (min-width: 100rem) {
  /* line 846, templates/g5_helium/custom/scss/custom.scss */
  #g-header h1 {
    font-size: 7rem;
  }
  /* line 847, templates/g5_helium/custom/scss/custom.scss */
  .objPage #g-header h1 {
    font-size: 5rem;
  }
  /* line 848, templates/g5_helium/custom/scss/custom.scss */
  #g-header h2 {
    font-size: 4rem;
  }
  /* line 849, templates/g5_helium/custom/scss/custom.scss */
  #g-header .custompromo11 strong {
    font-size: 5rem;
  }
}
@media (max-width: 84.99rem) {
  /* line 858, templates/g5_helium/custom/scss/custom.scss */
  h2 {
    font-size: 2rem;
  }
  /* line 859, templates/g5_helium/custom/scss/custom.scss */
  #g-navigation .g-main-nav .g-toplevel {
    line-height: 2;
  }
  /* line 860, templates/g5_helium/custom/scss/custom.scss */
  .logoBox {
    display: flex;
    align-items: center;
  }
  /* line 861, templates/g5_helium/custom/scss/custom.scss */
  .g-main-nav .g-toplevel i {
    opacity: initial;
  }
  /* line 862, templates/g5_helium/custom/scss/custom.scss */
  .itemIntroText table, .itemFullText table {
    overflow-x: scroll;
    font-size: 0.85rem;
  }
}
@media (max-width: 84.99rem) and (min-width: 48rem) {
  /* line 866, templates/g5_helium/custom/scss/custom.scss */
  #g-navigation .g-main-nav .g-toplevel {
    display: flex;
  }
  /* line 867, templates/g5_helium/custom/scss/custom.scss */
  .sostavIndex {
    background-position: 70% -310px;
    background-size: 140vh;
  }
  /* line 868, templates/g5_helium/custom/scss/custom.scss */
  .filCart .itemText a {
    padding: 0.5rem;
    font-size: 90%;
  }
  /* line 869, templates/g5_helium/custom/scss/custom.scss */
  .socIndex a {
    margin: 0;
    font-size: 90%;
  }
}
@media (max-width: 64.99rem) {
  /* line 872, templates/g5_helium/custom/scss/custom.scss */
  .rukvo .groupLeading .g-grid {
    flex-wrap: wrap;
  }
  /* line 873, templates/g5_helium/custom/scss/custom.scss */
  .rukvo .groupLeading .g-grid .rukImg {
    width: 100%;
  }
  /* line 874, templates/g5_helium/custom/scss/custom.scss */
  .rukvo .groupLeading .catItemImageBlock {
    display: flex;
    align-items: center;
  }
  /* line 875, templates/g5_helium/custom/scss/custom.scss */
  .rukvo .groupLeading .rt .dolzhn {
    font-size: 1.5rem;
  }
  /* line 876, templates/g5_helium/custom/scss/custom.scss */
  .rukvo .itemContainer {
    padding: 20px;
  }
}
/* 960px */
@media (max-width: 59.99rem) {
  /* line 880, templates/g5_helium/custom/scss/custom.scss */
  body {
    font-size: 1rem;
  }
  /* line 881, templates/g5_helium/custom/scss/custom.scss */
  h1 {
    font-size: 2rem;
  }
  /* line 882, templates/g5_helium/custom/scss/custom.scss */
  #g-navigation .g-container {
    padding: 0;
    margin: 0 auto;
  }
  /* line 883, templates/g5_helium/custom/scss/custom.scss */
  #g-navigation .g-grid {
    justify-content: space-around;
  }
  /* line 884, templates/g5_helium/custom/scss/custom.scss */
  #g-navigation .logoBox {
    flex-basis: 15%;
  }
  /* line 885, templates/g5_helium/custom/scss/custom.scss */
  #g-navigation .logoText a {
    display: flex;
    flex-direction: column;
  }
  /* line 886, templates/g5_helium/custom/scss/custom.scss */
  #g-navigation .logoText {
    flex-basis: 60%;
    justify-content: center;
    display: flex;
    margin: 0.5rem 0;
    margin-left: 20%;
  }
  /* line 887, templates/g5_helium/custom/scss/custom.scss */
  #g-navigation .topBox {
    flex-basis: 20%;
  }
  /* line 888, templates/g5_helium/custom/scss/custom.scss */
  .custompromo11 {
    display: flex;
    gap: 3rem;
  }
  /* line 889, templates/g5_helium/custom/scss/custom.scss */
  .custompromo11 > div {
    max-width: 20%;
  }
  /* line 890, templates/g5_helium/custom/scss/custom.scss */
  #g-header h1 {
    font-size: 3.5rem;
  }
  /* line 891, templates/g5_helium/custom/scss/custom.scss */
  #g-header h2 {
    font-size: 2.5rem;
    line-height: 1;
  }
  /* line 892, templates/g5_helium/custom/scss/custom.scss */
  #g-header h2 + p > em {
    font-size: 1.5rem;
  }
  /* line 893, templates/g5_helium/custom/scss/custom.scss */
  .logoBox svg {
    height: 65px;
    width: auto;
  }
  /* line 894, templates/g5_helium/custom/scss/custom.scss */
  .mobileExpand {
    display: table !important;
    visibility: visible !important;
    width: 100%;
    height: 90px;
    background: #333;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 15px;
  }
  /* line 895, templates/g5_helium/custom/scss/custom.scss */
  .mobileExpand i {
    background: url('../../../../images/data/ico/Group%2099.svg') no-repeat;
    width: 50px;
    height: 50px;
    display: inline-block;
  }
  /* line 896, templates/g5_helium/custom/scss/custom.scss */
  .mobileExpand span.menuName {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    text-transform: uppercase;
  }
  /* line 897, templates/g5_helium/custom/scss/custom.scss */
  .mobileExpand span {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    text-transform: uppercase;
  }
  /* line 898, templates/g5_helium/custom/scss/custom.scss */
  .mobileExpand span.g-menu-uslug-indi:after {
    content: "\f107";
    font-size: 1.5rem;
    opacity: 0.75;
    width: 1rem;
    font-weight: 400;
    padding: 0.1rem 0.25rem 0.25rem 0rem;
    height: 1.25rem;
    display: inline-block;
    cursor: pointer;
    font-family: FontAwesome, serif;
    text-align: right;
  }
  /* line 899, templates/g5_helium/custom/scss/custom.scss */
  .hometmpl #g-navigation:not(.fixedMenu) .logoBox img {
    filter: none;
  }
  /* line 900, templates/g5_helium/custom/scss/custom.scss */
  #g-offcanvas .logoBox {
    width: 100%;
  }
  /* line 901, templates/g5_helium/custom/scss/custom.scss */
  #g-features, #g-utility {
    padding: 1rem 0;
  }
  /* line 903, templates/g5_helium/custom/scss/custom.scss */
  #g-footer, #g-footer .customf4 {
    text-align: center;
  }
  /* line 905, templates/g5_helium/custom/scss/custom.scss */
  #g-footer > .g-container .flexCenter:not(:last-child) {
    display: none;
  }
  /* line 906, templates/g5_helium/custom/scss/custom.scss */
  #g-footer > .g-container .g-block:nth-child(1) {
    border: 0;
    border-bottom: 1px solid #545454;
  }
  /* line 907, templates/g5_helium/custom/scss/custom.scss */
  #g-footer .fRight {
    border-top: 1px solid #818181;
  }
  /* line 908, templates/g5_helium/custom/scss/custom.scss */
  .rukvo .groupLeading .catItemImageBlock {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  /* line 909, templates/g5_helium/custom/scss/custom.scss */
  .rukvo .groupLeading .rt {
    padding-top: 2rem;
    text-align: center;
  }
  /* line 910, templates/g5_helium/custom/scss/custom.scss */
  .rukvo .groupLeading .g-grid .catItemImageBlock .catItemImage {
    max-width: 100%;
  }
  /* line 911, templates/g5_helium/custom/scss/custom.scss */
  .indexAbout:after {
    filter: brightness(0.5);
    display: none;
  }
  /* line 912, templates/g5_helium/custom/scss/custom.scss */
  .menu.mod-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px 20px;
  }
  /* line 913, templates/g5_helium/custom/scss/custom.scss */
  .tableObj .project .catItemImageBlock {
    flex-basis: 40%;
  }
}
/* 767px */
@media (max-width: 47.99rem) {
  /* line 917, templates/g5_helium/custom/scss/custom.scss */
  .slider1 .mod_carousel, .objIndex .slider1 .mod_carousel, .newsIndex .slider1 .mod_carousel {
    width: calc(100% / 2);
  }
  /* line 920, templates/g5_helium/custom/scss/custom.scss */
  .membersPr ul {
    grid-template-columns: repeat(auto-fit, minmax(min-content, 1fr));
  }
  /* line 921, templates/g5_helium/custom/scss/custom.scss */
  .membersPr ul li {
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 922, templates/g5_helium/custom/scss/custom.scss */
  .membersPr ul li .moduleItemImage img {
    width: 50px;
  }
  /* line 923, templates/g5_helium/custom/scss/custom.scss */
  .uslugiFon {
    border-radius: 0;
  }
  /* line 924, templates/g5_helium/custom/scss/custom.scss */
  .uslugiFon .custom {
    width: 90%;
  }
  /* line 925, templates/g5_helium/custom/scss/custom.scss */
  .objPage .itemDopInfo1 > div:not(:last-child) {
    margin: 0;
    margin-right: 0.5rem;
  }
  /* line 926, templates/g5_helium/custom/scss/custom.scss */
  .objPage .itemDopInfo1 > div span {
    font-size: 1.5rem;
  }
  /* line 927, templates/g5_helium/custom/scss/custom.scss */
  .objPage .itemDopInfo1 h4 {
    font-size: small;
  }
  /* line 928, templates/g5_helium/custom/scss/custom.scss */
  .objPage .itemHeader, #g-mainbar {
    padding: 0;
  }
  /* line 930, templates/g5_helium/custom/scss/custom.scss */
  #g-mainbar .g-content {
    margin: 0;
    padding: 0;
  }
}
/* 479px */
@media (max-width: 29.99rem) {
  /* line 934, templates/g5_helium/custom/scss/custom.scss */
  #g-header h1 {
    font-size: 3rem;
  }
  /* line 935, templates/g5_helium/custom/scss/custom.scss */
  #g-header h2 {
    font-size: 2rem;
  }
  /* line 936, templates/g5_helium/custom/scss/custom.scss */
  #g-header h2 + p > em {
    font-size: 1.2rem;
  }
  /* line 937, templates/g5_helium/custom/scss/custom.scss */
  #g-header p > em:not(:last-child):after {
    font-size: 8px;
  }
  /* line 938, templates/g5_helium/custom/scss/custom.scss */
  #g-header p > em:after {
    width: 8px;
    height: 8px;
    padding: 0 1rem;
  }
  /* line 939, templates/g5_helium/custom/scss/custom.scss */
  #refLink a {
    flex-direction: column;
    text-align: center;
    padding: 0 2rem;
  }
  /* line 940, templates/g5_helium/custom/scss/custom.scss */
  #refLink a small {
    text-align: center;
    font-size: 0.6rem;
    overflow: hidden;
  }
  /* line 941, templates/g5_helium/custom/scss/custom.scss */
  .membersPr ul {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
  /* line 942, templates/g5_helium/custom/scss/custom.scss */
  #g-utility .g-container > .g-grid:first-child {
    grid-column: 1 / -1;
  }
  /* line 943, templates/g5_helium/custom/scss/custom.scss */
  #g-utility .border .g-content {
    padding: 1rem;
  }
  /* line 944, templates/g5_helium/custom/scss/custom.scss */
  #g-utility .border {
    margin: 0 0.5rem;
  }
  /* line 945, templates/g5_helium/custom/scss/custom.scss */
  .objPage .itemDopInfo1 {
    flex-wrap: wrap;
  }
  /* line 946, templates/g5_helium/custom/scss/custom.scss */
  .objPage .itemDopInfo1 > div {
    margin-left: 0;
  }
}
@media (max-width: 23.99rem) {
  /* line 949, templates/g5_helium/custom/scss/custom.scss */
  #g-navigation.fixedMenu .logoBox svg, #g-navigation .logoBox svg {
    height: 40px;
    margin: 1rem 0;
  }
  /* line 951, templates/g5_helium/custom/scss/custom.scss */
  #g-navigation .langs a {
    padding: 0 5px;
    font-size: 12px;
  }
  /* line 952, templates/g5_helium/custom/scss/custom.scss */
  #g-navigation .topBox {
    top: 5px;
  }
  /* line 953, templates/g5_helium/custom/scss/custom.scss */
  #g-offcanvas {
    width: 16rem;
  }
  /* line 954, templates/g5_helium/custom/scss/custom.scss */
  .g-offcanvas-open .g-offcanvas-left #g-page-surround {
    transform: translate3d(256px, 0px, 0px) !important;
  }
  /* line 955, templates/g5_helium/custom/scss/custom.scss */
  #g-utility .g-container > .g-grid {
    grid-column: 1 / -1;
  }
}
@media screen and (max-height: 768px) and (orientation: landscape) {
  /* line 959, templates/g5_helium/custom/scss/custom.scss */
  #g-offcanvas .logoBox {
    position: relative;
    flex-direction: row;
  }
  /* line 960, templates/g5_helium/custom/scss/custom.scss */
  #g-offcanvas .logoBox .siteVer {
    position: relative;
  }
}
/*# sourceMappingURL=custom_29.css.map */