/* 
	=-=-= Defaults =-=-=
*/

@font-face {
  font-family: "monserrat";
  src: url(fonts/.ttf) format("opentype"),
    url(fonts/Montserrat-VariableFont_wght.ttf) format("woff");
}

@font-face {
  font-family: "poppins";
  src: url(fonts/Poppins-Regular.ttf) format("opentype"),
    url(fonts/Poppins-Regular.ttf) format("woff");
}

h2 {
  scroll-margin-top: 200px;
  scroll-snap-margin-top: 200px;
}

.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none;
}

body {
  font-size: 1.2em;
  color: #5b5b5b;
  background: #f3f3f3;
  font-family: "poppins";

  /* margin-top: -20px; -- Remarketing only */
}

body.ru {
  font-size: 1.1em;
  color: #5b5b5b;
  background: #f3f3f3;
  font-family: "monserrat";

  /* margin-top: -20px; -- Remarketing only */
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

.section,
section {
  width: 100%;
  padding: 20px 0;
}
.section-title {
  margin-bottom: 40px;
}

.margin-auto {
  margin: 0 auto;
}
ul {
  padding-left: 0;
  margin: 0;
}
ul li {
  list-style-type: none;
}
a {
  text-decoration: none !important;
}
.no-padding {
  padding: 0 !important;
}

/* Font Colors */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #e31e24;
}
a:hover,
a:focus {
  color: #e31e24;
}

/* Primary Color */
.primary-color,
.nav-tabs li a:hover,
.btn-primary {
  background-color: #e31e24 !important;
}

/* Transitions */
header nav ul li a,
a.link-btn {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* Link Button */

.header-menu li a {
  display: inline-block;
  font-size: 1em;
  color: #5b5b5b;
  font-weight: 400;
}

a.link-btn {
  padding: 7px 15px;
  color: #f3f3f3 !important;
  border-radius: 25px;
  opacity: 0.9;
  font-size: 18px;
}
a.link-btn-icon {
  margin-left: 10px;
}
a.link-btn:hover {
  opacity: 1;
}
a.link-btn .svg-inline--fa {
  margin-left: 5px;
}

.footer-phone a {
  color: #fff;
  font-size: 18px;
}

/* 
	=-=-= Header =-=-=
*/
header {
  width: 100%;
  position: relative;
  z-index: 1000;
}
header nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-self: center;
}

.header {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  background: #f3f3f3;
}

.headerFix,
.header {
  height: 110px;
}

.header-menu {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.header-menu li {
  padding: 0 30px;
}

.d-lg-none.sube-row {
  display: flex;
  align-items: center;
}

.menu-btn {
  width: 36px;
  height: 34px;
  padding: 1px;
  line-height: 32px;
  text-align: center;
  color: #fff;
}
.menu-btn i {
  font-size: 32px;
  color: #fff;
}
.d-flex-mobile {
  display: flex;
  align-items: center;
  align-items: center;
  justify-content: space-around;
}

.sidr > img {
  padding: 20px 40px;
}
.sidr .close-sidr {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #7d7d7d;
}

.sticky-wrapper {
  width: 100%;
  height: auto;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
}
.sticky-header {
  width: 100% !important;
  z-index: 9999 !important;
  position: fixed;
}

#contacts p,
h1 {
  color: #f3f3f3;
}

#contacts a {
  color: #ddd;
}

#contacts {
  padding-top: 3em;
  text-align: center;
  padding: 3em 0;
}

footer {
  margin-top: 20px;
}

footer .trademark {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 0.8em;
}

footer h2 {
  color: #5b5b5b;
  font-size: 1.3em;
}
footer .col-3 {
  padding-left: 80px;
}

footer li {
  margin-top: 20px;
}

footer li a {
  color: #5b5b5b;
}

footer .footerWrapper {
  margin-top: 80px;
}

footer .line {
  display: flex;
  align-items: center;
}
footer .line div {
  background: #d7d7d7;
  height: 5px;
  width: 100%;
}

footer .images {
  display: flex;
  justify-content: space-between;
}

footer .images img {
  height: 40px;
}

.button {
  border-radius: 20px;
  background: #ddd;
  margin: 10px;
  padding: 20px 0px 20px 0px;
  text-align: center;
}

.btn-primary {
  border-radius: 20px;
  border: none;
}

