/*--------------------------------------------------------------
  Common
--------------------------------------------------------------*/
html {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
}

body {
  background: #fff;
  font: 400 12px/1.8 "Open Sans", sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-direction: column;
}

html, body {
  height: 100%;
}

main {
  flex: 1 0 auto;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  border: 0;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left !important;
}

.position-relative {
  position: relative;
}

.leftauto {
  right: 0 !important;
  left: auto !important;
}

ul, ol {
  list-style-position: inside;
}

/* Transition elsements */
a,
.btn {
  transition: all 0.125s ease-in-out 0s;
}

.gallery-caption,
.gallery-image:after,
.gallery-image img {
  transition: all 0.3s ease-in-out 0s;
}

/* Reset box-shadow */
.btn,
.well,
.panel,
.progress,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
  box-shadow: none;
}

/* Reset border-radius */
.well,
.label,
.alert,
.progress,
.form-control,
.modal-content,
.panel-heading,
.panel-group .panel,
.nav-tabs > li > a,
.nav-pills > li > a {
  border-radius: 2px;
}

/* Sections */
.navbar-custom + .main {
  margin-top: 50px;
}

.main {
  position: relative;
  background-color: #fff;
  z-index: 1;
}

.module,
.module-small {
  position: relative;
  padding: 70px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* Sections dividers */
.divider-d {
  border-top: 1px solid #202020;
  margin: 0;
}

/* Dark background */
.bg-dark,
.bg-dark-30,
.bg-dark-60,
.bg-dark-90,
.bg-dark .module-title,
.bg-dark-30 .module-title,
.bg-dark-60 .module-title,
.bg-dark-90 .module-title,
.bg-dark .module-subtitle,
.bg-dark-30 .module-subtitle,
.bg-dark-60 .module-subtitle,
.bg-dark-90 .module-subtitle,
.bg-dark .alt-module-subtitle h5,
.bg-dark-30 .alt-module-subtitle h5,
.bg-dark-60 .alt-module-subtitle h5,
.bg-dark-90 .alt-module-subtitle h5 {
  color: #fff;
}

.bg-dark {
  background: #111;
}

.bg-dark-30:before {
  position: absolute;
  background: rgba(2, 2, 2, 0.4);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-dark-60:before {
  position: absolute;
  background: rgba(34, 34, 34, 0.8);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-gradient:before {
  position: absolute;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(40, 115, 113, 0.57) 25%, rgba(115, 54, 31, 0.67) 75%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-8 */
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.parallax-bg {
  background-attachment: fixed;
  background-size: cover;
}

/* Vertical margin, padding */
.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

@media only screen and (max-width: 991px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  .mt-sm-50 {
    margin-top: 50px !important;
  }
  .mt-sm-60 {
    margin-top: 60px !important;
  }
  .mt-sm-70 {
    margin-top: 70px !important;
  }
  .mt-sm-80 {
    margin-top: 80px !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-10 {
    margin-top: 10px !important;
  }
  .mt-xs-20 {
    margin-top: 20px !important;
  }
  .mt-xs-30 {
    margin-top: 30px !important;
  }
  .mt-xs-40 {
    margin-top: 40px !important;
  }
  .mt-xs-50 {
    margin-top: 50px !important;
  }
  .mt-xs-60 {
    margin-top: 60px !important;
  }
  .mt-xs-70 {
    margin-top: 70px !important;
  }
  .mt-xs-80 {
    margin-top: 80px !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xs-10 {
    margin-bottom: 10px !important;
  }
  .mb-xs-20 {
    margin-bottom: 20px !important;
  }
  .mb-xs-30 {
    margin-bottom: 30px !important;
  }
  .mb-xs-40 {
    margin-bottom: 40px !important;
  }
  .mb-xs-50 {
    margin-bottom: 50px !important;
  }
  .mb-xs-60 {
    margin-bottom: 60px !important;
  }
  .mb-xs-70 {
    margin-bottom: 70px !important;
  }
  .mb-xs-80 {
    margin-bottom: 80px !important;
  }
}

/* Scroll to top */
.scroll-up {
  position: fixed;
  display: none;
  bottom: 7px;
  right: 7px;
  z-index: 999;
}

.scroll-up a {
  background: #fff;
  display: block;
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  color: #000;
  opacity: 0.6;
  border-radius: 2px;
}

.scroll-up a:hover,
.scroll-up a:active {
  opacity: 1;
  color: #000;
}

/* Landing Page */
.alert i {
  margin-right: 5px;
}

/*--------------------------------------------------------------
  Buttons
--------------------------------------------------------------*/
.btn {
  border-radius: 0;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  padding: 8px 37px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

.btn.btn-round {
  border-radius: 2px;
}

.btn.btn-circle {
  border-radius: 30px;
}

.btn.btn-border-w {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.75);
  color: #fff;
}

.btn.btn-border-w:hover,
.btn.btn-border-w:focus {
  background: #fff;
  border-color: transparent;
  color: #111;
}

.btn.btn-font-w {
  background: rgba(255, 255, 255, 0.8);
  color: #fff;
}

.btn.btn-font-w:hover {
  background: #fff;
  color: #111;
}

/* Buttons size */
.search-btn {
  position: absolute;
  background: transparent;
  border: none;
  overflow: hidden;
  top: 50%;
  right: 1px;
  width: 42px;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  outline: none;
  color: #999;
  margin-top: -20px;
}

/*--------------------------------------------------------------
  Forms
--------------------------------------------------------------*/
/* Selection */
::-moz-selection {
  background: #000;
  color: #fff;
}

::-webkit-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

/* Forms common style */
.form-control {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  height: 33px;
  border: 1px solid #EAEAEA;
  border-radius: 2px;
  transition: all 0.4s ease-in-out 0s;
}

.form-control:focus {
  border-color: #CACACA;
}

/*--------------------------------------------------------------
  Typography
--------------------------------------------------------------*/
a {
  color: #111;
}

a:hover, a:focus {
  text-decoration: none;
  color: #FF8C00;
  outline: 0;
}

.bg-dark a {
  color: #aaa;
}

.bg-dark a:hover, .bg-dark a:focus {
  color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  font-weight: 400;
}

h3 {
  margin-bottom: 0px;
}

p, ol, ul, blockquote {
  margin: 0 0 20px;
}

blockquote {
  border: 0;
  font-style: italic;
  font-size: 15px;
  padding: 0;
}

.font-alt {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.font-serif {
  font-family: Volkhov, "Times New Roman", sans-serif;
  font-style: italic;
}

.large-text {
  font-size: 24px !important;
}

.rotate {
  text-shadow: none !important;
}

.module-title {
  position: relative;
  letter-spacing: 4px;
  text-align: center;
  font-weight: 400;
  font-size: 30px;
  color: #111;
  margin: 0 0 35px;
}

.module-subtitle {
  text-align: center;
  font-size: 16px;
  color: #111;
  margin-bottom: 70px;
}

.module-icon {
  text-align: center;
  font-size: 32px;
  margin-bottom: 20px;
}

.module-title + .module-subtitle {
  margin-top: -35px;
}

.h2_main_margin {
  margin-top: 43px;
}

/*--------------------------------------------------------------
	Slider & Carousel
--------------------------------------------------------------*/
/* -------------------------------------------------------------------
General Styles - FlexSlider
------------------------------------------------------------------- */
.flex-direction-nav a,
.flex-control-nav > li > a {
  transition: all 0.3s ease-in-out 0s;
}

.flex-direction-nav a {
  position: absolute;
  display: block;
  height: 100%;
  width: 50%;
  top: 0;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  margin: 0;
}

.flex-direction-nav .flex-prev {
  opacity: 0;
  left: 0;
  cursor: url(../images/prev-light.png), e-resize;
}

.flex-direction-nav .flex-next {
  opacity: 0;
  right: 0;
  cursor: url(../images/next-light.png), e-resize;
}

.flex-control-nav {
  position: absolute;
  width: auto;
  left: 50%;
  bottom: 20px;
  z-index: 11;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flex-control-nav > li {
  display: inline-block;
  margin: 5px 3px;
}

.flex-control-nav > li > a {
  background: transparent;
  border: 1px solid #fff;
  display: block;
  height: 6px;
  width: 6px;
  border-radius: 6px;
}

.flex-control-nav > li > a:hover,
.flex-control-nav > li > a.flex-active {
  background: #fff;
}

/* -------------------------------------------------------------------
Hero Slider
------------------------------------------------------------------- */
.hero-slider {
  margin: 0 !important;
}

.hero-slider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.hero-slider,
.hero-slider .flex-viewport {
  height: 100% !important;
  width: 100%;
  padding: 0;
  margin: 0;
}

.hero-slider .slides {
  height: 100% !important;
  transition-delay: 1s;
}

.hero-slider .flex-direction-nav a {
  width: 15%;
}

.hero-slider .slides li {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100% !important;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

/* Caption */
.error_404-caption {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}

.caption-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/*--------------------------------------------------------------
  Preloader
--------------------------------------------------------------*/
.page-loader {
  position: fixed;
  background: #000;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: 9998;
}

.loader {
  position: absolute;
  border-left: 2px solid #ffffff;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  height: 46px;
  width: 46px;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -23px;
  text-indent: -9999em;
  font-size: 10px;
  z-index: 9999;
  -webkit-animation: load 0.8s infinite linear;
  -moz-animation: load 0.8s infinite linear;
  ms-animation: load 0.8s infinite linear;
  o-animation: load 0.8s infinite linear;
  animation: load 0.8s infinite linear;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 46px;
  height: 46px;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
  Navbar
--------------------------------------------------------------*/
.navbar-custom {
  background-color: rgba(10, 10, 10, 0.9);
  border: 0;
  border-radius: 0;
  z-index: 1000;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 11px;
  transition: background, padding 0.4s ease-in-out 0s;
}

.navbar a {
  transition: color 0.125s ease-in-out 0s;
}

.navbar-custom .dropdown-menu {
  background: rgba(26, 26, 26, 0.9);
  border-radius: 0;
  border: 0;
  padding: 0;
  box-shadow: none;
}

.navbar-custom .navbar-brand {
  letter-spacing: 4px;
  font-weight: 400;
  font-size: 22px;
  color: #fff;
}

.navbar-custom .nav li > a {
  position: relative;
  color: rgba(255, 255, 255, 0.7);
}

.navbar-custom .dropdown-menu > li > a {
  border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
  padding: 11px 15px;
  letter-spacing: 2px;
  color: #999;
}

.navbar-custom .dropdown-menu .dropdown-menu {
  border-left: 1px solid rgba(73, 71, 71, 0.15);
  left: 100%;
  right: auto;
  top: 0;
  margin-top: 0;
}

.navbar-custom .dropdown-menu.left-side .dropdown-menu {
  border: 0;
  border-right: 1px solid rgba(73, 71, 71, 0.15);
  right: 100%;
  left: auto;
}

.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:hover,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover,
.navbar-custom .dropdown-menu > li > a:focus,
.navbar-custom .dropdown-menu > li > a:hover {
  background: none;
  color: #fff;
}

.navbar-custom .dropdown-menu > li > a:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}

.navbar-custom .dropdown-toggle:after {
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  margin-top: -6px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 9px;
  content: "\f107";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.navbar-custom .navbar-toggle .icon-bar {
  background: #fff;
}

.dropdown-menu {
  min-width: 180px;
  font-size: 11px;
}

/*--------------------------------------------------------------
  Header
--------------------------------------------------------------*/
.home-section {
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  z-index: 0;
  background-size: cover;
}

.error_404_text {
  letter-spacing: 24px;
  font-weight: 400;
  font-size: 48px;
}

/* About us Page Header */
.about-page-header:before {
  background: rgba(2, 2, 2, 0.2);
}

/* Contact Page Header */
.contact-page-header {
  background-position: 13% 45%;
  background-repeat: no-repeat;
}

.contact-page-header:before {
  background: rgba(2, 2, 2, 0.5);
}

/*--------------------------------------------------------------
  Footer
--------------------------------------------------------------*/
.footer {
  padding: 10px 0;
  flex-shrink: 0;
}

.footer .copyright {
  margin: 0;
}

.footer .footer-social-links {
  text-align: right;
}

.footer .footer-social-links a {
  display: inline-block;
  padding: 0 6px;
}

/* -------------------------------------------------------------
Google map
------------------------------------------------------------- */
#map-section {
  position: relative;
  height: 450px;
  width: 100%;
}

#map {
  height: 100%;
  width: 100%;
}

#map img {
  max-width: none;
}

/*--------------------------------------------------------------
  Call to action
--------------------------------------------------------------*/
.callout-text {
  color: rgba(255, 255, 255, 0.6);
}

.callout-title {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin: 0;
}

.callout-btn-box {
  text-align: right;
  padding-top: 4px;
}

.request-cta {
  padding: 50px 0px;
}

/*--------------------------------------------------------------
  Gallery
--------------------------------------------------------------*/
.gallery-item, .image-item{
  position: relative;
  text-align: center;
  margin: 0 0 20px;
}

.gallery-image {
  position: relative;
  overflow: hidden;
}

.gallery-image a.gallery {
  position: relative;
  display: block;
}

.gallery-image img {
  display: block;
  overflow: hidden;
  width: 100%;
}

.gallery-image:after {
  position: absolute;
  background: transparent;
  content: " ";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.gallery-caption {
  position: absolute;
  width: 100%;
  opacity: 0;
  bottom: 100%;
  left: 0;
  z-index: 2;
  text-align: center;
  font-size: 28px;
  color: #fff;
  padding: 20px;
}

.gallery-icon {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  font-size: 24px;
  margin: 0 auto;
}

.gallery-icon i,
.gallery-icon span {
  line-height: 50px;
}

/* Gallery hover */
.gallery-item:hover .gallery-image:after,
.image-item:hover .gallery-image:after {
  background: rgba(0, 0, 0, 0.6);
}

.gallery-item:hover .gallery-caption,
.image-item:hover .gallery-caption {
  opacity: 1;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

/*--------------------------------------------------------------
	Widgets
--------------------------------------------------------------*/
/* Buttons */
.pagination a {
  border: 1px solid #eaeaea;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  color: #999;
  padding: 4px 12px;
}

.pagination a.active {
  border-color: #CACACA;
}

/* Tabs */
.tab-content .tab-pane {
  padding: 20px 0;
}

/* Accordion */
.panel-title {
  font-size: 14px;
}

.panel-heading a {
  position: relative;
  display: block;
}

.panel-heading a:after {
  position: absolute;
  content: "\f106";
  top: 50%;
  right: 0px;
  font-family: "FontAwesome";
  line-height: 1;
  font-size: 14px;
  margin-top: -7px;
}

.panel-heading a.collapsed:after {
  content: "\f107";
}

/*--------------------------------------------------------------
  Tables
--------------------------------------------------------------*/
/* Tables */
.table-border > tbody > tr > td,
.table-border > tbody > tr > th,
.table-border > tfoot > tr > td,
.table-border > tfoot > tr > th,
.table-border > thead > tr > td,
.table-border > thead > tr > th, 
.table-border > thead:first-child > tr:first-child > th {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

.ds-table > tbody > tr > td,
.ds-table > tbody > tr > th,
.ds-table > tfoot > tr > td,
.ds-table > tfoot > tr > th,
.ds-table > thead > tr > td,
.ds-table > thead > tr > th {
  border-top: 0;
}

.checkout-table > tbody > tr > td,
.checkout-table > tbody > tr > th,
.checkout-table > tfoot > tr > td,
.checkout-table > tfoot > tr > th,
.checkout-table > thead > tr > td,
.checkout-table > thead > tr > th {
  padding: 12px;
}

/*--------------------------------------------------------------
  Showcase Page
--------------------------------------------------------------*/
.showcase-page .showcase-page-header {
  background-color: rgba(2, 2, 2, 0.7);
}

.showcase-page .content-box {
  display: block;
  margin-bottom: 45px;
}

.showcase-page .content-box .content-box-image {
  border-radius: 6px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
  transition: 0.35s ease-out;
  -webkit-transition: 0.35s ease-out;
  -moz-transition: 0.35s ease-out;
}

.showcase-page .content-box .content-box-image:hover {
  transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
  box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
}

/*--------------------------------------------------------------
  Lamshelter
--------------------------------------------------------------*/
.lam_param ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.lam_param ul > li {
  border-bottom: 1px dotted #c2c2c2;
  padding: 0 0 5px;
  margin: 0 0 5px;
  white-space: pre-wrap;
}

.lam_param span {
  float: right;
}

/*--------------------------------------------------------------
  Compress air qualification
--------------------------------------------------------------*/
.compress_air_quali_list {
  list-style-type: disc;
}

/*--------------------------------------------------------------
  Contact
--------------------------------------------------------------*/
.img_a1 {
  height: 17px;
}

.link {
  color: #666;
}

.contact_align {
  text-align: center;
}

/*--------------------------------------------------------------
  Text
--------------------------------------------------------------*/

/* ----- Text ----- */
a.text-color{
  text-decoration: underline;
}

.module-text {
  text-align: justify;
  font-size: 15px;
}

.module-title-text {
  text-align: center;
}

.module-footnote {
  text-align: justify;
  font-size: 13px;
}

.text-color {
  color: #ff8c00;
}

.text-color-warning {
  color: red;
}

li::marker {
  color: #ff8c00;
}

ol > li::marker {
  font-weight: bold;
}

/*--------------------------------------------------------------
  Img
--------------------------------------------------------------*/

/* ----- Img ----- */
.col-sm-4 img {
  max-height: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

.img_main img {
  max-height: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

.col-sm-4 .img_lam_box {
  max-height: 300px;
}

/* img float left */
.img_floatleft {
  float: left;
  width: 160px;
  margin: 0px 10px 25px 0px;
}
/* img lamceiling float left */
.img_lamceiling_floatleft {
  float: left;
  width: 240px;
  margin: 0px 10px 25px 0px;
}
/* img lamceiling float right */
.img_lamceiling_floatright {
  float: right;
  width: 240px;
  margin: 0px 0px 25px 10px;
}

/* img fvm float left */
.img_fvm_floatleft  {
  float: left;
  width: 210px;
  margin: 0px 10px 25px 0px;
}

/* img specproduct index */
.img_size_specproduct_index img {
  width: 240px;
  display: block;
  margin: 0 auto;
  max-height: none;
}

/* img laminarcabin float left */
.img_laminarcabin_floatleft {
  float: left;
  width: 180px;
  margin: 0px 10px 25px 0px;
}

/* img lambox index */
.img_size_lambox_index img {
  width: 190px;
  display: block;
  margin: 0 auto;
  max-height: none;
}

  /* img lambox index b3 */
  .img_size_lambox_index .b3 {
    width: auto;
    height: 278px;
  }

/* img lambox float left */
.img_lambox_floatleft {
  float: left;
  width: 235px;
  margin: 0px 10px 25px 0px;
}

/* img gateway float left */
.img_gateway_floatleft {
  float: left;
  width: 170px;
  margin: 0px 10px 25px 0px;
}

/* img equipment float left */
.img_equip_quali_floatleft {
  float: left;
  width: 170px;
  margin: 0px 10px 25px 0px;
}

/* img compress air float left */
.img_compress_air_quali_floatleft {
  float: left;
  width: 320px;
  margin: 0px 10px 25px 0px;
}

/* img storage zones float left */
.img_storage_zones_quali_floatleft {
  float: left;
  width: 290px;
  margin: 0px 10px 25px 0px;
}

@media (max-width: 384px) {
  .img_equip_quali_floatleft {
    float: initial;
    margin: 0 auto;
  }
}

@media (max-width: 335px) {
  .img_compress_air_quali_floatleft {
    width: 280px;
  }
}

@media (max-width: 492px) {
  .img_compress_air_quali_floatleft {
    float: initial;
    margin: 0 auto;
  }
}

@media (max-width: 349px) {
  .img_storage_zones_quali_floatleft {
    width: 250px;
  }
}

@media (max-width: 484px) {
  .img_storage_zones_quali_floatleft {
    float: initial;
    margin: 0 auto;
  }
}

.link_anchor {
  visibility: hidden;
}

/*--------------------------------------------------------------
  Responsive Styles - Media Queries
--------------------------------------------------------------*/
@media (min-width: 768px) {
  .navbar-transparent {
    background: rgba(0, 0, 0, 0.5);
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .navbar-custom .dropdown-menu {
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
  }
  .navbar-custom .open > .dropdown-menu {
    visibility: visible;
    opacity: 1;
  }
  .navbar-custom .dropdown-menu .dropdown-toggle:after {
    position: absolute;
    display: block;
    right: 9px;
    top: 50%;
    margin-top: -6px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 9px;
    content: "\f105";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
  }
  .slider_mob_1 {
    background-image: url(/assets/images/slider/slider_002.jpg);
  }
  .slider_mob_2 {
    background-image: url(/assets/images/slider/slider_003.jpg);
  }
}

@media (max-width: 1200px) {
  .p_main_margin {
    margin-top: 77px;
  }
  /* img lambox index */
  .img_size_lambox_index img {
    width: 164px;
  }
  /* img lambox index b3 */
  .img_size_lambox_index .b3 {
    width: auto;
    height: 240px;
  }
}

@media (max-width: 1050px) {

}

@media (max-width: 991px) {
  /* Navbar */
  .navbar-custom {
    letter-spacing: 2px;
  }
  /* Headers */
  .error_404_text {
    letter-spacing: 12px;
    font-size: 38px;
  }
  .h2_main_margin {
    margin: 0px 0px 30px;
  }
  .p_main_margin {
    margin-top: 0px;
  }
  .main_align p {
    text-align: center;
  }
  /* img lambox index */
  .img_size_lambox_index img {
    width: 220px;
  }
  /* img lambox index b3 */
  .img_size_lambox_index .b3 {
    width: auto;
    height: 321px;
  }
}

@media (max-width: 767px) {
  /* Navbar */
  .navbar-custom .navbar-nav {
    letter-spacing: 3px;
    margin-top: 1px;
    margin-bottom: 0;
  }
  .navbar-custom li > a:hover {
    background: rgba(255, 255, 255, 0.1) !important;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
    padding: 10px 25px;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-header,
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
    padding: 10px 35px;
  }
  .navbar-custom li a,
  .navbar-custom .dropdown-search {
    border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
  }
  .navbar-custom .dropdown-toggle:after,
  .navbar-custom .dropdown-menu .dropdown-toggle:after {
    right: 7px;
    content: "\f107";
  }
  .navbar-custom .nav > .open > .dropdown-toggle:after,
  .navbar-custom .dropdown-menu .dropdown.open .dropdown-toggle:after {
    right: 7px;
    content: "\f106";
  }
  /* Shop navbar */
  .navbar-custom .navbar-nav > li:last-child.navbar-cart > a {
    padding-left: 15px;
  }
  .navbar-custom .cart-item-number {
    display: none;
  }
  .navbar-custom .navbar-cart > a:after {
    content: "\f107";
  }
  .navbar-custom .navbar-cart-item a {
    border: 0 !important;
  }
  .dropdown-menu.cart-list {
    text-align: left;
    border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
  }
  .navbar-cart-item {
    border: none;
    border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
    padding-bottom: 10px;
  }
  .navbar-cart-img {
    display: none;
  }
  .navbar-cart-title {
    white-space: normal;
    padding: 0;
    margin-left: 0;
  }
  /* Headers */
  .error_404_text {
    letter-spacing: 6px;
    font-size: 28px;
  }
  /* Sidebar */
  .footer {
    text-align: center;
  }
  .copyright,
  .footer-social-links {
    text-align: center !important;
    margin: 10px 0;
  }
  .main_link {
    margin-top: 20px;
  }
  /* index link */
  .main_link p {
    text-align: center;
  }
  .main_link .module-title {
    margin-bottom: 20px;
  }

  .slider_mob_1 {
    background-image: url(/assets/images/slider/slider_002_mob.jpg);
  }
  .slider_mob_2 {
    background-image: url(/assets/images/slider/slider_003_mob.jpg);
  }
}

/*--------------------------------------------------------------
  Table
--------------------------------------------------------------*/
/* ----- Table ----- */

/* Table cleanroom qualification */
.cleanroom_quali_table_hidden_row {
  display: none !important;
}

.cleanroom_quali_table > thead > tr:nth-of-type(1) {
  background: #ffffcc;
}

.cleanroom_quali_table > tbody > tr:nth-of-type(1) {
  background: #f3fff3;
}

.cleanroom_quali_table > tbody > tr:nth-of-type(even) {
  background: #f3fff3;
}

.cleanroom_quali_table > thead > tr > th,
.cleanroom_quali_table > tbody > tr > td:nth-of-type(3) {
  text-align: center;
}

.cleanroom_quali_table > thead > tr > th,
.cleanroom_quali_table > tbody > tr > td {
  vertical-align: middle;
}

/* Table1 compress_air_quali */
.compress_air_quali_table1_first {
  min-width: 80px;
}

.compress_air_quali_table1_desktop_hide {
  display: none;
}

.compress_air_quali_table1 > tbody > tr > td,
.compress_air_quali_table1 > thead > tr > th,
.compress_air_quali_table1 > thead:first-child > tr:first-child > th {
  border: 1px solid #000000;
}

.compress_air_quali_table1 > thead > tr:nth-child(2),
.compress_air_quali_table1 > thead > tr:first-child {
  background: #ffe6b3;
}

.compress_air_quali_table1 > tbody > tr:nth-of-type(even) {
  background: #f3fff3;
}

.compress_air_quali_table1 > tbody > tr > td:first-child {
  background: #ffffcc;
}

/* Table2 compress_air_quali */
.compress_air_quali_table2 > tbody > tr > td,
.compress_air_quali_table2 > thead > tr > th,
.compress_air_quali_table2 > thead:first-child > tr:first-child > th {
  border: 1px solid #000000;
}

.compress_air_quali_table2 > thead > tr:first-child {
  background: #ffffcc;
}

.compress_air_quali_table2 > tbody > tr:nth-of-type(even) {
  background: #f3fff3;
}

/* Table1 cleanroom classes */
.class_table1_first {
  min-width: 120px;
}

#class_table1_desktop thead > tr:first-child {
  background: #ffe6b3;
}

#class_table1_desktop tbody > tr:nth-of-type(even) {
  background: #f3fff3;
}

#class_table1_desktop thead > tr:nth-child(2),
#class_table1_desktop tbody > tr > td:first-child {
  background: #ffffcc;
}

/* Table2 cleanroom classes */
#class_table2_desktop thead tr th:nth-child(-n+3) {
  min-width: 122px;
}

#class_table2_desktop thead > tr:nth-of-type(1) {
  background: #ffffcc;
}

#class_table2_desktop tbody > tr:nth-of-type(even) {
  background: #f3fff3;
}

/* Table3 cleanroom classes */
.class_table3_first {
  min-width: 100px;
}

.row_yellow {
  background: #ffffcc;
  width: 25%;
  box-sizing: content-box;
}

.row_green {
  background: #e7ffd1;
}

.class_table3 > thead > tr:first-child {
  background: #ffe6b3;
}

.class_table3 > tbody > tr:nth-of-type(even) {
  background: #f3fff3;
}

.class_table3 > tbody > tr > td:nth-of-type(4),
.class_table3 > tbody > tr > td:nth-of-type(5) {
  min-width: 140px;
}

/* Table4 cleanroom classes */
.class_table4_first {
  min-width: 110px;
}

.class_table4 > thead > tr:first-child {
  background: #ffe6b3;
}

.class_table4 > tbody > tr:nth-of-type(even) {
  background: #f3fff3;
}

.class_table4 > thead > tr:nth-child(2),
.class_table4 > tbody > tr > td:first-child {
  background: #ffffcc;
}

/* Table1 cleanroom application */
.application_table1_first {
  width: 270px;
}

#application_table1_desktop thead > tr:first-child {
  background: #ffe6b3;
}

#application_table1_desktop tbody > tr:nth-of-type(even) {
  background: #f3fff3;
}

#application_table1_desktop thead > tr:nth-child(2) {
  background: #ffffcc;
}

#application_table1_desktop tbody > tr > td:nth-of-type(n+2),
#application_table1_desktop thead > tr > th {
  text-align: center;
}

/* Table2 cleanroom application */
.application_table2 > thead > tr:first-child {
  background: #ffffcc;
}

.application_table2 > tbody > tr:nth-of-type(even) {
  background: #f3fff3;
}

.application_table2 > tbody > tr > td:nth-of-type(n+2),
.application_table2 > thead > tr > th {
  text-align: center;
}

.application_table2 > tbody > tr > td:nth-of-type(1),
.application_table2 > tbody > tr > td:nth-of-type(3) {
  min-width: 95px;
}

.application_table2 > tbody > tr > td:nth-of-type(2) {
  min-width: 85px;
}

.application_table2 > tbody > tr > td:nth-of-type(4) {
  min-width: 70px;
}

/* Table equipment lambox I */
.lamboxI_table > tbody > tr:nth-of-type(odd) {
  background: #f3fff3;
}

.lamboxI_table > tbody > tr > td:nth-of-type(even) {
  min-width: 80px;
  text-align: right;
}

/* Table equipment lambox A2 */
.lamboxA2_table > tbody > tr:nth-of-type(odd) {
  background: #f3fff3;
}

.lamboxA2_table > tbody > tr > td:nth-of-type(even) {
  min-width: 80px;
  text-align: right;
}

  /* Table equipment lambox B2 */
.lamboxB2_table > tbody > tr:nth-of-type(odd) {
  background: #f3fff3;
}

.lamboxB2_table > tbody > tr > td:nth-of-type(even) {
  text-align: right;
}

/* Table equipment lambox III */
.lamboxIII_table > tbody > tr:nth-of-type(odd) {
  background: #f3fff3;
}

.lamboxIII_table > tbody > tr > td:nth-of-type(even) {
  text-align: right;
}

/* Table equipment pcr box */
.pcr_box_table > tbody > tr:nth-of-type(odd) {
  background: #f3fff3;
}

.pcr_box_table > tbody > tr > td:nth-of-type(even) {
  /* min-width: 80px; */
  text-align: right;
}

/* Table equipment gateway */
.gateway_table > tbody > tr:nth-of-type(odd) {
  background: #f3fff3;
}

.gateway_table > tbody > tr > td:nth-of-type(even) {
  text-align: right;
}

/* Table1 equipment lamceiling */
#lamceiling_table1_desktop thead tr th:nth-child(4) {
  min-width: 88px;
}

#lamceiling_table1_desktop thead > tr:nth-of-type(1) {
  background: #ffffcc;
}

#lamceiling_table1_desktop thead > tr > th {
  text-align: center;
}

