:root {
  --text-color: #000;
  --title-color: #323232;
  --border-color: #d5d5d5;
  --yellow-color: #fecf06;
  --oswald: 'Oswald', sans-serif;
  --roboto: 'Roboto', sans-serif;
  --anim: cubic-bezier(.175,.885,.32,1.275);
  --nav-h: 60px;
  --padding-h: 100px;
  --padding-h-mob: 80px;
}


* { margin: 0; padding: 0; outline: none; box-sizing: border-box; }
html { width: 100%; }
body.mainbody, th, td, p, div, span, ul, li,
textarea, input, select, sup, sub,
#maineditor { color: #000; font: 18px 'Roboto', Arial, Helvetica, sans-serif; line-height: 32px; font-weight: 400; }
body.mainbody {
  position: relative;
  background: #fafafa;
}
body.innerpage {
  background-image: url(/images/pipeline.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  background-attachment: fixed;
}

body.indexpage {
  background-image: url(/images/olerex.png);
  background-repeat: no-repeat;
  background-position: center bottom -100px;
  background-size: contain;
  background-attachment: fixed;
}

.error404 body.innerpage {
  background: none;
}

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


a:link, a:visited, a:active, .content a, #maineditor a { color: #000000; text-decoration: underline; }
a:hover, .content a:hover, #maineditor a:hover { color:#cc0000; text-decoration: underline;}
[data-href^="#"] { cursor: pointer;}
img, .content a.ext_icon img, #content a:hover.ext_icon img { border: 0; }
ul[class] {margin: 0;}

h1, .h1, h2, .h2, h3, .h3, h4, h5, h6, #edmheaderspan { 
  font-family: 'Oswald', sans-serif;
  color: #323232; 
  text-decoration: none; text-transform: uppercase; 
  font-weight: 500; }
.section-title {padding-top: 100px;}
  h1, .h1, #edmheaderspan {
    font-size: 55px;
    line-height: 74px; margin-bottom: 76px;}
  h2, .h2 {
    font-size: 34px;
    line-height: 40px; margin-bottom: 48px;}
  h3, .h3 { font-size: 26px; }