h2 {
  font-weight: 700;
}

.logo img {
  width: 180px;
}

footer .logo img {
  width: 80%;
}

.sticky-header {
  -webkit-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
  -ms-transition: background 0.5s linear;
  -o-transition: background 0.5s linear;
  transition: background 0.5s linear;
}

.is-sticky .header {
  box-shadow: 0px 5px 5px #d3d3d3;
}

.stickyHeader {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.sidr {
  box-shadow: none;
  background-color: #1e1e1e;
}

#questionDivs {
  padding: 0;
  margin-top: -2em;
}

.copyright-div {
  padding: 1em 1em;
  text-align: center;
  background-color: #132f54;
  color: #f3f3f3;
  font-size: 1.2em;
}

#questionDivs {
  text-align: center;
  padding-top: 0;
}

.moreBtn {
  margin-top: 1em;
  background: inherit;
  border: none;
  color: #193968;
  border-radius: 3em;
  font-weight: 600;
}
.arrow {
  height: 16px;
}
.contactBtn {
  margin-top: 1em;
  border: 2px solid #e3e3e3;
  color: #e3e3e3;
  background: inherit;
  padding: 1em 5em;
  border-radius: 3em;
  font-weight: 600;
}

.contactTextWrapper {
  display: table;
}

.contactText {
  display: table-cell;
  vertical-align: middle;
  padding: 0 2.5em;
  text-align: center;
  background: #193868;
}

.contactText p {
  color: #e3e3e3;
  font-weight: 200;
}
.partnersText {
  text-align: center;
  margin-bottom: 1em;
}

.footerContactLogos {
  height: 2em;
}

.footerLinks {
  display: flex;
  justify-content: center;
  text-align: left;
}

.footerLinks ul li {
  color: #e8a83c;
  margin-bottom: 0.7em;
  font-size: 1.3em;
}

.footerContacts {
  text-align: left;
}

.footerContacts b {
  color: #ddd;
}

.footerContactTitle {
  margin-bottom: 0.3em;
  font-weight: 700;
}

footer {
  background-repeat: no-repeat;
  background-position: right;
}

.bannerText {
  position: absolute;
  top: 30%;
  left: 10%;
  padding-bottom: 0.3em;
  border-bottom: #e8a83c solid 2em;
}

.langPicker img:not(.arrow) {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  -o-object-position: center;
  object-position: center;
}

.langPicker a.btn {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 10px;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #1e2125;
  background-color: inherit;
}

.langPicker {
  padding: 0;
}

#header .dropdown-menu,
.langPicker {
  width: 90px;
}

#header .dropdown-menu {
  min-width: 0;
  overflow: hidden;
  box-shadow: 0px 0px 15px #ccc;
  border: 0;
  background: #f3f3f3;
}

#header .btn .arrow {
  transition: all 0.3s ease-in;
  height: 12px;
}

#header .btn.show .arrow {
  transform: rotate(180deg);
}

#header .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

#header .dropdown-item .arrowDiv {
  min-width: 20px;
  text-align:center;
}

#header .dropdown-item .arrow {
  display: none;
  transform: rotate(90deg);
  height:12px;

}

#header .dropdown-item:hover .arrow {
  display: inline-block;
}

#header .dropdown-menu.show {
  min-width: 0;
  height: auto;
}

.bannerImgWrapper {
  display: flex;
  align-content: center;
  justify-content: center;
  max-width: 100%;
  height: auto;
}

.bannerSmall {
  color: #193868;
  font-size: 2.7em;
  font-weight: 600;
}
.bannerBig {
  color: #193868;
  font-size: 7.3em;
  font-weight: 600;
  line-height: 0.9em;
}

.leftArrowWrapper,
.rightArrowWrapper {
  flex: 0 0 auto;
  overflow: visible;
}
.leftArrowWrapper,
.rightArrowWrapper {
  position: absolute;
  top: 25%;
  z-index: 1000;
}
.leftArrowWrapper {
  left: -1%;
}
.rightArrowWrapper {
  right: -1%;
}

.leftArrow img,
.rightArrow img {
  height: 1.5em;
  width: auto;
}
.leftArrow,
.rightArrow {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #193868;
  height: 3em;
  width: 1.4em;
  text-align: center;
}
.sliderWrapper {
  position: relative;
}

