.b-main-news {
  position: relative;
}

.b-main-news--item {
  display: flex;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    float: left;
}

@media (min-width: 767px) {
	
.b-main-news--item {

    

}
	
	
	
	}
	
	
@media (min-width: 767px) and (max-width: 1259px) {
	
.b-main-news--item {
	width: 100%!important;
	padding: 20px;
}


.b-main-news--type-wrapper {
    width: 100%!important;

}
	
	
	
	}	
	

@media (min-width: 1260px) {
	
.b-main-news--item {
	width: 33%!important;
    float: left;
	padding: 50px;
	padding-top: 10px;
}
	
	
	
	}	
	
	

.b-main-news--item:nth-child(even) {
  flex-direction: row-reverse;
}

.b-main-news--item:nth-child(even) .b-main-news--media {
  align-items: flex-start;
}

.b-main-news--description {
  max-width: 100%;
}

.b-main-news--media {
  display: flex;
  flex-direction: column;
  max-width: 50%;
  align-items: flex-end;
}

.b-main-news--title,
.b-main-news--text {
  padding: 20px 0 20px 0;
}

.b-main-news--link {
  padding: 0 0 20px 0;
}

.b-main-news--title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
}

.b-main-news--text p {
  margin-bottom: 25px;
}

.b-main-news--text p:last-child {
  margin-bottom: 0;
}

.b-main-news--preview {
  position: relative;
  overflow: hidden;
}

.b-main-news--preview img {
  width: 100%;
  height: auto;
}

.b-main-news--type {
  margin-bottom: 40px;
}

.b-main-news--type.mobile {
  display: none;
}