input, textarea, select { border: none; border-bottom: 1px solid #d4d4d4; background-color:transparent; }
.form-group input, .form-group textarea, .form-group select {width: 100%;}
input[type='checkbox'],input[type='radio'] { border: none; }

.section-bttn, a.bttn.cont-bttn {
    display: inpine-block;
    padding: 16px 60px;
    border: none;
    background: none;
    background-color: #fecf06;
    color: #000 !important;
    font-size: 22px;
    text-transform: uppercase;
    text-decoration: none !important;
    cursor: pointer;
}

.btn {
  padding: 20px 110px;
  color: #000; font-size: 18px; line-height: 26px;
  font-weight: 100;
  border-radius: 0;
  background-color: #fecf06;
  transition: background .3s;
}
.btn:hover {color: #fecf06; background-color: #000;}
button:focus {outline: none !important;}


.section {overflow: hidden;}
.webedit .section {
  width: 90%;
  margin: 40px auto;
}
.section-content {position: relative;}
.innerpage .section-content {
  padding-top: 100px;
}
.section-content + .section-content {
  padding-top: 100px;
}
.error404 .innerpage .section-content {
  padding: 0 0 100px;
  background-image: url(/images/olerex.png);
  background-repeat: no-repeat;
  background-position: center bottom -40px;
  background-size: contain;
}
.section-content .container,
.section-add .container {
  position: relative;
}
.section-content .container::after,
.section-add .container::after {
  content: '';
  position: absolute;
  top: 0;
  right: 15px;
  width: 1px;
  height: 100%;
  background-color: #fecf06;
  z-index: -1;
}
.section-content + .section-content .container::after {
  top: calc(100px * -1);
  height: calc(100% + 100px);
} 
.indexpage .section-content:first-child h2 {display: none;}
.section-add .container::after {top: calc(100px * -2);}


.section-img {margin-top: 100px; margin-left: -60px; }
.uplimg {
  position: relative;
  display: block;
  width: 112%; height: auto;
  z-index: 100;
}

.section-content .we--upcont-href {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
}

.content {
  padding-right: 8%;
}


/* ===== HEADER ============================================================== */
#header {
  position: fixed; top: 0; left: 0;
  width: 100%; height: 80px;
  background: #000;
  z-index: 840;
  overflow: visible !important;
}
.header-overlay {
  padding: 10px 50px;
  position: fixed; top: 0; left: 0;
  width: 100%;
  /* background: #000; */
  z-index: 850;}

/* ----- logo --------------- */
.logo {
  display: block; width: 200px; height: 60px;
  /* background: url(../images/svg/logo.svg) 0 50% no-repeat;  */
  z-index: 10;}
  .logo img {width: auto; height: 60px;}
/* ----- langs --------------- */
.langs {position: relative;}
.langs::before {
  content: '';
  position: absolute;
  top: 25%;
  left: 0;
  width: 1px;
  height: 50%;
  background-color: #fecf06;
}
.langs a {
  display: inline-block;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 1.125rem; text-decoration: none; text-transform: uppercase;
  line-height: 60px;}
  .langs a {margin-left: 20px;}
  .langs a:first-child {margin-left: 10px;}
  /* .langs a.cur {color: #fecf06;} */
/* ----- mobile menu --------------- */
.mobile-menu-trigger {
  display: none; 
  flex-direction: column; justify-content: center;
  width: 22px;
  position: relative;
  cursor: pointer;
  margin-left: 20px;
  /* margin-top: 6px; */
}
.mobile-menu-trigger span {
  display: block; position: relative; margin: 2px 0; width: 22px; height: 2px;
  background-color: #fecf06;}

/* ===== NAVIGATION ============================================================== */
.navigation * a {text-decoration: none; white-space: nowrap; font-family: 'Oswald', sans-serif; line-height: 60px; text-transform: uppercase;}

.level-1 {display: flex; justify-content: flex-end; list-style-type: none;}
.level-1 li, .level-1 a, .mobile-level-1 li, .mobile-level-1 a {display: block;}
.level-1 > li > a, .mobile-level-1 a {padding: 0 10px; color: #fff; font-size: 1.125rem; font-weight: 400; text-decoration: none; white-space: nowrap;}
.level-1 a:hover, li.cur a {color: #fecf06;}

/* ***************************** */
.level-1 > li {position: relative;}
.level-1 > li.active .nav-popup-list {
  /* display: block; */ max-height: 500px; padding-top: 0px; overflow: visible; opacity: 1;
  transition: opacity .2s linear, padding-top 0.2s cubic-bezier(.175,.885,.32,1.275),  max-height .4s cubic-bezier(.175,.885,.32,1.275);
}
.nav-popup-list {
  /* display: none; */
  max-height: 0; overflow: hidden; opacity: 0;
  position: relative; padding-top: 0px;
  transition: opacity .1s linear, padding-top .1s cubic-bezier(.175,.885,.32,1.275),  max-height .1s cubic-bezier(.175,.885,.32,1.275);
  z-index: 15;}

.nav-popup-list li {position: relative; padding: 0 10px; height: 0px; transition: height .4s cubic-bezier(.175,.885,.32,1.275)}
li.active .nav-popup-list li {height: 30px;}
.nav-popup-list li a {
  display: inline-block;
  position: absolute; top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.16px;
}


/* ===== LEFT BLOCK ============================================================== */
.left-block {
  position: absolute;
  width: 100%;
  z-index: 10;
  transition: all .4s linear;
}
.left-block.__fixed {
  position: fixed;
  top: 0;
}
.left-block h1 {
  margin-top: -22px;
  margin-bottom: 40px;
  color: #fecf06;
  text-transform: none;
}
/* ===== SABMENU ============================================================== */
nav.submenu {
  position: relative;
  z-index: 800;
}
nav.submenu .container {}
nav.submenu .container .row {}
nav.submenu ul, nav.submenu li {
  display: block;
  list-style-type: none;
}
nav.submenu li {
  margin-bottom: 16px;
}
nav.submenu a {
  color: #545454;
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
}


/* ===== TOP IMGE SLIDER ============================================================== */
#top-img {position: relative; margin-top: 80px; width: 100%; height: 280px; overflow: visible; z-index: 10;}
.indexpage #top-img {height: 860px;}
#top-img::before {
  content: '';
  position: absolute; top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 100;
}
  .top-carousel, .slick-list, .slick-track, .itm {width: 100%; height: 100%;}
  .top-carousel {z-index: 20;}
    .itm {background-position: 50% 50%; background-repeat: no-repeat; background-size: cover;}
    .top-image-item {background-position: 50% 50%; background-repeat: no-repeat; background-size: cover; height: 100%;}
.top-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
/* ===== WEATHER ====================================================================== */
.weather-wrapp {
  position: relative;
}
.weather-wrapp .col-12 {
  padding-left: 0px;
}
.weather {
  opacity: 1;
  position: absolute;
  top: 40px;
  right:0;
  display: flex; flex-wrap: nowrap;
  min-height: 80px; 
  font-family: 'Oswald', sans-serif;
  text-decoration: none !important;
  /* animation: slideToUp 2s 1.5s forwards; */
}

  .weather * {color: #fff; text-decoration: none !important; font-family: 'Oswald', sans-serif;}
  .weather-data {
    margin: 0 1px; 
    background-color: #000}
  .weather-data--label { 
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    color: #000; font-size: 14px; line-height: 36px; font-weight: 500; 
    background-color: #fecf06;
  }
  .weather-data--label span, .weather-data--label sup,
  .weather-data--text span, .weather-data--text sup {display: inline-block; text-align: right; text-decoration: none;}

  .weather-data--text {
    padding: 10px;
    text-align: center;
  }
  .weather-data--text * {font-size: 24px; font-weight: 200; text-decoration: none;}
  .weather-data--text sup {font-size: 18px; line-height: 18px;}
  .weather p {
    position: absolute; left: 0; bottom: -40px;
    padding: 0 0 0 20px;
    color: #fff; font-size: 10px; line-height: 10px;}
    .weather p span {color: #fff; font-size: 10px; line-height: 10px;}
  .weather #windspeed img {
    display: inline-block; 
    width: 23px;
    height: 23px;
    padding: 3px;
    border: 1px solid #000;
    border-radius: 50%;
  }


.arrow-button {
  position: relative;
  display: block;
}
.arrow-button::after {
  content: '';
  display: block; width: 100px; height: 14px;
  margin: 20px 0;
  border: none;
  background: url(../images/arrow.svg) 0 0 no-repeat;
  background-size: contain;
} 

.section-add.additional {
  margin-top: 100px;
  padding: 80px 0;
  background: rgba(0, 0, 0, 0.9) url(../images/fbg.png) center no-repeat;
  background-size: cover;
  overflow: visible;
}

.section-add.additional.no-content {
  padding: 0;
}

.section-add.additional.no-content .container::after{
  height: 300px;
}

.additional h2 {color: #fecf06;}
.additional .content, 
.additional .content p, 
.additional .content th, 
.additional .content td, 
.additional .content div {color: #fff;}

.footer {
  padding: 80px 0;
  background-color: #000;
}
.footer * {
  color: rgba(250,250,250,.6);
}

.footer a {color: #fecf06;}

.footer .footer-col {margin-bottom: 20px;}
.footer .address .we--div-row {
  display: flex;
  justify-content: space-between;
  margin-right: 20px;
}
.footer .address .we--div-cell {
  margin-right: 20px;
  font-size: 14px;
  line-height: 22px;
}

.mobile .content img {
  width: 100% !important; height: auto !important;
}

.mobile .content a.ext_icon img {
  width: unset !important; height: auto !important;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1400px;
  }
}

@media screen and (max-width: 1023px){
  body.mainbody, th, td, p, div, span, ul, li,
  textarea, input, select, sup, sub {font-size: 16px; line-height: 26px;}
  .header-overlay {padding: 10px;}
  #header .mobile-menu-trigger {display: flex;}
  #header .mobile-menu-trigger.active {margin-top: 16px}
  #header .mobile-menu-trigger span {transition: opacity .2s, transform .8s cubic-bezier(.175,.885,.32,1.275);}
  #header .mobile-menu-trigger.active span {position: absolute; top: 16px; margin: 0;}
  #header .mobile-menu-trigger.active span:first-child { transform: rotate(45deg);}
  #header .mobile-menu-trigger.active span:last-child { transform: rotate(-45deg);}
  #header .mobile-menu-trigger span:nth-child(2) { opacity: 1; }
  #header .mobile-menu-trigger.active span:nth-child(2) { opacity: 0; }
  .logo { width: 150px; }
  .navigation {
    position: fixed;
    top: 0; right: 0;
    padding-top: 120px; padding-bottom: 20px;
    width: 60%; height: 100vh;
    background: #000;
    overflow: hidden;
    transform: translateX(100%);
    transition: transform .8s cubic-bezier(.175,.885,.32,1.275);}
  .navigation.nav-show {transform: translateX(10%);}
  .navigation .level-1 {flex-direction: column; justify-content: flex-start; height: 100%; overflow-y: auto;}
  .navigation li.active ul.nav-popup-list {
    margin-left: 20px;
    padding-top: 0;
  }
  /* .navigation li.show-subnav ul.nav-popup-list li {margin-bottom: 8px; height: auto;}
  .navigation li.show-subnav ul.nav-popup-list li a {position: relative; line-height: 18px;} */
  .navigation * a {white-space: normal; }

  .langs::before {
    display: none;
  }

  .indexpage #top-img {height: calc(100vh - 80px); min-height: 310px;}

  h1, .h1, #edmheaderspan {
    font-size: 50px; line-height: 74px; margin-bottom: 56px;}
  h2, .h2 {
    font-size: 30px; line-height: 32px; margin-bottom: 46px;}

  .we--div-table {display: flex;}
  .we--div-row {display: flex; flex-direction: column; justify-content: stretch; align-items: stretch;}

  table.transparent_table.table_img { width: 100%; }
  table.transparent_table.table_img td,
  td.td_img { display: block; box-sizing: border-box; width: 100% !important; }
  .td_img img { margin: 0 !important; width: 100% !important; height: auto !important;}
  .thumb, .thumb img {
      display: block;
      width: 100% !important; height: auto !important;
      margin: 0 0 40px 0 !important;
    }

  .left-block {
    position: relative;
  }

  .innerpage .section-content {
    padding-top: 80px;
  }
  .section-content + .section-content {
    padding-top: 80px;
  }
  .section-content + .section-content .container::after {
    top: calc(80px * -1);
    height: calc(100% + 100px);
  } 
  .section-add .container::after {top: calc(80px * -2);}
  .section-title {padding-top: 80px;}
  .section-img {
    margin-top: 80px;
    margin-left: -40px;
    margin-right: -40px;
  }
  .section-add.additional {margin-top: 80px;}
}


/* ===== WEBEDIT ====================================================================== */
.webedit .container {}

.webedit .we--div-cell {width: 33% !important;}

.webedit .section-title {margin: 0; padding: 0;}
.webedit .section-title {margin: 0; padding: 0;}

.webedit th, .webedit td, .webedit p, .webedit div, .webedit span, .webedit ul, .webedit li,
.webedit textarea, .webedit input, .webedit select, .webedit sup, .webedit sub,
#maineditor th, #maineditor td, #maineditor p, #maineditor div, #maineditor span, #maineditor ul, #maineditor li,
#maineditor textarea, #maineditor input, #maineditor select, #maineditor sup, #maineditor sub, #maineditor { font-size: 16px !important; }

/* conteiner for text */
body#maineditor, body.webedit {background-color: #fff;}
.hr hr { display: none }
#maineditor hr, .hr {
  margin: 5px 0; padding: 0;
  line-height: 1px; font-size: 0px;
  height: 1px;
  background: #BCBCBC;}
.content ul, #maineditor ul {
  display: block; list-style-type: square;
  margin: 20px 0; padding: 0 30px;}
.content li, #maineditor li {margin: 0; padding: 2px 0;}
a.thumb img, a:hover.thumb img {border: 0; cursor: pointer;}

.webedit h2 {
  -webkit-mask-box-image: 30px;
          mask-border: 30px;
}

/* tables in site*/
/* all */
table.transparent_table, table.standard_table,
table.colored_table, table.colored_table_wh_outer,
table.colored_table_wh { border-collapse: collapse; }
.standard_table td, .colored_table  { border: 1px solid #e5e5e5; }
.transparent_table td, .standard_table td { padding: 5px }

/* colored with */
table.colored_table_wh_outer {}
tr.colored_table_wh_top {}
td.colored_table_wh_c {}
table.colored_table_wh  { border: 1px solid #2178AE; border-collapse: collapse; }
td.colored_table_wh_h   { border: 1px solid #133b61; background-color: #1e537c;  padding: 5px; color: #fff; }
td.colored_table_wh_h * {color: #fff;}
td.colored_table_wh_h div  { color: #fff; font-weight:bold;}
td.colored_table_r1     { border: 1px solid #e5e5e5;  background-color: #efefef;  padding: 5px; }
td.colored_table_r2     { border: 1px solid #e5e5e5;  background-color: #f7f7f7;  padding: 5px; }
tr.colored_table_wh_bottom {}



::-webkit-scrollbar {
	width: 6px;
}

::-webkit-scrollbar-track {
	background: #000;
}

::-webkit-scrollbar-thumb {
	background: #fecf06;
}

.mfp-iframe-holder .mfp-content {max-width: 1200px; }
.pano .mfp-iframe-holder.mfp-container {padding: 0;}
.pano .mfp-iframe-holder.mfp-container:before {display: none; height: 100%;}
.pano .mfp-iframe-holder .mfp-content {max-width: none; height: 100%;}
.pano .mfp-iframe-holder .mfp-iframe-scaler {height: 100%; padding: 0;}
/* .mfp-iframe-holder.mfp-container .mfp-close {top: 40px; right: 20px; } */
.pano .mfp-iframe-holder.mfp-container .mfp-close {top: 6px; right: 10px; }
.pano .mfp-iframe-holder .mfp-iframe-scaler iframe {
  width: 100vw;
  height: 100vh;
}
a.popup-pano {position: relative; display: block; width: 100%}
a.popup-pano::after {display: block; content: ''; position: absolute; z-index: 102; top: 50%; left: 50%; margin-top: -50px; background-repeat: no-repeat; background-position: 50% 50%; width: 100px; height: 100px; background-image: url(../images/streetview.svg)}

.mobile a.popup-pano::after {
    margin-top: -25px;
    width: 50px; height: 50px;
}

.pfbox-overlay {
  position: absolute; z-index: 101; top: 0; left: 0; width: 112%; height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition-duration: 0ms, 300ms;
}
a.popup-pano:hover .pfbox-overlay {
  opacity: 1;
  transition-duration: 300ms, 300ms;
}

.mobile .pfbox-overlay {
    width: 100%;
}