.footer-logo {
  padding: 0 1em;
}

.formText {
  height: auto;
}

/* newest styles */

.questionDiv {
  position: relative;
  z-index: 200;
  padding: 2.5em;
  background: #fefefe;
  border-radius: 1em;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.questionDiv h2 {
  margin-bottom: 0.5em;
}

.gasTurbineText,
.steamText {
  padding: 4em;
  background: #f4f4f4;
  text-align: center;
}

.experienceTitle {
  text-align: center;
  margin-bottom: 1em;
}

.experienceWrapper {
  background: gray;
  border-radius: 20px;
  padding: 5em 3em;
  margin-top: 2em;
  margin-bottom: 2em;
}
.experienceDiv {
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid white;
  color: #f3f3f3;
  height: 240px;
  border-radius: 20px;
}

.experienceNumWrapper {
  width: 100%;
  height: 120px;
  color: #193868;
  font-size: 3.7em;
  font-weight: 700;
  text-align: center;
  display: flex;
}
.experienceNum {
  align-self: flex-end;
  width: 100%;
  display: table;
}
.experienceNum span {
  display: table-cell;
  vertical-align: bottom;
  line-height: 70px;
}

.experienceText {
  display: flex;
  vertical-align: middle;
  justify-content: center;
  width: 100%;
  height: 50%;
}

.footerLinksWrapper {
  position: relative;
}

.SocialMediaDiv {
  width: 70%;
  background: #f4f4f4;
  border-radius: 55px 0px 0px 55px;
  position: absolute;
  right: 0%;
  padding: 20px;
  padding-left: 30px;
  vertical-align: middle;
  font-size: 1.5em;
  text-align: left;
}

.footerSM {
  height: 70px;
  margin-right: 40px;
}

.footerSMLogos {
  position: absolute;
  top: 110px;
  left: 40%;
}
.contactsLogos {
  height: 35px;
  margin-right: 20px;
}

.headerImg {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  height: 90vh;
}

.headerImg .span1,
.headerImg .span2 {
  font-size: 4em;
}

.headerImg .span2 {
  font-weight: 700;
  line-height: 1em;
  margin-top: -0.3em;
  height: 1.4em;
  color: #e31e24;
}

.headerImg .img {
  text-align: right;
  display: flex;
  justify-content: right;
  align-items: center;
}

.headerImg .img img {
  width: 95%;
}

.belowArrow {
  padding-bottom: 50px;
}
.belowArrow img {
  height: 50px;
}

.doubleDivs {
  margin-bottom: 2em;
}

.doubleDivs .div {
  border-radius: 20px;
  box-shadow: 0px 0px 15px #ccc;
  padding: 20px;
  height: 100%;
}

.doubleDivs .title {
  display: flex;
  font-size: 1.7em;
  color: #e31e24;
  font-weight: 700;
  justify-content: space-between;
  align-items: center;
}
.doubleDivs .title img {
  height: 1em;
}

#services .div {
  border-radius: 20px;
  box-shadow: 0px 0px 15px #ccc;
  padding: 20px;
}
#services .div {
  border-radius: 20px;
  box-shadow: 0px 0px 15px #ccc;
  padding: 20px;
}

#services .serviceDiv {
  margin-bottom: 20px;
}

#services .title {
  display: flex;
  font-size: 32px;
  color: #e31e24;
  font-weight: 700;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
#services .title img {
  height: 1em;
}

#provide ul li {
  list-style-type: disc;
  list-style-position: inside;
}

#provide .container1 {
  margin-bottom: 40px;
}

#provide .div {
  border-radius: 20px;
  box-shadow: 0px 0px 15px #ccc;
  overflow: hidden;
}

#provide .div .text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 0px 0px 70px;
}

#provide .div h2 {
  font-size: 1.7em;
}
#provide .container2 ul {
  width: 40%;
  display: inline-block;
}

#provide .container2 .img img {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 90%;
}

#partners .title {
  margin-bottom: 1em;
}

.lSSlideOuter .lSPager.lSpg {
  display: none !important;
}

form .btn {
  margin-top: 5px;
  width: 100%;
  padding: 10px;
  background: #e31e24;
  color: #f3f3f3;
  border-radius: 10px;
}
form input.form-control,
form textarea.form-control {
  border-radius: 10px;
}

