body
{
  background-color: #ffffff;
}

:root{
	--main-color: #ba9e1e;
	--main-color-hover: #e2e166;
	--border-line-color: #e2e166;
}

h1, .h1 {
    font-size: 2.1rem !important;
}
h2, .h2 {
    font-size: 1.6rem !important;
}

.bg-grey{background-color: #f2f3f8;}
.bg-black {background-color: #000000;}

.top-button
{
  position: fixed;
  bottom: 20px;
  right: 40px;
  z-index: 996;
  color: var(--main-color);
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.5s all;
}

.button-hide
{
  bottom: -50px;
}

.main-nav
{
  position: fixed;
  width: 100%;
  z-index: 998;
  transition: 0.2s all;
}

.scrolled
{
  background-color: #ffffff !important;
  padding-top: 5px;
  padding-bottom: 5px;
}

.navbar-laravel
{
  background-color: #ffffffe0;
}

.navbar-laravel .container
{
  max-width: none;
}

.logo
{
  width: 18%;
  margin-right: 85px;
}

.navbar-nav
{
  color: var(--main-color);
}

.navbar-nav .nav-menu
{
  margin: 0px 12px;
}

.navbar-nav a
{
  color: #363d41;
  text-decoration: none;
  transition: 1s all;
}

.navbar-nav a:hover
{
  color: var(--main-color);
}

.navbar-nav .active a
{
  color: var(--main-color);
}

.navbar {
	border-bottom: 1px solid #f2f3f8;
}

.dropdown-menu {
	border-left: 2px solid black;
	border-radius: 0;
}

.dropdown-menu li ul {
	border-right: none;
	border-bottom: none;
	border-top: none;
}

.swiper-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  background-attachment: scroll;
}

.swiper-text {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  word-wrap: break-word;
  white-space: normal;
  text-shadow: white 0px 0px 10px;
}

.swiper-title
{
  color: #000;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: .075em;
  margin-top: 20px;
  word-wrap: break-word;
  white-space: normal;
}

.ptb-100
{
  padding-top: 100px;
  padding-bottom: 100px;
}


.services
{
  background-color: #ffffff;
  padding: 30px 15px;
  text-align: center;
  height: 425px;
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  overflow: hidden;
}

.services:before
{
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
  content: "";
  display: inline-block;
  border: 1px solid var(--main-color);
  transition: 0.33s all ease-in;
  -webkit-transform: translate3d(0, 0, 150px);
  transform: translate3d(0, 0, 150px);
  pointer-events: none;
}

.services:hover:before
{
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.services i
{
  color: #9b9b9b;
  transition: 0.33s all ease-in;
}

.services:hover i
{
  color: var(--main-color);
}

.services .services-title
{
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.16667;
  word-spacing: .075em;
  font-weight: 700;
  transition: 0.33s all ease-in;
}

.services .services-line, .blog-view .blog-line
{
  width: 36px;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  background: #9b9b9b;
  transition: 0.33s all ease-in;
}

.services:hover .services-line, .blog-view:hover .blog-line
{
  width: 106px;
  background-color: var(--main-color);
}

.services .services-text
{
  width: 100%;
  margin-top: 0px;
  transition: 0.33s all ease-in;
  padding-left: 5px;
  padding-right: 5px;
}

#sertificates-slide
{
  min-width: 50%;
}

#sertificates-slide .swiper-pagination-bullet
{
  border-color: #9b9b9b;
}

#sertificates-slide .swiper-pagination-bullet:hover, 
#sertificates-slide .swiper-pagination-bullet-active
{
  background: var(--main-color);
  border-color: var(--main-color);
}

@media(max-width: 1270px)
{
  .services:before
  {
    transform: translate3d(0, 0, 200px);
  }
}

.logo img {
	height: 60px;
}

@media(max-width: 1065px)
{
  .logo
  {
    margin-right: 0;
  }
}

#sertificates-slide .swiper-pagination
{
	position: static !important;
}

.sertif{
	height:260px;
}

.sertif figure, .sertif img {
	height:100%; 
	width:auto;
}

.sertif img {
	border-top: 1px solid silver; 
	border-bottom: 1px solid silver; 
}

.sertif figure:hover img {
  opacity: 0.2;
  transition: 0.3s;
}

.sertif figure .link-preview,
.sertif figure .link-details {
  position: absolute;
  display: inline-block;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: var(--main-color);
  border-radius: 50%;
  transition: 0.2s linear;
}

.sertif figure .link-preview i,
.sertif figure .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #333;
}

.sertif figure .link-preview:hover,
.sertif figure .link-details:hover {
  background: var(--main-color-hover);
}

.sertif figure .link-preview:hover i,
.sertif figure .link-details:hover i {
  color: var(--main-color);
}

.sertif figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

.sertif figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

.sertif figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 44px);
}

.sertif figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}

@media(max-width: 991px) {
  .main-nav .container
  {
    max-width: 100%;
    margin-left: 0;
    flex-wrap: wrap;
  }

  .logo
  {
    width: 15%;
    margin-right: 0px;
  }

  .swiper-title
  {
    font-size: 15px;
  }

  .swiper-text
  {
    font-size: 25px;
  }
}

@media(max-width: 570px)
{
  #sertificates-slide .swiper-pagination {
    top: 90%;
  }
  .sertif{
	height:55vh;
  }
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

body.mobile-nav-active {
  overflow: hidden;
}

