.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('../images/youtube-placeholder.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.nb {
  height: 100vh;
}

.nav-deck {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18%;
  height: 100vh;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 9px 0 22px -19px #000;
}

.nav-deck-logo {
  margin-top: 0px;
}

.nav-deck-logo.w--current {
  margin-top: 0px;
}

.nav-deck-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}

.link {
  margin-top: 15px;
  padding: 10px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 500ms cubic-bezier(.215, .61, .355, 1);
  transition: all 500ms cubic-bezier(.215, .61, .355, 1);
  color: #333;
  text-decoration: none;
}

.link:hover {
  border-style: solid;
  border-width: 0px 0px 0px 3px;
  border-color: #000 #000 #000 red;
  -webkit-transform: translate(15px, 0px);
  -ms-transform: translate(15px, 0px);
  transform: translate(15px, 0px);
}

.link.d-votum {
  margin-top: 0px;
  margin-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  font-size: 14px;
}

.link.d-votum.w--current {
  color: red;
}

.link.d-kaskad {
  margin-top: 5px;
  margin-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  font-size: 14px;
}

.link.d-kaskad.w--current {
  color: red;
}

.link.d-technical-dox {
  margin-top: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.link.d-technical-dox.w--current {
  color: red;
}

.link.d-project {
  margin-top: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.link.d-project.w--current {
  color: #fe0303;
}

.link.d-about {
  margin-top: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.link.d-about.w--current {
  color: red;
}

.link.d-contact {
  margin-top: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.link.d-contact.w--current {
  color: red;
}

.link.d-system {
  margin-top: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.link.d-system.w--current {
  margin-top: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: transparent;
  color: red;
  font-size: 14px;
}

.link.d-news {
  margin-top: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.link.d-news.w--current {
  color: red;
}

.nav-contact-block {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 160px;
}

.text-block-3 {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.nav-icon-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.image {
  margin-right: 10px;
  -webkit-transition: all 442ms cubic-bezier(.215, .61, .355, 1);
  transition: all 442ms cubic-bezier(.215, .61, .355, 1);
}

.image:hover {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.image-3 {
  margin-right: 10px;
  -webkit-transition: all 200ms cubic-bezier(.215, .61, .355, 1);
  transition: all 200ms cubic-bezier(.215, .61, .355, 1);
}

.image-3:hover {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.image-4 {
  -webkit-transition: all 200ms cubic-bezier(.215, .61, .355, 1);
  transition: all 200ms cubic-bezier(.215, .61, .355, 1);
}

.image-4:hover {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.navdeck-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 999999999;
  width: 15%;
  padding-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.red-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  margin-left: 15%;
  padding-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .35)), to(rgba(0, 0, 0, .35))), url('../images/main_new.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/main_new.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.red-hero.project {
  display: none;
  height: 40vh;
  padding-right: 0px;
  padding-left: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.red-hero.about-us {
  display: none;
}

.red-hero.news {
  display: none;
}

.red-hero.contact {
  display: none;
}

.red-hero.technical-dox {
  display: none;
}

.red-hero.votum {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .35)), to(rgba(0, 0, 0, .35))), url('../images/votum_new.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/votum_new.jpg');
}

.red-hero.kaskad {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .35)), to(rgba(0, 0, 0, .35))), url('../images/kaskad_new.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/kaskad_new.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.up-bottom {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 0px;
  margin-left: 15%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .1);
}

.strelka-up {
  color: rgba(0, 0, 0, .63);
  font-size: 25px;
  text-decoration: none;
}

.strelka {
  position: absolute;
  z-index: 1;
  display: none;
  margin-top: 355px;
  padding-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
}

.strelka.project {
  position: static;
  display: none;
  margin-top: 0px;
}

.mobile-line-bottom {
  width: 100%;
  height: 1px;
  background-color: #000;
}

.mobile-bottom-line-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-mobile {
  position: fixed;
  z-index: 1500;
  display: none;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.navbar-mobile-bottom {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 3000;
  margin-top: 30px;
  margin-right: 30px;
}

.mobile-line-top {
  width: 100%;
  height: 1px;
  background-color: #000;
}

.mobile-line-mid {
  width: 100%;
  height: 1px;
  background-color: #000;
}

.content {
  margin-left: 15%;
  padding: 50px 100px;
}

.about-system-hero-image {
  display: none;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/fon.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/fon.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.about-system-heading-block {
  position: absolute;
  z-index: 1;
  margin-top: 0px;
}

.heading-2 {
  max-width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: Ttnorms, sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 60px;
  font-weight: 700;
}

.paragraph-20 {
  max-width: 600px;
  margin-top: 80px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
}

.paragraph-21 {
  font-family: Ttnorms, sans-serif;
  font-size: 45px;
  line-height: 55px;
  font-weight: 600;
}

.about-system-content-heading {
  overflow: hidden;
}

.about-system-content-heading-redline {
  width: 570px;
  height: 8px;
  background-color: red;
}

.paragraph-22 {
  margin-top: 45px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.about-systemadvantages {
  margin-top: 50px;
}

.text-block-4 {
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
}

.about-system-advantages-icon-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-10 {
  width: 32%;
  margin-right: 0px;
  margin-bottom: 23px;
  padding: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .1);
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-14 {
  margin-top: 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.about-system-application {
  margin-top: 55px;
}

.about-system-application-icon-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.icon-block {
  display: block;
  width: 32%;
  margin-right: 0px;
  margin-bottom: 22px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .1);
}

.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-8 {
  margin-top: 15px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.about-system-video-block {
  position: static;
  margin-top: 50px;
}

.votum-hero-image {
  width: 100%;
  height: 100%;
  background-image: url('../images/votum_head.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.votum-main-heading {
  position: absolute;
  z-index: 1;
}

.heading-3 {
  position: static;
  z-index: 2;
  display: block;
  overflow: hidden;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Ttnorms, sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 60px;
  font-weight: 700;
  text-align: left;
}

.text-span-2 {
  margin-top: 0px;
  font-family: Ttnorms, sans-serif;
  font-size: 80px;
  font-weight: 700;
  text-align: left;
}

.votum-content-heading {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-23 {
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  line-height: 45px;
  font-weight: 700;
}

.votum-content-heading-redline {
  width: 480px;
  height: 8px;
  background-color: red;
}

.votum-about-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.text-votum {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph-10 {
  margin-top: 45px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-align: justify;
}

.text-span {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.votum-image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-5 {
  max-width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.votum-tablet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.paragraph-11 {
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.stroka {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .2);
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 14px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(0, 0, 0, .05);
}

.text-block-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  direction: ltr;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.votum-content-comp-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-5 {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
}

.votum-content-comp-heading-redline {
  width: 618px;
  height: 8px;
  background-color: #ff0505;
}

.votum-oros {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.votum-oros-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-6 {
  margin-right: 0px;
  padding-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.votum-oros-text {
  width: 50%;
  padding-top: 70px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.paragraph-24 {
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
}

.paragraph-25 {
  margin-top: 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.votum-comp-drench {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 65px;
}

.votum-comp-drench-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.votum-comp-drench-text {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.votum-comp-sprink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 65px;
}

.votum-comp-sprink-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 17px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.votum-comp-sprink-text {
  width: 50%;
}

.votum-content-video-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-6 {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
}

.votum-content-video-heading-redline {
  width: 440px;
  height: 8px;
  background-color: red;
}

.votum-content-video-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.votum-video {
  width: 32%;
  margin-top: 20px;
}

.votum-content-form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 0 0 31px 5px rgba(0, 0, 0, .15);
}

.text-block-7 {
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
}

.form-block {
  margin-top: 30px;
}

.submit-button {
  margin-top: 35px;
  padding: 13px 40px;
  border-radius: 50px;
  background-color: red;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.field-label {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.field-label-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.field-label-3 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.field-label-4 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.field-label-5 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.kaskad-hero-image {
  width: 100%;
  height: 100%;
  background-image: url('../images/kaskad_head.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.kaskad-main-heading {
  position: absolute;
  z-index: 1;
}

.heading-5 {
  font-family: Ttnorms, sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 60px;
}

.kaskad-content-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-26 {
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  line-height: 45px;
  font-weight: 700;
}

.kaskad-content-heading-redline {
  width: 510px;
  height: 8px;
  background-color: red;
}

.kaskad-about-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.about-kaskad-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph-30 {
  margin-top: 30px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-align: justify;
}

.text-span-3 {
  font-size: 20px;
  font-weight: 700;
}

.about-kaskad-image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.kaskad-tablet {
  margin-top: 0px;
}

.kaskad-content-video-heding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-31 {
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
}

.kaskad-content-video-heding-redline {
  width: 440px;
  height: 8px;
  background-color: red;
}

.kaskad-content-video-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.kaskad-video {
  width: 32%;
  margin-top: 20px;
}

.kaskad-content-form-block {
  margin-top: 70px;
  padding: 40px;
  box-shadow: 1px 1px 20px 5px rgba(0, 0, 0, .2);
}

.text-block-8 {
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
}

.field-label-6 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.field-label-7 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.field-label-8 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.field-label-9 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.field-label-10 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.submit-button-2 {
  margin-top: 35px;
  padding: 13px 40px;
  border-radius: 50px;
  background-color: red;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.form-block-2 {
  margin-top: 30px;
}

.technical-dox-hero-image {
  width: 100%;
  height: 100%;
  background-image: url('../images/tecnical-dox-min.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

.technical-dox-main-heading {
  position: absolute;
  z-index: 1;
  font-family: Ttnorms, sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 60px;
  font-weight: 700;
}

.heading-6 {
  font-size: 55px;
  line-height: 60px;
  text-align: center;
}

.project-hero-image {
  position: static;
  width: 50%;
  height: 100%;
  padding-bottom: 0px;
  background-image: url('../images/save-min.png');
  background-position: 33% 100%;
  background-size: auto 130%;
  background-repeat: no-repeat;
}

.project-main-heading {
  position: static;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-7 {
  font-family: Ttnorms, sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 65px;
  text-align: left;
}

.gp-project-content-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-9 {
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
}

.gp-project-content-heading-redline {
  width: 550px;
  height: 8px;
  background-color: red;
}

.paragraph-40 {
  margin-top: 80px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.paragraph-41 {
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
}

.paragraph-38 {
  margin-top: 80px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.center-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .15);
}

.paragraph-39 {
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
}

.theater-image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/большой-театр.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  margin-top: 15px;
}

.hotel-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .15);
}

.theater {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
}

.paragraph-37 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
}

.hotel-image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/отель.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gr-project {
  margin-top: 65px;
}

.hotel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  margin-top: 15px;
}

.museum-image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/музец-царя.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.theater-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .15);
}

.museum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  margin-top: 15px;
}

.center-image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/песионный-фонд.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.museum-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .15);
}

.wt-project-content-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-10 {
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
}

.wt-project-content-heading-redline {
  width: 475px;
  height: 8px;
  background-color: red;
}

.wt-project {
  margin-top: 65px;
}

._20181 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
}

._20181-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .15);
}

._20181-image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/20181.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._20385 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  margin-top: 15px;
}

._20385-image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/20385.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._20385-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .15);
}

._20360 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  margin-top: 15px;
}

._20360-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .15);
}

._20360-image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/30260oc.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._21180 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  margin-top: 15px;
}

._21180-image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/21180.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._21180-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .15);
}