form .btn:hover {
  color: #f3f3f3;
}

form .doubleInputs {
  display: flex;
  justify-content: space-between;
}

#form img {
  margin-bottom: 10px;
}

form .form-control {
  padding: 15px;
  border: none;
  border-radius: 5px;
  margin-bottom: 10px;
}
form textarea {
  height: 200px;
}

form .doubleInputs input {
  width: 49%;
}

.partnerSlide {
  height: 100%;
}

.partnerSlide div {
  margin: 15px 10px;
  border-radius: 15px;
  box-shadow: 0px 0px 15px #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 186px;
}

.subpage-banner-img {
  position: relative;
  margin-bottom: 40px;
}
.subpage-banner-img .textDiv {
  position: absolute;
  background: #e31e24d0;
  left: 0;
  bottom: 0;
  width: 30%;
  color: #fff;
  padding: 20px;
  font-size: 2.1em;
  font-weight: 500;
  letter-spacing: 1.8rem;
}
.whoAreWeSubPage {
  margin-bottom: 20px;
}
.innovation {
  border-radius: 15px;
  box-shadow: 0px 0px 15px #ccc;
  margin-top: 40px;
  margin-bottom: 20px;
  overflow: hidden;
}
.innovation .text {
  padding: 30px;
}

nav li {
  position: relative;
}
nav li .dotWrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
nav li .dot {
  margin-top: 10px;
  border: 4px solid #e31e24;
  border-radius: 50%;
}

.subPage .serviceDiv {
  border-radius: 15px;
  box-shadow: 0px 0px 15px #ccc;
  margin-top: 40px;
  margin-bottom: 20px;
  overflow: hidden;
}
.subPage .serviceDiv .text {
  padding: 30px;
}
.subPage .serviceDiv h2 {
  font-size: 1.4em;
}
.subPage .serviceDiv li {
  list-style-type: disc;
  list-style-position: inside;
}

.subPage .accordion-item {
  border: none;
  margin-bottom: 10px;
  border-radius: 15px;
  overflow: hidden;
}

.subPage .accordion-button:not(.collapsed),
.subPage .collapsing .accordion-body,
.subPage .show .accordion-body {
  color: #f3f3f3;
  background-color: #e31e24;
  box-shadow: none;
  border: none;
}
.subPage .accordion-button {
  padding: 20px 20px;
}
.accordion-button::after {
  display: none;
}

#form .text {
  font-size: 0.9em;
}
#form .formLinks .text {
  align-items: center;
  display: flex;
}
.formLinks a {
  color: #1e1e1e;
}

.formLinks img {
  margin-top: 10px;
  height: 40px;
}

.formLinks.address {
  margin-top: 10px;
}
#form .line {
  height: 1px;
  background: #1e1e1e;
  margin-top: 10px;
  margin-bottom: 10px;
}
#maps {
  height: 300px;
  border-radius: 15px;
  overflow: hidden;
}

#provide .container2 .text div {
  padding: 20px;
  padding-right: 80px;
}

.container2 .img {
  display: flex;
  align-items: center;
}

.video .div {
  box-shadow: 0px 0px 15px #ccc;
  border-radius: 15px;
}
.video .videoCol div {
  padding: 20px;
}

.video .text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 80px;
}

.video video {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.subPage .accordion-button:not(.collapsed) {
  font-size: 0.6em;
  font-weight: 800;
}

.gMapWrapper {
  margin-bottom: 40px;
}

#gteCatalog {
  position: fixed;
  right: 0;
  z-index: 90;
  bottom: 100px;
  border-radius: 15px 0 0 15px;
  overflow: hidden;
  background: #e31e24;
  padding: 10px 20px;
  padding-right: 30px;
}

#gteCatalog a {
  font-size: 25px;
  margin-right: 0px;
  color: white;
}

#gteCatalog a:hover {
  font-weight: 600;
}

@media screen and (max-height: 900px) {
  .headerImg {
    height: 900px;
  }
}