.b-main-news--type-wrapper {
  max-width: 100%;
  width: 330px;
  height: 34px;
  font-size: 12px;
  line-height: 26px;
  background: #FF8200;
  padding: 4px 10px;
  border-left: 10px solid #b3b3b3;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}

.b-main-news--type-wrapper:hover,
.b-main-news--type-wrapper:focus {
  color: #fff;
  text-decoration: none;
}

.mobile {
  display: none !important;
}

@media (min-width: 768px) {
  .b-main-news--type,
  .b-main-news--preview {
    width: 100%;
    float: left;
    text-align: left;
    max-height: none;
  }
  .b-main-news--type-wrapper {
    font-size: 15px;
  }
  .b-main-news--item:nth-child(even) .b-main-news--type-wrapper {
    border-left: 10px solid #b3b3b3;
    border-right: 0;
  }
  .b-main-news--preview {
    padding-top: 10px;
	padding-bottom:35px;
  }
  .b-main-news--preview img {
    width: auto;
    max-width: 100%;
  }
  .b-main-news--item:nth-child(even) .b-main-news--preview img {
    margin: 0 auto 0 0;
  }
  .b-main-news--link,
  .b-main-news--title,
  .b-main-news--text {
    margin-right: 0px;
    padding: 20px 0px 20px 60px;
  }
  .b-main-news--item:nth-child(even) .b-main-news--link,
  .b-main-news--item:nth-child(even) .b-main-news--title,
  .b-main-news--item:nth-child(even) .b-main-news--text {
    margin-left: -80px;
    margin-right: 0;
  }
  .b-main-news--item:nth-child(even) .b-main-news--title,
  .b-main-news--item:nth-child(even) .b-main-news--text {
    background: #fafafa;
  }
  .b-main-news--item {
    margin-bottom: 40px;
  }
  .b-main-news--title {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 70px;
  }
  .b-main-news--type {
    padding-top: 30px;
  }
  .b-main-news--item:nth-child(even) .b-main-news--type {
    text-align: left;
  }
  .b-main-news--title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
  }
  .b-main-news--title {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .b-main-news--link,
  .b-main-news--title,
  .b-main-news--text {
    padding-left: 0px;
  }
  .b-main-news--item:nth-child(even) .b-main-news--link,
  .b-main-news--item:nth-child(even) .b-main-news--title,
  .b-main-news--item:nth-child(even) .b-main-news--text {
    margin-left: 0px;
  }
}

@media (min-width: 1260px) {
  .b-main-news--item {
    margin-bottom: 20px;
  }
  .b-main-news--type-wrapper {
    height: 42px;
    font-size: 22px;
    line-height: 36px;
  }
  .b-main-news--title {
    font-size: 20px;
  }
}

.b-side-menu {
  position: relative;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 600;
}

.b-side-menu li {
  padding-left: 15px;
  margin-bottom: 30px;
}

.b-side-menu li.active {
  color: #FF8200;
}

.b-side-menu li a {
  color: inherit;
}

.b-person-list {
  position: relative;
  font-size: 14px;
}

.b-person-list--item {
  margin-bottom: 60px;
}

.b-person-list--preview {
  margin-bottom: 20px;
}

.b-person-list h4 {
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.b-person-list--holder {
  font-size: 14px;
}

@media (min-width: 768px) {
  .b-person-list--item {
    padding-left: 260px;
  }
  .b-person-list--preview {
    float: left;
    margin-left: -260px;
  }
}

.b-sert-list {
  position: relative;
  font-size: 14px;
}

.b-sert-list--item {
  margin-bottom: 60px;
}

.b-sert-list--preview {
  display: flex;
  align-items: flex-end;
  margin-bottom: 32px;
}

.b-sert-list--preview-item {
  display: inline-block;
  margin-right: 20px;
}

.b-sert-list--title {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.b-sert-list--preview img {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.6);
}

.b-content-title {
  position: relative;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 600;
}

.b-content-title.t-with-line:before {
  content: "";
  position: absolute;
  top: -28px;
  left: -2000px;
  right: -2000px;
  border-top: 1px solid #d4d8db;
}

@media (min-width: 992px) {
  .b-text-holder {
    padding-left: 60px;
	padding-top: 50px;
  }
}

.b-side-title {
  margin-top: -5px;
  margin-bottom: 45px;
  padding-left: 15px;
  font-size: 30px;
  font-weight: 600;
}

.b-action {
  margin-bottom: 20px;
}

.b-action .row .btn {
  margin-bottom: 10px;
}

.b-article {
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 1.6;
}

.b-article.with-image img {
  margin-bottom: 20px;
}

.b-article.with-image p {
  font-size: 14px;
  color: #535353;
}

.b-article ol,
.b-article li,
.b-article ul,
.b-article p {
  margin-bottom: 30px;
}

.b-article .embed-responsive,
.b-article figure,
.b-article table,
.b-article .b-action,
.b-article .b-dot-list {
  margin-top: 60px;
  margin-bottom: 60px;
}

.b-article img {
  max-width: 100%;
  height: auto;
}

.b-article h1 {
  font-size: 28px;
  line-height: 1.2;
}

.b-article h2 {
  font-size: 24px;
  line-height: 1.2;
}

.b-article h3 {
  font-size: 18px;
  line-height: 1.8;
}

.b-article h4 {
  font-size: 16px;
  line-height: 1.8;
}

.b-article h1,
.b-article h4,
.b-article h3,
.b-article h2 {
  font-weight: 600;
  margin-top: 80px;
  margin-bottom: 30px;
}

.b-article .embed-responsive:first-child,
.b-article figure:first-child,
.b-article table:first-child,
.b-article .b-action:first-child,
.b-article .b-dot-list:first-child,
.b-article h4:first-child,
.b-article h1:first-child,
.b-article h3:first-child,
.b-article h2:first-child {
  margin-top: 0;
}

.b-article table {
  font-size: 14px;
}

.b-article figure {
  margin-bottom: 60px;
}

.b-article figure:after {
  content: " ";
  display: table;
  clear: both;
}

.b-article figcaption {
  max-width: 220px;
  overflow: hidden;
  font-size: 14px;
  color: #535353;
}

@media (min-width: 992px) {
  .b-article figure img {
    margin-right: 55px;
    float: left;
  }
}

.b-dot-list {
  font-size: 14px;
  margin-right: -60px;
}

.b-dot-list li {
  width: 33.33%;
  padding-right: 60px;
  margin-right: -0.3em;
  display: inline-block;
  vertical-align: top;
}

.b-dot-list li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #d8d8d8;
  display: block;
  margin: 0 0 10px 5px;
}

.b-job-list {
  position: relative;
  font-size: 16px;
}

.b-job-list--item {
  margin-bottom: 30px;
}

.b-job-list--title {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.b-news-list {
  position: relative;
  font-size: 16px;
}

.b-news-list--item {
  display: flex;
  margin-bottom: 60px;
}

.b-news-list--image {
  max-width: 140px;
  max-height: 160px;
}

.b-news-list--content {
  margin-left: 40px;
}

.b-news-list-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.b-news-list--title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.b-news-list--title a {
  color: #262626;
  text-decoration: none;
}

.b-news-list--more {
  width: 20px;
  height: 20px;
  background-image: url(../img/dots.svg);
  background-repeat: no-repeat;
  overflow: hidden;
  color: transparent !important;
}

.b-news-list--date {
  color: #FF8200;
  font-size: 16px;
}

.b-news-list--holder {
  margin-top: 3px;
  overflow: hidden;
  margin-bottom: 0;
}

.b-news-list--holder>*:last-child {
  margin-bottom: 0;
}

.b-table,
.b-pager {
  margin-bottom: 60px;
}

.b-pager ul,
.b-pager li {
  margin-bottom: 0 !important;
}

.b-news-date {
  margin-top: 30px;
  margin-bottom: 60px;
  color: #FF8200;
  font-size: 16px;
}

.b-big-table {
  position: relative;
  font-size: 12px;
}

.b-big-table th {
  background: #cdcccc;
  border-color: #fff !important;
  border-bottom: 0 !important;
}

@media (min-width: 1560px) {
  .b-big-table {
    margin-right: -200px;
  }
}

.b-image-list {
  margin-right: -80px;
  margin-bottom: 20px;
}

.b-image-list--item {
  width: 100%;
  margin-bottom: 40px;
  padding-right: 80px;
  margin-right: -0.3em;
  display: inline-block;
  vertical-align: top;
}

.b-image-list--title {
  margin-top: 20px;
  margin-bottom: 0;
  color: #353535;
  font-size: 14px;
}

.b-image-list--preview {
  line-height: 150px;
}

.b-image-list--preview img {
  box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.25);
  display: inline-block;
  vertical-align: bottom;
}

.b-slider {
  position: relative;
  margin-top: 40px;
}

.b-slider .b-pager {
  margin-bottom: 20px;
}

.b-slider--title {
  font-size: 14px;
  color: #535353;
  margin-top: 20px;
}

.b-news-list--image-mobile {
  display: none;
  margin-top: 30px;
}

@media (min-width: 992px) {
  .b-slider--title {
    margin-left: 20px;
  }
}

.b-side-image {
  max-width: 100%;
  display: block;
}

@media (max-width: 768px) {
  .b-main-news--item,
  .b-news-list--item {
    flex-direction: column;
  }
  .b-main-news--description,
  .b-main-news--media {
    max-width: 100%;
  }
  .b-main-news--type {
    display: none;
  }
  .b-main-news--preview {
    display: none;
  }
  .mobile {
    display: block !important;
    margin-bottom: 0;
  }
  .b-news-list--content {
    margin-left: 0;
  }
  .b-news-list--image {
    display: none;
  }
  .b-news-list--image-mobile {
    display: block;
  }
}

#produkcija td {
    padding: 5px;
	}
	
