/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  
}

/* Chrome, Safari, Edge, Opera */
input.hide-arrows::-webkit-outer-spin-button,
input.hide-arrows::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number].hide-arrows {
  -moz-appearance: textfield;
}

a.noline:hover { border-width: 0!important; text-decoration: none; }
header .logo img {
  max-width: 129px;
}

header {
  padding: 5px 0;
}
footer {
  padding: 24px 0 32px;
}
header .btn.magnifier {
    margin-top: -3px;
}
.section {
  padding: 40px 0;
}
.menu-btn-box { margin-top: 6px; }
header .navbar-nav {
    margin-top: 20px;
}
@media (min-width: 768px) {
    header {
      padding: 24px 0 35px;
    }
    .section {
      padding: 80px 0;
    }
	header .logo img {
	  max-width: 215px;
	}
}
@media (max-width: 768px) {
  #navbarCollapse {
    margin-left: -15px;
    margin-right: -15px;
  }
  ul.navbar-nav > li {
    border-top: 2px solid #707070;
    padding: 0 15px;
  }
}
header .navbar {
  padding-left: 0;
  padding-right: 0;
  display: block;
}
@media (min-width: 992px) {
  	header .navbar { display: flex;}
}
.inline-lang-sel {
	display: inline-block;
}
.inline-lang-sel .dropdown-toggle::after { display: none; }
.inline-lang-sel .dropdown-item {
    padding: 4px 18px;
}
.inline-lang-sel .dropdown-menu {
    min-width: auto;
}
.wwbw {
    word-wrap: break-word;
}
.border-box {
    border: 1px solid #ccc;
    padding: 1rem;
}
.hover-bg {
	-webkit-transition: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
}
.hover-bg:hover {
	background-color: #f2f2f2;
	/*border-color: #ff4c00;*/
}
ul.styled {
    padding-left: 32px;
}
ul.styled_2 {
    padding-left: 64px;
}
ul.styled li,
ul.styled_2 li {
    list-style: none;
    position: relative;
    margin-bottom: 8px;
}
ul.styled li::before {
    position: absolute;
    content: "";
    left: -32px;
    width: 20px;
    height: 3px;
    background-color: #fc4c02;
    top: 12px;
}
ul.styled_2 li::before {
	position: absolute;
	content: "";
	left: -54px;
	width: 30px;
	height: 2px;
	background-color: #fff;
	top: 12px;
}
.pseudo-left-arrow-link,
.pseudo-right-arrow-link {
    display: block;
    position: relative;
}
.pseudo-left-arrow-link::before {
    position: absolute;
    content: "";
    top: 1.1rem;
    left: -75px;
    width: 40px;
    height: 20px;
}
.pseudo-right-arrow-link::before {
    position: absolute;
    content: "";
    top: 50%;
	margin-top: -10px;
    right: 0;
    width: 40px;
    height: 20px;
}
@media (min-width: 768px) {
	.pseudo-left-arrow-link::before {
		top: 1.6rem;
	}
}
.pseudo-left-arrow-link::before,
.pseudo-right-arrow-link::before {
	background: url('../images/arr-d-line.svg') no-repeat center;
}
.pseudo-left-arrow-link.collapsed::before,
.pseudo-right-arrow-link.collapsed::before {
	background: url('../images/arr-d.svg') no-repeat center;
}
.decor-bg-door {
    padding: 30px 50px;
  	background: url('../images/min/door.jpg') no-repeat center /cover;
}
.decor-contact-bg {
	background: url('../images/min/contact_bg.jpg') no-repeat center /cover;
}
.decor-application-bg {
	background: rgba(239, 175, 49, .4);
}
.decor-job-bg {
	background: #a2d5d5;
}
.form-bg {
    background-color: rgba(234, 234, 234, 0.7);
    padding: 40px 20px;
}
.decor-bg-green {
    color: #fff;
    background-color: rgba(23, 150, 150,.9);
}
.decor-bg-white {
    color: #000;
    background-color: rgba(255, 255, 255,.8);
}
.decor-bg-wrap-white .wrap {
    background: rgba(255, 255, 255, .9);
    color: #000;
    height: 100%;
    padding: 20px 30px;
}
.decor-bg-wrap-grey .wrap {
    background: #f1f0f2;
    color: #000;
    height: 100%;
    padding: 20px 30px;
}
.decor-bg-wrap-purple .wrap {
    background: rgba(99, 7, 116,.59);
    color: #fff;
    height: 100%;
    padding: 20px 30px;
}
.decor-bg-purple {
    background-color: rgba(99, 7, 116,.7);
    color: #fff;
}
hr.white {
    border-color: rgba(255,255,255,.5);
}
.navbar-toggler {
    padding: 0;
}
.navbar-style .navbar-toggler-icon {
	position: relative;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.25em;
    height: 1.25em;
    top: 2px;
}
.navbar-style .navbar-toggler-icon::after {
    box-shadow: 0 6px 0 0 #707070, 0px 13px 0 0px #707070;
    display: block;
    height: 2px;
    position: absolute;
    top: 0;
    width: 60%;
    content: "";
	left: 20%;
    background-color: #707070;
	top: 5px;
}
.bg-color-warm {
    background-color: #F1F0F2;
}
.section-pad {
    padding: 30px 5px;
}
@media (min-width: 768px) {
	.section-pad {
		padding: 80px;
	}
	.form-bg {
        padding: 40px;
    }
}
footer .section {
  padding: 24px 0;
}
.text-size-XS {
  font-size: 0.8rem;
}
.text-size-S {
  font-size: 0.9rem;
}
.text-size-L {
  font-size: 1.1rem;
}
.text-muted { color: #282828; }
.content-section img { max-width: 100%; }
.form-control.styled {
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-radius: 0;
  border-color: #9b9b9b;
  background-color: rgba(255,255,255,0);
}
.form-control.styled:focus {
  outline: none;
  box-shadow: none;
}
.btn.magnifier {
  text-indent: -9999px;
  width: 14px;
  height: 14px;
  border: 2px solid #9b9b9b;
  padding: 0;
  margin: 0;
  border-radius: 30px;
  position: relative;
}
.btn.magnifier::before {
  position: absolute;
  width: 8px;
  height: 2px;
  background-color: #9b9b9b;
  content: "";
  display: block;
  transform: rotate(45deg);
  left: 100%;
  top: 100%;
  margin: 1px 0 0 -3px;
}
.btn.magnifier:focus {
  outline: none;
  box-shadow: none;
}
.img-pad {
    padding: 0 20px 20px 0;
}
header .form-inline,
.search-form {
    position: relative;
}
header .form-inline .btn.magnifier,
.search-form .btn.magnifier{
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -12px;
}
.close {
	display: inline-block;
	width: 1.25em;
	height: 1.25em;
	vertical-align: middle;
    position: relative;
    text-indent: -9999px;
	font-size: 1em;
	opacity: 1;
}
.close:before, .close:after {
  position: absolute;
	left: 50%;
	content: ' ';
	height: 0.8em;
	width: 2px;
	background-color: #707070;
	margin: -3px 0 0 -1px;
	top: 8px;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}
button.navbar-toggler { outline: none; }
.navbar-toggler > .close {
	float: none;
    display:inline-block;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: 1;
}
.navbar-toggler.collapsed > .close, .navbar-toggler:not(.collapsed) > .navbar-toggler-icon {
    display:none;
}

.after-arrow {
  position: relative;
  margin-bottom: 62px;
  display: inline-block;
}
.after-arrow > i,
.after-arrow > em {
  position: absolute;
  left: 0;
  bottom: -34px;
  display: block;
  width: 50px;
  height: 25px;
  -webkit-transition: width .1s linear 0s;
	-moz-transition: width .1s linear 0s;
	transition: width .1s linear 0s;
}
.after-arrow > i::after,
.after-arrow > em::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #FC4C02;
  width: 100%;
  height: 3px;
  top: 11px;
}
.after-arrow > i::before,
.after-arrow > em::before {
  position: absolute;
  border: solid #FC4C02;
  content: "";
  border-width: 0 3.2px 3.2px 0;
  display: inline-block;
  padding: 6px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: 0;
  top: 50%;
  margin-top: -7.5px;
}
.after-arrow:hover > i,
.after-arrow:hover > em {
    width: 60px;
}
/* CAROUSEL */
.carousel {
  
}
.carousel-inner {
    padding-bottom: 80px;
}
.carousel-index .carousel-inner {
  padding-bottom: 0;
}
.carousel-caption {
  bottom: 0;
  z-index: 10;
  background-color: rgba(241, 240, 242,.7);
}
.carousel-caption.blue {
    background-color: rgba(31, 79, 126,.6);
}
.carousel-caption.turquoise {
    background-color: rgba(42, 179, 200, .6);
}
.carousel-caption.yellow {
    background-color: rgba(239, 175, 49,.6);
}
.carousel-caption.green {
    background-color: rgba(23, 150, 150,.6);
}
.carousel-caption.purple {
    background-color: rgba(99, 7, 116,.6);
}
.carousel-item {
    height: 350px;
    position: relative;
}
.carousel-index .carousel-item {
    height: 340px;
}
.carousel-pic-abs {
    position: absolute;
    width: 90%;
    left: 10%;
}
.carousel-caption {
    left: 3%;
    right: 3%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 30px;
    padding-bottom: 80px;
    margin-bottom: -80px;
}
.carousel-indicators {
    justify-content: right;
}
.carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin-left: 8px;
    margin-right: 8px;
    opacity: .8;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: #FC4C02;
}
@media (min-width: 768px) {
    .carousel-inner {
      padding-bottom: 200px;
    }
    .carousel-caption {
        padding-bottom: 210px;
        margin-bottom: -200px;
    }
}
.carousel-caption .after-block {
  top: 100%;
  position: absolute;
  z-index: 1000;
  margin-top: -200px;
  padding-top: 20px;
  left: 5%;
  right: 12%;
}
.carousel-caption .short-descr { height: 4.5em; overflow: hidden; }
.carousel-item .carousel-pic {
    height: 340px;
}
.carousel-index .carousel-item .carousel-text {
    padding: 20px 0 0 0;
}
.carousel-index .carousel-item .carousel-text * {
    color: #000;
    border-width: 0;
    line-height: 1.2;
}
.carousel-index .carousel-item > a {
    border-width: 0!important;
    text-decoration: none;
}
@media (min-width: 992px) {
	.carousel-caption {
	  left: 5%;
	  right: 5%;
	  padding-left: 10%;
	  padding-right: 10%;
	  padding-top: 80px;
	  padding-bottom: 280px;
	  margin-bottom: -200px;
	}
	.carousel-item {
	  height: 790px;
	}
	.carousel-index .carousel-item, .carousel-index .carousel-item .carousel-pic {
	  height: 450px;
	}
	.carousel-caption .after-block {
	  left: 10%;
	  right: 10%;
	}
}