@media only screen and (max-width: 800px) {
  #gteCatalog {
    position: fixed;
    right: 0;
    z-index: 90;
    bottom: 0px;
    border-radius: 20px 20px 0 0px;
    overflow: hidden;
    background: #e31e24;
    padding: 10px 10px;
    padding-right: 50px;
    width: 100%;
    text-align: center;
  }
  #gteCatalog br {
    display: none;
  }

  .footerContacts {
    text-align: center;
  }
  .bannerSmall {
    font-size: 0.7em;
  }
  .bannerBig {
    font-size: 1.8em;
  }
  .bannerText {
    border-bottom: #e8a83c solid 1em;
  }
}
@media only screen and (max-width: 400px) {
  .bannerSmall {
    font-size: 0.5em;
  }
  .bannerBig {
    font-size: 1em;
  }
  .bannerText {
    border-bottom: #e8a83c solid 0.6em;
  }
}

@media only screen and (max-width: 1400px) {
  .subpage-banner-img .textDiv {
    width: 70%;
  }
  .headerImg .span1 {
    font-size: 3em;
}
}

@media only screen and (max-width: 1024px) {
  .bannerSmall {
    font-size: 1.3em;
  }
  .bannerBig {
    font-size: 3.5em;
  }
  .bannerText {
    border-bottom: #e8a83c solid 1em;
  }
}

@media screen and (max-width: 700px) {
  .about-us-divs {
    text-align: center;
  }
  .whoAreWeSubPage {
    margin-bottom: 40px;
  }
  .innovation .text {
    padding: 30px;
    text-align: center;
  }

  .subpage-banner-img .textDiv {
    width: 100%;
    color: #fff;
    font-size: 1em;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .headerImg {
    height: auto !important;
    margin-bottom: 40px;
    margin-top: 40px;
  }

  .headerImg .span1,
  .headerImg .span2 {
    display: none;
  }
  .belowArrow {
    display: none;
  }
  .video .text {
    padding: 40px 40px;
    padding-top: 10px;
    text-align: center;
  }

  footer {
    text-align: center;
  }
  footer .col-12 {
    margin-top: 10px;
  }
  footer li {
    margin-top: 5px;
  }
  #form .left {
    margin-bottom: 20px;
  }
  #provide .text li {
    list-style-type: none;
  }
  #provide .text {
    text-align: center;
    padding: 20px 20px;
  }

  #services .text {
    text-align: left;
    padding-right: 20px;
    padding-left: 20px;
  }
  #services {
    padding-bottom: 0;
  }
  #services .text .title span {
    margin-top: 10px;
    font-size: 0.9em;
  }

  #provide .container2 .text div {
    padding: 20px;
  }

  #services .text a {
    text-align: left;
  }
  .doubleDivs .what {
    margin-bottom: 20px;
  }
  .headerImg .span1,
  .headerImg .span2 {
    font-size: 3.3em;
  }
  .headerImg .text {
    text-align: center;
  }
  .headerImg .img {
    text-align: center;
  }
  .logo img {
    height: 70px;
  }
  footer .logo img {
    height: 90px;
  }

  footer .logo {
    margin-bottom: 20px;
  }

  #provide .container2 ul:first-of-type {
    margin-top: 10px;
  }
  #provide .container2 .text {
    text-align: left;
  }
  #provide .container2 ul {
    width: auto;
    text-align: left;
    display: block;
    list-style-type: disc;
  }
  #provide .container2 ul li {
    list-style-type: disc;
  }
  #form .left {
    text-align: center;
  }
  footer .images {
    padding: 0 40px;
  }
  footer .line {
    padding-top: 20px;
  }
  footer .line div {
    height: 3px;
  }
  footer .footerWrapper {
    margin-top: 40px;
  }

  .subpage-banner-img {
    margin-bottom: 20px;
  }

  .whoAreWeSubPage img {
    width: 80%;
    margin-bottom: 20px;
  }
  .about-us-divs .myImg {
    margin-bottom: 20px;
  }
  .serviceDiv .text {
    text-align: center;
  }
  .serviceDiv .text.list {
    text-align: left;
  }
  .subPage #form .text {
    text-align: center;
  }
  .subPage #form .address,
  .subPage #form .formLinks {
    text-align: center;
  }
  #form .address .img,
  .subPage #form .address .text {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .formLinks .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .formRow.top .left {
    padding-right: 5px;
    margin-bottom: 5px !important;
  }
  .formRow.top .right {
    padding-left: 5px;
    margin-bottom: 5px !important;
  }
}