#lamceiling_table1_desktop tbody > tr:nth-of-type(even) {
  background: #f3fff3;
}

/* Table2 equipment lamceiling */
.lamceiling_table2 > thead > tr:first-child {
  background: #ffffcc;
}

.lamceiling_table2 > tbody > tr:nth-of-type(even) {
  background: #f3fff3;
}

.lamceiling_table2 > tbody > tr > td:nth-of-type(even) {
  min-width: 85px;
  text-align: right;
}

/* Table equipment laminarcabi */
.laminarcabin_table > tbody > tr:nth-of-type(odd) {
  background: #f3fff3;
}

.laminarcabin_table > tbody > tr > td:nth-of-type(even) {
  min-width: 75px;
  text-align: right;
}

/* Table equipment animalcabin */
.animalcabin_table > tbody > tr:nth-of-type(odd) {
  background: #f3fff3;
}

.animalcabin_table > tbody > tr > td:nth-of-type(even) {
  text-align: right;
}

/* Table equipment sterilecabin */
.sterilecabin_table > tbody > tr:nth-of-type(odd) {
  background: #f3fff3;
}

.sterilecabin_table > tbody > tr > td:nth-of-type(even) {
  text-align: right;
}


/* ----- Table mobile ----- */

/* Table cleanroom qualification */
@media (max-width: 434px) {
  .cleanroom_quali_table_hidden_row {
    display: flex !important;
  }
  .cleanroom_quali_table thead {
    display: none;
  }
  .cleanroom_quali_table > tbody > tr > td,
  .cleanroom_quali_table > tbody > tr > th {
    border-bottom: 0px;
  }
  .cleanroom_quali_table tr {
    display: block;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
  }
  .cleanroom_quali_table tr:last-child {
    margin-bottom: 0px;
  }
  .cleanroom_quali_table td {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cleanroom_quali_table > tbody > tr:nth-of-type(odd) {
    background: #f3fff3;
  }
  .cleanroom_quali_table > tbody > tr:nth-of-type(even) {
    background: white;
  }
  .cleanroom_quali_table td:nth-child(1)::before { 
    content: '';
    font-weight: bold;
    margin-right: 20px;
  }
  .cleanroom_quali_table td:nth-child(2)::before {
    content: 'Класс чистоты';
    font-weight: bold;
    margin-right: 20px;
  }
  .cleanroom_quali_table td:nth-child(3)::before {
    content: 'Max интервал';
    font-weight: bold;
    margin-right: 40px;
  }
}

/* Table1 cleanroom classes */
@media (min-width: 661px) {
  #class_table1 {
    display: none;
  }
}