.about-us-hero-image {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('../images/about-min.png');
  background-position: 50% -64%;
  background-size: auto 90%;
  background-repeat: no-repeat;
}

.about-us-main-heading {
  position: absolute;
  z-index: 1;
}

.heading-9 {
  font-family: Ttnorms, sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 60px;
}

.paragraph-51 {
  margin-top: 15px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.paragraph-53 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
}

.licence-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-hero-image {
  width: 100%;
  height: 100%;
  background-image: url('../images/map-min.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
}

.contact-main-heading {
  position: absolute;
  z-index: 1;
}

.paragraph-54 {
  font-family: Ttnorms, sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 60px;
  font-weight: 700;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 190px;
}

.text-block-11 {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Open Sans', sans-serif;
  color: #3d3d3d;
  font-size: 16px;
  text-decoration: none;
}

.text-span-4 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.link-31 {
  color: #363636;
}

.map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  height: auto;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.html-embed {
  margin-left: 30px;
}

.text-block-12 {
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.technical-dox-content-download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 47px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-32 {
  margin-left: 16px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 16px;
  text-decoration: none;
}

.about-history-content-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-manuf-content-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-lisence-content-heading {
  margin-top: 35px;
}

.technical-dox-content-heading {
  overflow: hidden;
}

.text-block-13 {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
}

.technical-dox-content-heading-redline {
  width: 680px;
  height: 8px;
  background-color: red;
}

.text-block-14 {
  margin-top: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.conact-content-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-15 {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
}

.contact-content-heading-redline {
  width: 232px;
  height: 8px;
  background-color: red;
}

.kaskad-download-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-33 {
  margin-left: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 16px;
  text-decoration: none;
}

.votum-download-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-34 {
  margin-left: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 16px;
  text-decoration: none;
}

.news-content-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-16 {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
}

.news-content-heading-redline {
  width: 205px;
  height: 8px;
  background-color: red;
}

.news-item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .2);
  cursor: pointer;
}

.news-image-heading {
  width: 250px;
  height: 100%;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.paragraph-55 {
  margin-top: 40px;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
}

.news-heading-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 25px;
  margin-left: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-17 {
  font-family: 'Open Sans', sans-serif;
  color: red;
}

.text-block-18 {
  max-width: 85%;
  margin-top: 15px;
  margin-bottom: 32px;
  font-family: 'Open Sans', sans-serif;
}

.news-item-content {
  overflow: hidden;
  padding: 0px;
  box-shadow: 0 1px 20px -4px rgba(0, 0, 0, .25);
}

.text-block-19 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

.inner-contect {
  margin: 40px;
}

.success-message {
  background-color: #94fda5;
}

.success-message-2 {
  background-color: #94fda5;
}

.about-us-content-heading {
  overflow: hidden;
}

.text-block-20 {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
}

.about-us-content-heading-redline {
  width: 295px;
  height: 8px;
  background-color: #ff0303;
}

.about-system-system-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.electric-system {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pnevmo-system {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph-56 {
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
}

.image-7 {
  margin-top: 15px;
}

.button-votum {
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 50px;
  background-color: red;
  -webkit-transition: all 500ms cubic-bezier(.215, .61, .355, 1);
  transition: all 500ms cubic-bezier(.215, .61, .355, 1);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.button-votum:hover {
  box-shadow: 0 6px 23px 1px rgba(0, 0, 0, .15);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.paragraph-57 {
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
}

.image-8 {
  margin-top: 24px;
}

.button-kaskad {
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 50px;
  background-color: red;
  -webkit-transition: all 500ms cubic-bezier(.215, .61, .355, 1);
  transition: all 500ms cubic-bezier(.215, .61, .355, 1);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.button-kaskad:hover {
  box-shadow: 0 6px 23px 1px rgba(0, 0, 0, .15);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.canvas {
  height: 90vh;
  margin-top: 120px;
  background-color: #fff;
}

.paragraph-58 {
  margin-top: 70px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.bold-text {
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
}

.preloader {
  position: fixed;
  z-index: 88888888;
  display: none;
  width: 85%;
  height: 100vh;
  margin-left: 15%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.image-9 {
  position: absolute;
}

.image-10 {
  display: block;
}

.image-11 {
  display: block;
}

html.w-mod-js *[data-ix="about-system-heading-up"] {
  opacity: 0;
  -webkit-transform: translate(0px, 65px);
  -ms-transform: translate(0px, 65px);
  transform: translate(0px, 65px);
}

html.w-mod-js *[data-ix="about-system-paragraph"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="redline-in"] {
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

@media (max-width: 991px) {
  .nav-deck {
    display: none;
  }
  .link {
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
  }
  .link.m-system {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
  }
  .link.m-system.w--current {
    color: red;
    font-size: 18px;
  }
  .link.m-votum {
    margin-top: 1px;
    margin-left: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
  }
  .link.m-votum.w--current {
    color: red;
  }
  .link.m-kaskad {
    margin-top: 0px;
    margin-left: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
  }
  .link.m-kaskad.w--current {
    color: red;
  }
  .link.m-technikal-dox {
    margin-top: 8px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
  }
  .link.m-technikal-dox.w--current {
    color: red;
  }
  .link.m-project {
    margin-top: 5px;
    font-size: 18px;
  }
  .link.m-project.w--current {
    color: red;
  }
  .link.m-about {
    margin-top: 8px;
    font-size: 18px;
  }
  .link.m-about.w--current {
    color: #ff0808;
  }
  .link.m-contact {
    margin-top: 5px;
    font-size: 18px;
  }
  .link.m-contact.w--current {
    color: red;
  }
  .link.m-news {
    margin-top: 5px;
    font-size: 18px;
  }
  .link.m-news.w--current {
    color: red;
  }
  .text-block-3 {
    color: #333;
    font-size: 16px;
    line-height: 30px;
  }
  .red-hero {
    margin-left: 0%;
    padding-left: 35px;
  }
  .up-bottom {
    margin-left: 0%;
  }
  .strelka {
    margin-top: 310px;
  }
  .mobile-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav-mobile-menu {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100vh;
    padding: 20px 20px 20px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }
  .navbar-mobile {
    display: block;
  }
  .navbar-mobile-bottom {
    padding: 10px;
  }
  .nav-mobile-link-block {
    margin-top: 30px;
    margin-bottom: 20%;
  }
  .content {
    margin-left: 0%;
    padding: 40px 35px;
  }
  .about-system-hero-image {
    overflow: hidden;
    height: 100%;
    background-size: cover;
  }
  .about-system-heading-block {
    max-width: 90%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-2 {
    max-width: auto;
    font-size: 45px;
    line-height: 50px;
  }
  .paragraph-21 {
    font-size: 30px;
    line-height: 35px;
  }
  .about-system-content-heading-redline {
    width: 60%;
    height: 5px;
  }
  .text-block-4 {
    font-size: 20px;
    line-height: 20px;
  }
  .about-system-advantages-icon-block {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .div-block-10 {
    width: 32%;
    margin-bottom: 15px;
  }
  .votum-main-heading {
    max-width: 90%;
  }
  .heading-3 {
    font-size: 45px;
    line-height: 50px;
  }
  .paragraph-23 {
    font-size: 30px;
    line-height: 35px;
  }
  .votum-content-heading-redline {
    width: 320px;
    height: 5px;
  }
  .votum-about-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .votum-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .image-5 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .votum-tablet {
    width: auto;
    margin-top: 40px;
  }
  .text-block-5 {
    font-size: 30px;
    line-height: 35px;
  }
  .votum-content-comp-heading-redline {
    width: 410px;
    height: 5px;
  }
  .votum-oros {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .votum-oros-image {
    width: 100%;
  }
  .votum-oros-text {
    width: 100%;
    padding-top: 30px;
  }
  .paragraph-24 {
    font-size: 20px;
    line-height: 35px;
  }
  .votum-comp-drench {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .votum-comp-drench-image {
    width: 100%;
  }
  .votum-comp-drench-text {
    width: 100%;
    margin-top: 20px;
  }
  .votum-comp-sprink {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .votum-comp-sprink-image {
    width: 100%;
  }
  .votum-comp-sprink-text {
    width: 100%;
    margin-top: 20px;
  }
  .text-block-6 {
    font-size: 30px;
    line-height: 35px;
  }
  .votum-content-video-heading-redline {
    width: 295px;
    height: 5px;
  }
  .votum-content-video-block {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .votum-video {
    width: 100%;
  }
  .kaskad-hero-image {
    background-position: 50% 50%;
    background-size: cover;
  }
  .kaskad-main-heading {
    max-width: 90%;
  }
  .heading-5 {
    font-size: 45px;
    line-height: 50px;
  }
  .paragraph-26 {
    font-size: 30px;
    line-height: 35px;
  }
  .kaskad-content-heading-redline {
    width: 340px;
    height: 5px;
  }
  .kaskad-about-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .about-kaskad-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .kaskad-tablet {
    margin-top: 40px;
  }
  .paragraph-31 {
    font-size: 30px;
    line-height: 35px;
  }
  .kaskad-content-video-heding-redline {
    width: 295px;
    height: 5px;
  }
  .kaskad-content-video-block {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .kaskad-video {
    width: 100%;
  }
  .technical-dox-main-heading {
    max-width: 90%;
  }
  .heading-6 {
    font-size: 45px;
  }
  .project-hero-image {
    background-position: 40% 103%;
  }
  .project-main-heading {
    max-width: 90%;
  }
  .heading-7 {
    font-size: 45px;
    line-height: 50px;
  }
  .text-block-9 {
    font-size: 30px;
    line-height: 35px;
  }
  .gp-project-content-heading-redline {
    width: 370px;
    height: 5px;
  }
  .paragraph-41 {
    font-size: 30px;
    line-height: 30px;
  }
  .paragraph-39 {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
  }
  .paragraph-37 {
    font-size: 30px;
    line-height: 30px;
  }
  .text-block-10 {
    font-size: 30px;
    line-height: 35px;
  }
  .wt-project-content-heading-redline {
    width: 320px;
    height: 5px;
  }
  .heading-9 {
    font-size: 45px;
    line-height: 50px;
  }
  .paragraph-51 {
    margin-top: 0px;
  }
  .paragraph-53 {
    font-size: 20px;
    line-height: 35px;
  }
  .contact-hero-image {
    background-position: 42% 50%;
  }
  .paragraph-54 {
    font-size: 45px;
    line-height: 50px;
  }
  .contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .map {
    height: 60vh;
    margin-top: 40px;
  }
  .text-block-13 {
    font-size: 30px;
    line-height: 45px;
  }
  .technical-dox-content-heading-redline {
    width: 70%;
    height: 5px;
  }
  .text-block-15 {
    font-size: 30px;
    line-height: 35px;
  }
  .contact-content-heading-redline {
    width: 170px;
    height: 5px;
  }
  .text-block-16 {
    font-size: 30px;
    line-height: 35px;
  }
  .news-content-heading-redline {
    width: 140px;
    height: 5px;
  }
  .news-wrapper {
    margin-top: 30px;
  }
  .news-item {
    margin-top: 25px;
  }
  .news-item-trigger {
    margin-top: 0px;
  }
  .news-image-heading {
    width: 35%;
  }
  .paragraph-55 {
    margin-top: 18px;
    font-size: 25px;
  }
  .news-heading-text {
    overflow: hidden;
    margin-left: 14px;
    padding-bottom: 0px;
  }
  .text-block-18 {
    max-height: 40%;
    margin-top: -10px;
    margin-bottom: 0px;
  }
  .inner-contect {
    margin: 25px;
  }
  .text-block-20 {
    font-size: 30px;
    line-height: 35px;
  }
  .about-us-content-heading-redline {
    width: 40%;
    height: 5px;
  }
  .link-35 {
    color: #333;
    text-decoration: underline;
  }
  .link-36 {
    color: #333;
  }
  .link-37 {
    color: #333;
  }
  .paragraph-56 {
    font-size: 20px;
    line-height: 20px;
  }
  .paragraph-57 {
    font-size: 20px;
    line-height: 20px;
  }
  .preloader {
    display: none;
    width: 100%;
    margin-left: 0%;
  }
}

@media (max-width: 767px) {
  .text-block-3 {
    font-size: 18px;
    line-height: 25px;
  }
  .red-hero {
    padding-left: 20px;
  }
  .strelka {
    font-size: 30px;
  }
  .nav-mobile-menu {
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }
  .content {
    padding: 30px 20px;
  }
  .about-system-heading-block {
    font-size: 10px;
  }
  .heading-2 {
    font-size: 30px;
    line-height: 30px;
  }
  .paragraph-20 {
    margin-top: 27px;
    font-size: 18px;
  }
  .paragraph-21 {
    font-size: 25px;
    line-height: 30px;
  }
  .about-system-content-heading-redline {
    width: 67%;
  }
  .heading-3 {
    font-size: 30px;
    line-height: 30px;
  }
  .text-span-2 {
    font-size: 50px;
  }
  .votum-tablet {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .stroka {
    height: 30%;
  }
  .votum-oros {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .votum-oros-image {
    width: auto;
  }
  .votum-oros-text {
    width: auto;
    padding-top: 0px;
  }
  .votum-comp-drench {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .votum-comp-drench-image {
    width: auto;
  }
  .votum-comp-drench-text {
    width: auto;
    margin-top: 35px;
  }
  .votum-comp-sprink {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .votum-comp-sprink-image {
    width: auto;
  }
  .votum-comp-sprink-text {
    width: auto;
    margin-top: 35px;
  }
  .heading-5 {
    font-size: 30px;
    line-height: 30px;
  }
  .kaskad-tablet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading-7 {
    font-size: 30px;
    line-height: 30px;
  }
  .paragraph-40 {
    margin-top: 35px;
  }
  .paragraph-38 {
    margin-top: 35px;
  }
  .center-text {
    width: auto;
    height: 50%;
  }
  .theater-image {
    height: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .hotel-text {
    width: auto;
    height: 50%;
  }
  .theater {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hotel-image {
    height: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .gr-project {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hotel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .museum-image {
    height: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .theater-text {
    width: auto;
    height: 50%;
  }
  .museum {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .center-image {
    height: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .museum-text {
    width: auto;
    height: 50%;
  }
  ._20181 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._20181-text {
    width: auto;
    height: 50%;
  }
  ._20181-image {
    height: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  ._20385 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  ._20385-image {
    height: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  ._20385-text {
    width: auto;
    height: 50%;
  }
  ._20360 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._20360-text {
    width: auto;
    height: 50%;
  }
  ._20360-image {
    height: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  ._21180 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  ._21180-image {
    height: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  ._21180-text {
    width: auto;
    height: 50%;
  }
  .heading-9 {
    font-size: 35px;
    line-height: 35px;
  }
  .news-item-trigger {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .news-image-heading {
    width: 30%;
    height: auto;
  }
  .paragraph-55 {
    font-size: 18px;
    line-height: 20px;
  }
  .news-heading-text {
    overflow: hidden;
    max-height: 120px;
    margin-left: 11px;
  }
  .text-block-17 {
    font-size: 12px;
  }
  .text-block-18 {
    display: none;
    margin-top: -3px;
  }
}

@media (max-width: 479px) {
  .link.m-system {
    font-size: 16px;
  }
  .link.m-system.w--current {
    font-size: 16px;
  }
  .link.m-votum {
    font-size: 16px;
  }
  .link.m-kaskad {
    font-size: 16px;
  }
  .link.m-technikal-dox {
    font-size: 16px;
  }
  .link.m-project {
    font-size: 16px;
  }
  .link.m-about {
    font-size: 16px;
  }
  .link.m-contact {
    font-size: 16px;
  }
  .link.m-news {
    font-size: 16px;
  }
  .nav-contact-block {
    margin-top: 90px;
  }
  .text-block-3 {
    font-size: 13px;
    line-height: 20px;
  }
  .nav-icon-block {
    margin-top: 15px;
  }
  .red-hero {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .35)), to(rgba(0, 0, 0, .35))), url('../images/main_new.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/main_new.jpg');
    background-position: 0px 0px, -500px 0px;
  }
  .strelka {
    margin-top: 235px;
    font-size: 35px;
  }
  .nav-contact-block-2 {
    margin-top: 0px;
  }
  .mobile-link {
    margin-top: 35px;
  }
  .nav-mobile-menu {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }
  .nav-mobile-link-block {
    margin-top: 0px;
    margin-bottom: 0%;
  }
  .content {
    overflow: hidden;
  }
  .about-system-hero-image {
    background-size: 200%;
  }
  .about-system-heading-block {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-2 {
    font-size: 25px;
  }
  .about-system-content-heading-redline {
    width: 80%;
  }
  .paragraph-22 {
    margin-top: 30px;
  }
  .div-block-10 {
    width: 100%;
    margin-right: 0px;
  }
  .about-system-application-icon-block {
    margin-top: 28px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .icon-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-right: 0px;
  }
  .icon {
    width: 70px;
    height: 70px;
  }
  .votum-hero-image {
    background-size: 200%;
  }
  .heading-3 {
    font-size: 24px;
    line-height: 24px;
  }
  .text-span-2 {
    font-size: 35px;
  }
  .votum-content-heading-redline {
    width: 80%;
  }
  .paragraph-10 {
    font-size: 14px;
  }
  .votum-tablet {
    width: auto;
    margin-top: 35px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .stroka {
    height: 30%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-block {
    font-size: 12px;
  }
  .text-block-2 {
    font-size: 12px;
  }
  .votum-content-comp-heading-redline {
    width: 90%;
  }
  .votum-oros {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .votum-oros-image {
    width: auto;
  }
  .votum-oros-text {
    width: auto;
    margin-top: 25px;
    padding-top: 0px;
  }
  .paragraph-24 {
    font-size: 20px;
    line-height: 20px;
  }
  .votum-comp-drench {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .votum-comp-drench-image {
    width: auto;
  }
  .votum-comp-drench-text {
    width: auto;
    margin-top: 35px;
  }
  .votum-comp-sprink {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .votum-comp-sprink-image {
    width: auto;
  }
  .votum-comp-sprink-text {
    width: auto;
    margin-top: 35px;
  }
  .votum-content-video-heading {
    margin-top: 50px;
  }
  .heading-5 {
    font-size: 24px;
    line-height: 24px;
  }
  .kaskad-content-heading-redline {
    width: 80%;
  }
  .kaskad-tablet {
    margin-top: 35px;
  }
  .kaskad-content-video-heding {
    margin-top: 50px;
  }
  .kaskad-content-video-heding-redline {
    width: 90%;
  }
  .technical-dox-hero-image {
    background-position: 50% 14%;
    background-size: cover;
  }
  .heading-6 {
    font-size: 24px;
    line-height: 24px;
    text-align: center;
  }
  .project-hero-image {
    background-position: 43% 17%;
    background-size: auto 80%;
  }
  .heading-7 {
    line-height: 35px;
  }
  .gp-project-content-heading-redline {
    width: 90%;
  }
  .paragraph-41 {
    font-size: 20px;
    line-height: 20px;
  }
  .paragraph-38 {
    margin-top: 20px;
  }
  .paragraph-39 {
    font-size: 20px;
    line-height: 20px;
  }
  .center {
    height: 70vh;
  }
  .theater {
    height: 70vh;
  }
  .paragraph-37 {
    font-size: 20px;
    line-height: 20px;
  }
  .hotel {
    height: 70vh;
  }
  .museum {
    height: 70vh;
  }
  .wt-project-content-heading-redline {
    width: 90%;
  }
  ._20181 {
    height: 70vh;
  }
  ._20385 {
    height: 70vh;
  }
  ._20360 {
    height: 70vh;
  }
  ._21180 {
    height: 70vh;
  }
  .about-us-hero-image {
    background-position: 50% 50%;
    background-size: auto 60%;
  }
  .paragraph-53 {
    font-size: 20px;
    line-height: 20px;
  }
  .licence-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact-hero-image {
    background-size: auto 60%;
  }
  .map {
    overflow: hidden;
    margin-left: 0px;
  }
  .link-32 {
    margin-left: 10px;
    font-size: 12px;
  }
  .text-block-13 {
    line-height: 30px;
  }
  .contact-content-heading-redline {
    width: 50%;
  }
  .link-33 {
    margin-left: 10px;
    font-size: 14px;
  }
  .link-34 {
    margin-left: 10px;
    font-size: 14px;
  }
  .paragraph-55 {
    margin-top: 5px;
  }
  .news-heading-text {
    margin-top: 10px;
  }
  .text-block-17 {
    font-size: 10px;
  }
  .text-block-18 {
    max-width: 96%;
    font-size: 12px;
    line-height: 15px;
  }
  .about-system-system-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pnevmo-system {
    margin-top: 45px;
  }
  .image-8 {
    margin-top: 15px;
  }
}

@font-face {
  font-family: 'Ttnorms';
  src: url('../fonts/ttnorms-medium.eot') format('embedded-opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Ttnorms';
  src: url('../fonts/ttnorms-black.eot') format('embedded-opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Ttnorms';
  src: url('../fonts/ttnorms-extrabold.woff') format('woff'), url('../fonts/ttnorms-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}