.color-mask-panel {
	padding: 120px 0 30px;
	position: relative;
	z-index: 100;
	margin-top: -80px;
}

.img-mask-panel {
  position: relative;
  height: 100%;
  min-height: 300px;
}
.color-panel {
	background-color: #F1F0F2;
	padding: 20px;
}
.blue .color-mask-panel,
.mask-panel-blue .color-mask-panel {
  background-color: rgba(31, 79, 126,.6);
}
.turquoise .color-mask-panel,
.mask-panel-turquoise .color-mask-panel {
  background-color: rgba(42, 179, 200,.6);
}
.yellow .color-mask-panel,
.mask-panel-yellow .color-mask-panel {
  background-color: rgba(239, 175, 49,.6);
}
.purple .color-mask-panel,
.mask-panel-purple .color-mask-panel {
  background-color: rgba(99, 7, 116,.6);
}
.green .color-mask-panel,
.mask-panel-green .color-mask-panel {
  background-color: rgba(100, 196, 195, .6);
}
.mask-panel-blue .color-panel {
  background-color: rgba(31, 79, 126,.2);
}
.mask-panel-turquoise .color-panel {
  background-color: rgba(42, 179, 200,.2);
}
.mask-panel-yellow .color-panel {
  background-color: rgba(239, 175, 49,.2);
}
.mask-panel-purple .color-panel {
  background-color: rgba(99, 7, 116,.2);
}
.mask-panel-green .color-panel {
  background-color: rgba(100, 196, 195, .2);
}
.mask-panel-blue.light .color-mask-panel {
  background-color: rgba(31, 79, 126,.2);
}
.mask-panel-turquoise.light .color-mask-panel {
  background-color: rgba(42, 179, 200,.2);
}
.mask-panel-yellow.light .color-mask-panel {
  background-color: rgba(239, 175, 49,.2);
}
@media (min-width: 768px) {
	.color-mask-panel {
	  padding: 80px 0 200px;
	  z-index: 100;
	  margin-top: 0;
	}
	.color-mask-panel.short {
		padding: 80px 0 100px;
	}
	.mask-panel-left .color-mask-panel,
	.mask-panel-right .img-mask-panel {
	  margin-left: -10%;
	}
	.mask-panel-right .color-mask-panel,
	.mask-panel-left .img-mask-panel {
	  margin-right: -10%;
	}
}
.color-mask-panel .shift-text {
  margin-left: 120px;
}
.c_input {
    border: 1px solid #ccc;
    width: 200px;
    height: 50px;
    margin-top: -10px;
}
.news-tile {
    position: relative;
    padding-top: 192px;
}
.news-tile .img-fluid,
.shift-tile .img-fluid {
  max-width: 85%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 15px;
}
.download-block {
    border-top: 2px solid #c4c4c4;
    padding: 18px 0;
}
.shift-tile {
    position: relative;
    padding-top: 220px;
}
.news-tile .news-block,
.shift-tile .shift-tile-block {
  background: RGBa(239, 175, 49, .6);
  position: relative;
  padding: 30px 20px 12px 40px;
  margin-left: 15%;
  height: 100%;
}
.shift-tile .shift-tile-block.green {
    background: rgba(23, 150, 150,.8);
}
.shift-tile .shift-tile-block.purple {
    background: rgba(99, 7, 116,.6);
}
@media (min-width: 768px) {
	.news-tile .news-block,
	.shift-tile .shift-tile-block {
		padding: 30px 20px 30px 40px;
	}
}
header ul.navbar-nav {
    position: relative;
}
ul.nav-flyout {
	display: none;
}
@media (min-width: 768px) {
	ul.nav-flyout {
		display: none;
		position: absolute;
		z-index: 1000;
		background-color: rgba(255,255,255,.9);
		width: 90%;
		padding: 50px 18px 20px 18px;
		margin: 0;
		list-style: none;
		left: 0;
		top: 100%;
	}
	ul.nav-flyout li a {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	header ul.navbar-nav li:hover > ul { display: block; }
}
.vacancy-item {
    padding: 12px 35px;
    border: 1px solid #707070;
}
#to-top {
    position: fixed;
    width: 50px;
    height: 50px;
    background: rgba(219, 219, 219, 0.5) url('../images/arr-top.svg') no-repeat center;
    bottom: 20px;
    right: 20px;
	display: none;
	z-index: 1000;
}
.soc_btn {
    display: inline-block;
    text-indent: -9999px;
    width: 30px;
    height: 30px;
    margin: 0 12px 12px 0;
}
.soc_btn.i_fb {
	background: rgba(219, 219, 219, 0.5) url('../images/isoc_fb.svg') no-repeat center;
}
.soc_btn.i_li {
	background: rgba(219, 219, 219, 0.5) url('../images/isoc_li.svg') no-repeat center;
}
.soc_btn.i_yt {
	background: rgba(219, 219, 219, 0.5) url('../images/isoc_yt.svg') no-repeat center;
}

.header_bx_wrap {
    padding: 80px 0;
}

.header_bx_wrap_img img {
	position: relative;
	margin-top: -140px;
	max-width: 260px;
}
@media (min-width: 64em) {
	.header_bx_wrap_img img {
		margin-top: -20px;
		max-width: none;
	}
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.errors-important {
    color: #ea3838;
    padding: 20px 0;
}
/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

.dark_bg {
	background-color: #333;
}
.semidark_bg {
	background-color: #474747;
}

.box-bg-img {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 360px;
    margin: 50px 0 120px;
    background-size: cover;
}
.box-bg-img-wrap {
    position: absolute;
    background-color: rgba(121, 121, 121,.9);
    padding: 36px 5%;
    width: 100%;
    left: 0;
    bottom: -70px;
}

.navbar-nav.text-white > .nav-item > a.text-dark {
    color: #fff !important;
}
.orange-bg {
    background-color: rgba(203, 88, 32, 0.8);
}
.form-control.styled_dark {
    background-color: rgba(0,0,0,0);
    color: #fff;
}
.btn-white {
    background-color: #fff;
}
@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  
	.box-bg-img-wrap {
		width: 70%;
		left: 15%;
	}

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}