@media (max-width: 660px) {
  #class_table1_desktop {
    display: none;
  }
  #class_table1 thead > tr:first-child {
  background: #ffffcc;
  }
  #class_table1 tbody > tr:nth-of-type(odd) {
    background: #f3fff3;
  }
  #class_table1 tbody > tr:nth-of-type(even) {
    background: white;
  }
  #class_table1 tbody > tr > td:nth-of-type(n+2) {
    text-align: right;
  }
}

/* Table2 cleanroom classes */
@media (min-width: 655px) {
  #class_table2 {
    display: none;
  }
}

@media (max-width: 654px) {
  #class_table2_desktop {
    display: none;
  }
  #class_table2 tbody > tr:nth-of-type(odd) {
    background: #f3fff3;
  }
  #class_table2 tbody > tr:nth-of-type(even) {
    background: white;
  }
  #class_table2 tbody > tr > td:nth-of-type(n+2) {
    text-align: right;
  }
}

/* Table3 cleanroom classes */
@media (max-width: 606px) {
  .class_table3 thead {
    display: none;
  }
  .class_table3 > tbody > tr > td,
  .class_table3 > tbody > tr > th {
    border-bottom: 0px;
  }
  .class_table3 tr:last-child {
    margin-bottom: 0px;
  }
  .class_table3 tr {
    display: block;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
  }
  .class_table3 td {
    display: flex;
    justify-content: space-between;
  }
  .class_table3 > tbody > tr:nth-of-type(odd) {
    background: #f3fff3;
  }
  .class_table3 > tbody > tr:nth-of-type(even) {
    background: white;
  }
  .class_table3 > tbody > tr > td:first-child {
    background: #ffffcc;
  }
  .class_table3 td:nth-child(1)::before { 
    content: 'Тип зоны';
    font-weight: bold;
    margin-right: 20px;
  }
  .class_table3 td:nth-child(2)::before {
    content: 'оснащенном 0,5 мкм';
    font-weight: bold;
    margin-right: 20px;
  }
  .class_table3 td:nth-child(3)::before {
    content: 'оснащенном 5 мкм';
    font-weight: bold;
    margin-right: 20px;
  }
  .class_table3 td:nth-child(4)::before {
    content: 'эксплуатируемом 0,5 мкм';
    font-weight: bold;
    margin-right: 20px;
    width: 50%;
  }
  .class_table3 td:nth-child(5)::before {
    content: 'эксплуатируемом 5 мкм';
    font-weight: bold;
    margin-right: 20px;
    width: 50%;
  }
}