.navbar_tel{
    text-decoration: none !important;
	color: var(--main-color) !important;
	font: 700 13px/21px "Lato", Helvetica, Arial, sans-serif !important;
    text-transform: uppercase !important;
    /*font-weight: 700 !important;*/
	padding-top: 3px;
}
.navbar_tel:hover{
	color: var(--main-color-hover) !important;	
}
.navbar_tel svg {
    height: 25px;
    width: 25px;
    margin-left: 10px;
}

.pos_static {
	position: static !important;
	transform: none !important;
}

.mbut{	
	background: var(--main-color);
    border: 0;
    padding: 7px 10px;
    color: #fff !important;
    transition: 0.4s;
    cursor: pointer;
	border-radius: 5px;
	/*float: right;*/
	display: inline-block;
}
.mbut:hover {	
	background: var(--main-color-hover);
}
.mbut-1{	
	background: var(--main-color);
    border: 0;
    padding: 7px 10px;
    color: #fff !important;
    transition: 0.4s;
    cursor: pointer;
	border-radius: 5px;
	position: absolute; 
	bottom: 23px; 
	left: 50%; 
	margin-left: -50px;
}
.mbut-1:hover {	
	background: var(--main-color-hover);
}



.logo-text {
	font-size: 10px;
	margin: auto;
	font-weight: bold;
	white-space: normal;
	text-align: center;
}

.list-ul ul li {
	word-break: normal;
	white-space: normal;
}

@media only screen and (max-width: 768px) {
	.scrollable{
		height: auto;
		max-height: 40em;
		overflow-x: hidden;
	}
	.logo-text {
		margin-top: 6px;
	}
	.logo {
		width: 20%;
		margin-right: 0px;
	}
	.logo img {
		height: 40px;
	}
	.dropdown-menu {
		border-right: none;
		border-bottom: none;
		border-top: none;
	}
	.LanguageSelector {
		margin: 12px 12px;
	}
}

@media only screen and (min-width: 768px) {
	.d-reverse>div:last-child{
		order:1;
		/*text-align: right !important;*/
	}
	.d-reverse>div:nth-child(2) {
		order:2;
		/*text-align: right !important;*/
	}
}

.leftimg {
	float:left;
	margin: 7px 7px 7px 0;
}
.rightimg  {
	float: right;
	margin: 7px 0 7px 7px;
}

.footer_link {
	text-decoration: none !important;
    color: var(--main-color) !important;
}

/*carousel*/
.carousel-inner {
	height: 100%;
}

.carousel-item, .row-img-container{
	height: 100%;
	overflow: hidden;
	position: relative;
}

.carousel-item img {
	margin-left: 50%;
	transform: translateX(-50%);
	height: 100%;
	opacity: 0.5;
}
.carousel-caption {
	text-shadow: 0px 0px 12px #000;
}
.carousel-caption span {
	font-size: 1.4rem;
	font-weight: bold;
}
.row-img-container img {
	margin-left: 50%;
	transform: translateX(-50%);
	height: 100%;
}

.float-left {
	float: left !important;
}

/*--- cookies --- beg ---*/
.using-cookie-block {
    position: fixed;
    bottom: 0px;
    background-color: #263238;
    z-index: 100;
}

/*--- manufacturers ---*/
.display-manufacturers .thumbnail{
	/*height: 250px;*/
	display: block;
	vertical-align: middle;
	text-align: center;
	position: relative;
}
.display-manufacturers .thumbnail:hover{
	border-color: #FFD100;
}
.display-manufacturers .thumbnail:after{
	content: '';
	position: absolute;
	bottom:-17px;
	width:164px;
	width:100%;
	height: 17px;
	left:0px;
	background: url(/img/shadow.png) no-repeat;
	background-size: 100% 100%;
}
.display-manufacturers .thumbnail img{
    max-width: 100% !important;
}
.line_container {
    position: relative;
    padding: 0px 15px;
    height: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid var(--main-color) !important;
}
.line_container_silver {
    position: relative;
    padding: 0px 15px;
    height: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid silver !important;
}
.text_on_line {
	background: #fff;
    padding: 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
	font-weight: bold;
    font-size: 12px;
    color: var(--main-color);	
}
.text_on_line_silver {
	background: #fff;
    padding: 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
	font-weight: bold;
    font-size: 12px;
    color: silver;	
}

.img-thumbnail {
    border: 1px solid var(--main-color) !important;
}

.LanguageSelector .active-link {
	color: #e30613;
	font-weight: bold;
}

/*bootstrap*/
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid var(--main-color);
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.d-flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.leftimg {
float:left;
margin: 7px 7px 7px 0;
}
.rightimg  {
float: right;
margin: 7px 0 7px 7px;
}

/*products*/
.product_item {
	border: 1px solid var(--main-color);
	cursor: pointer;
	overflow: hidden;
	border-radius: 8px;
	padding: 0;
	margin: 5px;
}
.product_item img {
	border: initial !important;
	padding: 0 !important;
}
.product_item a{
	position: absolute;
	top: 0;
	width:100%;
	height:100%;
}
.product_title{
	padding: 0px 5px 5px 5px;
	min-height: 77px;/*3 lines*/
}

table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
  padding: 5px;
}

h2 {
	margin-top: 5px;
}

.product_text h2::after {
	content: '';
    flex: 1;
    height: 1px;
    margin-left: 5px;
    background: var(--main-color);
}

/*
.truncate-text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
*/