#produkcija img {
    padding-bottom: 40px;
	}	
	
	
#produkcija .colored-table thead td {
    background-color: #EC7324;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
}


#produkcija td p {
    margin-bottom: 5px;
}

@media screen and (max-width: 600px) {
  #produkcija .colored-table-container {
    overflow-x: scroll;
  }
}

@media screen and (max-width: 600px) {
  #produkcija {
    overflow: auto;
  }
}

@media screen and (max-width: 400px) {
  .exchange_rates {
    max-width: 380px;
    min-height: 70px;
    margin: 0px 5px;
  }
}

@media screen and (max-width: 380px) {
  .exchange_rates {
    max-width: 380px;
    min-height: 70px;
    margin: 0px 12px;
  }
}

@media screen and (max-width: 350px) {
  .exchange_rates {
    max-width: 315px;
    min-height: 90px;
    margin: 0px 18px;
  }
}



#produkciya .col-md-4 {
    padding-bottom: 40px;
	text-align: center;
	padding-bottom: 30px;
	}

#produkciya .col-sm-12 {
    padding-left:0px;
	padding-right:0px;
	}	

#produkciya img {
    box-shadow: 0px 0px 2px black;
	}	
	
	
#opisanie {
    padding-top: 30px;
	}		
	
	
@media screen and (max-width: 600px) {
  #produkciya-h1 {
    padding-top: 0px;
    height: auto;
	}
	
	
.b-article {

    padding-top: 80px;
}
	
	
	
}	
@media (min-width: 601px) {
  #produkciya-h1 {
    padding-top: 0px;
	}
}



@media (max-width: 400px) {
  .navbar-brand {
    padding: 20px 0 20px 10px;
}


.b-extra-header--right .list-inline {
    margin-left: 300px;
}

.b-header--extra {
    padding: 23px 19px 77px;
	z-index:100000;
}

.navbar-toggle {
    margin-top: 18px;
}

}






@media (min-width: 992px) and (max-width: 1260px){
    
#produkciya .col-sm-12 {
    padding: 10px;
}


#produkciya {
display: flex;
    flex-wrap: wrap;
    width: 100%;
}


}    
    
    
    
    
@media (max-width: 400px) {
	
.b-side-title {

    padding-left: 0px;

}

  .menu234 {
    margin-top: 46px;
    margin-right: -40px;
}  

}
    
    
   .h2new  {
    margin-top: 35px!important;
    margin-bottom: 20px!important;
}
    
    
  .li-new  {
    margin-bottom: 10px!important;
}



  .new30{
    font-size: 60px;
    color: #FF8200;
    padding: 0px;
    line-height: 40px;
}


  .new30 span{
    font-size: 22px;
    color: #FF8200;
}


.new29 {
    margin-top: 50px!important;
}

  .new31 {
    padding-left: 30px;
}




@media screen and (max-width: 1261px) {
    
    .col-sm-12.col-md-4.new30 {
    width: 100%!important;
}


#produkcija {
    overflow: auto;
}
    
    
.new31 {
    padding-left: 0px;
    margin-top: 50px;
    margin-bottom: 50px;
}
}


.vakansii-css li{
    margin-bottom: 15px!important;
}