/* Table4 cleanroom classes */
@media (max-width: 664px) {
  .class_table4 thead {
    display: none;
  }
  .class_table4 > tbody > tr > td,
  .class_table4 > tbody > tr > th {
    border-bottom: 0px;
  }
  .class_table4 tr {
    display: block;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
  }
  .class_table4 tr:last-child {
    margin-bottom: 0px;
  }
  .class_table4 td {
    display: flex;
    justify-content: space-between;
  }
  .class_table4 > tbody > tr:nth-of-type(odd) {
    background: #f3fff3;
  }
  .class_table4 > tbody > tr:nth-of-type(even) {
    background: white;
  }
  .class_table4 td:nth-child(1)::before { 
    content: 'Тип зоны';
    font-weight: bold;
    margin-right: 20px;
  }
  .class_table4 td:nth-child(2)::before { 
    content: 'в воздухе, КОЕ /м\B3';
    font-weight: bold;
    margin-right: 20px;
  }
  .class_table4 td:nth-child(3)::before { 
    content: 'седиментационное осаждение на пластину диаметром 90 мм, КОЕ за 4 ч';
    font-weight: bold;
    margin-right: 20px;
    width: 65%;
  }
  .class_table4 td:nth-child(4)::before {
    content: 'контактные пластины диаметром 55 мм, КОЕ/пластина';
    font-weight: bold;
    margin-right: 20px;
    width: 65%;
  }
  .class_table4 td:nth-child(5)::before {
    content: 'отпечаток 5 пальцев в перчатке, КОЕ/перчатка';
    font-weight: bold;
    margin-right: 20px;
    width: 65%;
  }
}

/* Table1 cleanroom application */
@media (min-width: 537px) {
  #application_tabpanel {
    display: none;
  }
}

@media (max-width: 536px) {
  #application_table1_desktop {
    display: none;
  }
  #application_tabpanel tbody > tr:nth-of-type(odd) {
    background: #f3fff3;
  }
  #application_tabpanel tbody > tr:nth-of-type(even) {
    background: white;
  }
  #application_tabpanel tbody > tr > td:nth-of-type(n+2) {
    text-align: right;
  }
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover {
    color: #FF8C00;
    /* background-color: #f5f5f5; */
    border-bottom-color: #ddd;
  }
  .nav-tabs {
    border-top: 1px solid #ddd;
  }
}

/* Table2 cleanroom application */
@media (max-width: 654px) {
  .application_table2 thead {
    display: none;
  }
  .application_table2 > tbody > tr > td,
  .application_table2 > tbody > tr > th {
    border-bottom: 0px;
  }
  .application_table2 tr {
    display: block;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
  }
  .application_table2 tr:last-child {
    margin-bottom: 0px;
  }
  .application_table2 td {
    display: flex;
    justify-content: space-between;
  }
  .application_table2 > tbody > tr:nth-of-type(odd) {
    background: #f3fff3;
  }
  .application_table2 > tbody > tr:nth-of-type(even) {
    background: white;
  }
  .application_table2 td:nth-child(1)::before { 
    content: '';
    font-weight: bold;
    margin-right: 20px;
  }
  .application_table2 td:nth-child(2)::before { 
    content: '1987 год';
    font-weight: bold;
    margin-right: 20px;
  }
  .application_table2 td:nth-child(3)::before {
    content: '1993 год';
    font-weight: bold;
    margin-right: 20px;
  }
  .application_table2 td:nth-child(4)::before {
    content: '1998 год';
    font-weight: bold;
    margin-right: 20px;
  }
  .application_table2 td:nth-child(5)::before {
    content: '2000 год';
    font-weight: bold;
    margin-right: 20px;
  }
  .application_table2 td:nth-child(6)::before {
    content: '2006 год';
    font-weight: bold;
    margin-right: 20px;
  }
  .application_table2 td:nth-child(7)::before {
    content: '2012 год';
    font-weight: bold;
    margin-right: 20px;
  }
}

/* Table1 compress air qualification */
@media (max-width: 612px) {
  .compress_air_quali_table1_desktop_hide {
    display: show;
  }
  .compress_air_quali_table1 thead {
    display: none;
  }
  .compress_air_quali_table1 > tbody > tr > td,
  .compress_air_quali_table1 > tbody > tr > th {
    border-bottom: 1px;
  }
  .compress_air_quali_table1 tr:last-child {
    margin-bottom: 0px;
  }
  .compress_air_quali_table1 tr {
    display: block;
    border-bottom: 1px solid #000000;
    margin-bottom: 30px;
  }
  .compress_air_quali_table1 td {
    display: flex;
    justify-content: space-between;
  }
  .compress_air_quali_table1 > tbody > tr:nth-of-type(odd) {
    background: #f3fff3;
  }
  .compress_air_quali_table1 > tbody > tr:nth-of-type(even) {
    background: white;
  }
  .compress_air_quali_table1 td:nth-child(1)::before { 
    content: 'Класс чистоты';
    font-weight: bold;
    margin-right: 20px;
  }
  .compress_air_quali_table1 td:nth-child(2)::before {
    content: 'Класс чистой зоны';
    font-weight: bold;
    margin-right: 20px;
  }
  .compress_air_quali_table1 td:nth-child(3)::before {
    content: 'Максимально количество частиц при размере больше 0,5 мкм';
    font-weight: bold;
    margin-right: 20px;
    width: 65%;
  }
  .compress_air_quali_table1 td:nth-child(4)::before {
    content: 'Максимально количество частиц при размере больше 5 мкм';
    font-weight: bold;
    margin-right: 20px;
    width: 65%;
  }
  .compress_air_quali_table1 td:nth-child(5)::before {
    content: 'Температура точки росы под давлением, °С';
    font-weight: bold;
    margin-right: 20px;
    width: 75%;
  }
  .compress_air_quali_table1 td:nth-child(6)::before {
    content: 'Содержание масел, мг/м\B3';
    font-weight: bold;
    margin-right: 20px;
    width: 75%;
  }
}

/* Table1 equipment lamceiling */
@media (min-width: 636px) {
  #lamceiling_table1  {
    display: none;
  }
}

@media (max-width: 635px) {
  #lamceiling_table1_desktop {
    display: none;
  }
  #lamceiling_table1 tbody > tr:nth-of-type(odd) {
    background: #f3fff3;
  }
  #lamceiling_table1 tbody > tr:nth-of-type(even) {
    background: white;
  }
  #lamceiling_table1 tbody > tr > td:nth-of-type(n+2) {
    text-align: right;
  }
}