/* ======================== reset start */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ======================== reset end */
/* ======================== template start */
* {
  box-sizing: border-box;
}

body {
  font-family: 'Open Sans', 'Arial', sans-serif;
  color: #000000;
  line-height: 1;
}

a {
  color: #000;
}
a:hover {
  color: #ff7200;
}

.b-body-bg {
  background: url("../images/body.jpg") repeat-y center;
  background-attachment: fixed;
}
.b-content__fabr-wrap.content-text ul {
  list-style: disc;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.l-container {
  max-width: 1170px;
  padding: 0 15px;
  margin: auto;
  position: relative;
}
.l-container:after {
  display: table;
  content: ' ';
  clear: both;
}
.text.text-news p {
  margin-bottom: 20px;
}
.text.text-news h2 {
  font-size: 22px;
  font-weight: bold;
  margin: 15px 0;
}
.b-content__quality:before,
.b-content__thumbnails:before {
background: rgba(0, 0, 0, 0) url("../images/body.jpg") no-repeat fixed center center;
content: "";
filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="4" /></filter></svg>#filter');
-webkit-filter: blur(4px);
        filter: blur(4px);
height: 100%;
left: 0;
overflow: hidden;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
}


.f-clear:after {
  display: table;
  content: ' ';
  clear: both;
}

a:hover {
  color: #ff7200;
}

/* ======================== template end */
/* ======================== header start */
.b-header {
background-color: #ffffff;
position: absolute;
top: 0;
width: 1140px;
z-index: 3;
}

main{
  margin-bottom: 40px;
}

.b-body-bg .b-header {
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.6);
}

.b-header__menu {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.b-header__top {
  float: none;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 18px 0;
}

/*.b-header__menu-item {
  display: table-cell;
  width: 3%;
  vertical-align: top;
}*/

.b-header__menu-item a {
  font-size: 22px;
  display: block;
  color: #000000;
  font-weight: bold;
}

html[lang="ru"] .b-header__menu-item a{
  font-size: 18px;
}

.b-header__menu-item a.active, .b-header__menu-item a:hover {
  color: #ff7200;
}

.b-header__logo-link {
  display: block;
  width: 404px;
  height: 56px;
  background: url("../images/logo.png") no-repeat center;
  background-size: cover;
}

.b-header__open-menu {

  font-size: 22px;
  font-weight: bold;
  display: block;
  color: #000000;
}

.b-header__open-menu span{
  text-decoration: underline;
    cursor: pointer;
}



.b-header__open-menu span:hover{
  color: #ff7200;
  text-decoration: underline;
}

.b-header__menu-wrap {
  display: none;
  border-top: 1px solid #ff7200;
  padding: 28px 42px 42px 42px;
  position: absolute;
  width: 100%;
  background-color: white;
  z-index: 1;
  margin-top: 0;
}


.b-body-bg .b-header__menu-wrap{
  margin-top: 0;
}

.b-header__open-menu i {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 11px;
  background: url("../images/header-icon.png") no-repeat;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.1s linear;
          transition: transform 0.1s linear;
}

.b-header__open-menu.open i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.1s linear;
          transition: transform 0.1s linear;
}


.video{
  
}

.video::before {
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.sod_select {
  border: 1px solid #ff7200;
  display: inline-block;
  float: none;
  height: 34px;
  margin: 0 0 0 12px;
  padding: 0;
  position: relative;
  top: 5px;
  width: 70px;
}
.b-header__menu .sod_select {
  top: 0;
}
.sod_select .sod_label {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 34px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.sod_select .sod_list_wrapper {
  width: 100%;
  border: 1px solid #ff7200;
  margin: 0;
}

.sod_select:before, .sod_select:after {
  content: ' ';
}

.sod_select::before {
  background: rgba(0, 0, 0, 0) url("../images/header-icon.png") no-repeat scroll 0 0;
  display: inline-block;
  height: 14px;
  margin-left: 0;
  top: 32%;
  transform: rotate(0deg);
  transition: transform 0.1s linear 0s;
  vertical-align: middle;
  width: 14px;
}



.b-header__open-menu .sod_select {
  text-decoration: none !important;
  z-index: 20;
}

.m-header_position {
  position: relative;
}

.sod_select.open:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.1s linear;
          transition: transform 0.1s linear;
}

.mobile-open {
  display: none;
}

/* ======================== header media */
@media screen and (max-width: 1169px) {
  .b-header {
    width: auto;
    position: relative;
  }

  .b-header__menu-item a {
    font-size: 18px;
  }
  html[lang="ru"] .b-header__menu-item a{
    font-size: 16px;
  }

.l-container {
  padding: 0;
}
.row {
  margin-left: 0;
  margin-right: 0;
}


.l-footer__container {
  margin: auto;
  max-width: 1000px;
  padding-left: 15px;
  padding-right: 15px;
}


}
@media screen and (max-width: 992px) {
  .b-header__top {
    padding: 18px 62px;
  }

  .b-header__menu-wrap {
    padding: 28px 0 42px 0;
  }

  .b-header__menu-item a {
    font-size: 14px;
  }
  html[lang="ru"] .b-header__menu-item a{
    font-size: 13px;
  }
  .b-header__menu {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }

}
@media screen and (max-width: 768px) {
  .b-header__menu-wrap {
    padding: 0;
  }

  .b-header__menu-item .sod_select {
    float: none;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ff7200;
  }

  .b-header__menu {
    display: block;
  }

  .b-header__menu-item {
    display: block;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #ff7200;
  }
  .b-header__menu-item a {
    text-align: center;
    font-size: 18px;
    text-decoration: none;
  }
    html[lang="ru"] .b-header__menu-item a{
    font-size: 18px;
  }
  .b-header__menu-item:last-child {
    padding: 0;
    border: none;
  }

  .mobile-open {
    display: block;
  }

  .b-header__open-menu {
    font-size: 0;
  }

  .b-header__open-menu > i {
    display: none;
  }

  .b-header__open-menu i {
    display: block;
    width: 50px;
    height: 6px;
    margin-left: 0;
    background: #000000 none;
    margin-bottom: 9px;
  }
  .b-header__open-menu i:last-child {
    margin-bottom: 0;
  }
  .b-header__open-menu > i {
    display: none;
  }

  .b-header__top {
    padding: 18px 15px;
  }

/*  .b-header {
    margin: 0 -15px;
  }*/

  .b-header__logo-link {
    width: 362px;
    background-size: contain;
  }

  .mobile-open {
    display: block;
  }



.b-content__quality:before,
.b-content__thumbnails:before {
background-color: rgba(0, 0, 0, 0);
background-image: url("../images/body.jpg");
background-repeat: repeat-y;
background-attachment: scroll;
background-position: center top;
content: "";
filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="8" /></filter></svg>#filter');
-webkit-filter: blur(8px);
        filter: blur(8px);
height: 100%;
left: 0;
overflow: hidden;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
}




}
@media screen and (max-width: 479px) {
  .b-header__logo-link {
    width: 210px;
  }


.b-body-bg {
  background: url("../images/body.jpg") repeat center;
  background-attachment: scroll;
}


}
/* ======================== header end */
/* ======================== content start */
.b-slider__item-title {
  font-size: 50px;
  line-height: 1;
  color: #ffffff;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  text-align: center;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.b-slider .owl-prev {
  float: left;
  width: 60px;
  height: 60px;
  margin-left: 70px;
  background: transparent url("../images/slider/ARROWS.png") no-repeat left center;
}

.b-slider .owl-next {
  width: 60px;
  height: 60px;
  float: right;
  margin-right: 70px;
  background: transparent url("../images/slider/ARROWS.png") no-repeat right center;
}

.b-slider .owl-nav {
  position: absolute;
  float: right;
  width: 100%;
  top: calc(50% - 30px);
}

.b-about {
  padding-top: 86px;
}

.b-about__item-link:hover:before,
.b-production__item-link:hover:before {
  background-color: #000;
}
.b-about__item-link:hover:after,
.b-production__item-link:hover:after {
  background-color: #000;
}

.b-about__item-link,
.b-production__item-link {
  float: right;
  width: 275px;
  position: relative;
  color: #ff7200;
  border: 2px solid #ff7200;
  border-right: 0;
  padding: 18px;
  font-size: 18px;
  line-height: 28px;
  margin-right: 23px;
  text-decoration: underline;
}
.b-about__item-link:hover,
.b-production__item-link:hover {
  border-color: #000000;
  color: #000000;
}
.b-about__item-link:before,
.b-production__item-link:before {
  position: absolute;
  width: 2px;
  height: 56%;
  content: ' ';
  background-color: #ff7200;
  -webkit-transform: rotate(-26deg);
      -ms-transform: rotate(-26deg);
          transform: rotate(-26deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  right: 0;
  top: -1px;
}
.b-about__item-link:after,
.b-production__item-link:after {
  position: absolute;
  width: 2px;
  height: 56%;
  content: ' ';
  background-color: #ff7200;
  -webkit-transform: rotate(26deg);
      -ms-transform: rotate(26deg);
          transform: rotate(26deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  bottom: 0;
  right: 0;
}

.b-about__item,
.b-production__item {
  margin-bottom: 70px;
}

.b-about__item-text,
.b-production__item-text {
  margin-left: 54px;
}

.text,
.b-about__item,
.b-production__item-text{
font-size: 22px;
line-height: 32px;
color: #000000;
}

.text-news {
  min-height: 200px;
}

.b-about__item-text p,
.b-production__item-text p {
  font-size: 22px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 26px;
}

.b-production__process-item {
  display: inline-block;
}
.b-production__process-item:last-child:after {
  display: none;
}
.b-production__process-item:after {
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px;
  width: 64px;
  height: 48px;
  content: ' ';
  background: url("../images/arrow.png") no-repeat;
}
.b-production__process-item img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}
.b-production__process-item span {
  display: inline-block;
  vertical-align: middle;
  width: 234px;
  height: 234px;
}

.b-production__process-item em {
  display: block;
  font-size: 18px;
  font-style: normal;
  line-height: 24px;
  margin-top: 22px;
}

.b-production {
  background-color: #f0f0f0;
}

.b-production__process {
  margin-bottom: 150px;
  padding-top: 69px;
  text-align: center;
}

.b-export {
  background-color: #FF7200;
  padding: 33px 0 64px 0;
}

.b-export__title {
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
  position: relative;
  text-align: center;
  z-index: 2;
}

.b-countries__item {
  margin-right: 60px;
  display: inline-block;
}

.b-countries__item-list span {
  font-size: 22px;
  line-height: 32px;
  color: #ffffff;
}

.b-countries {
  position: absolute;
  right: 0;
  bottom: 0;
}

.b-news__title {
  display: block;
  font-size: 40px;
  color: #000000;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}

.b-news__thumbnail-img {
  padding: 20px;
}

.b-news__thumbnail-img img {
  width: 100%;
  height: auto;
}

.b-news__thumbnail-title {
  display: block;
  font-size: 25px;
  line-height: 28px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  margin-bottom: 28px;
}

.b-news__thumbnail-text {
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  text-align: center;
}

.b-news {
  padding: 56px 0;
}

.l-export__wrap {
  position: relative;
  height: 500px;
}

.b-content__thumbnails, .b-content__quality {
  background-color: rgba(255, 255, 255, 0.5);
}

.b-thumbnails__top {
  background-color: #000000;
  position: relative;
}


.arrow-toggle {
background-image: url("../images/toggle.png");
background-position: center center;
background-repeat: no-repeat;
bottom: 6px;
cursor: pointer;
height: 50px;
position: absolute;
right: 0;
width: 50px;
}

.arrow-toggle:hover, .arrow-toggle.active {
  background-image: url("../images/toggle_.png");
}

.b-img-wrap {
  position: absolute;
  width: 100%;
  height: 410px;
  background: url("../images/map.png") no-repeat center center;
  background-size: contain;
  top: 75px;
}

.b-thumbnails__img {
border-radius: 50%;
display: inline-block;
height: 106px;
overflow: hidden;
vertical-align: top;
width: 106px;
position: relative;
}

.b-thumbnails__img:after {
  background: rgba(0, 0, 0, 0) url("../images/zoom-in.png") no-repeat scroll center center / auto 30%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-perspective: 500px;
          perspective: 500px;
  position: absolute;
  top: 0;
  -webkit-transform: translate(3px, 3px);
      -ms-transform: translate(3px, 3px);
          transform: translate(3px, 3px);
  -webkit-transform-origin: center center 0;
      -ms-transform-origin: center center 0;
          transform-origin: center center 0;
  -webkit-transition: all 0.2s ease 0s;
          transition: all 0.2s ease 0s;
  width: 100%;
}

.b-thumbnails__img:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.b-thumbnails__img img {
  width: 100%;
  height: auto;
}

.b-thumbnails__top-caption {
  display: inline-block;
  vertical-align: top;
  height: 106px;
  position: relative;
  width: 50%;
  margin-left: 15px;
}

.b-thumbnails__top-title {
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
}

.b-content__thumbnails {
padding: 70px 0;
}
.b-content__thumbnails-desk-img > img {
  max-width: 100%;
}
.b-content__title {
  font-size: 40px;
  color: #000000;
  margin-bottom: 50px;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
}

.b-thumbnails__top-subtitle {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 20px;
  color: #c9dadb;
}

.b-thumbnails__top {
  padding: 22px;
}

.b-thumbnail__caption-table {
  background-color: #ffffff;
}

.b-thumbnail__caption-table table tr td {
font-size: 15px;
line-height: 22px;
vertical-align: middle;
}

.b-thumbnail__caption-table table tr td strong{
font-size: 20px;
line-height: 31px;
}

.b-thumbnail__caption-table table tr td:first-child {
  padding-right: 14px;
}
.b-thumbnail__caption-table li:last-child > div {
  float: left;
  width: 50%;
  padding: 20px;
  border-left: 1px solid #b2b2b2;
}
.b-thumbnail__caption-table li:last-child > div:first-child {
  border-left: 0;
}

.b-thumbnail__caption-table-item span {
  border-bottom: 1px solid #b2b2b2;
  border-left: 1px solid #b2b2b2;
  float: left;
  font-size: 15px;
  line-height: 18px;
  padding: 20px;
  width: 50%;
}
.b-thumbnail__caption-table-item span:first-child {
  border-left: 0;
}

.b-thumbnail__caption-table-link, 
.mixClass p {
  display: block;
  color: #ff7200;
  font-size: 15px;
  line-height: 18px;
  margin-top: 30px;
  text-decoration: none;
}


.b-thumbnails__item {
margin-bottom: 30px;
position: relative;
}

.b-thumbnail__caption {
  left: 15px;
  position: absolute;
  top: 100%;
  width: calc(100% - 30px);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
.b-thumbnail__caption.active {
  opacity: 1;
  visibility: visible;
}

.b-content__thumbnails-desk-text,
.b-content__quality-desc-text {
  font-size: 20px;
  line-height: 30px;
}

.b-content__thumbnails-desk p {
  margin-bottom: 66px;
}

.b-content__quality-desc {
  margin-bottom: 118px;
}

.b-content__quality-desc-text p {
margin-bottom: 40px;
}
.b-content__quality-desc-text p span {
  font-weight: bold;
}

.b-content__quality {
  padding: 70px 0;
}

.b-content__quality-desc-img {
  text-align: right;
}

.b-content__quality-list {
  text-align: center;
}

.b-content__quality-list-item {
  display: inline-block;
  margin-bottom: 20px;
  margin-left: 24px;
  margin-right: 24px;
  vertical-align: top;
  width: 164px;
}

.b-content__quality-list-item em {
display: block;
margin-top: 16px;
}

.b-content__quality-list-item a {
  display: block;
  position: relative;
  text-decoration: none;
}

.b-content__quality-list-item a:hover {
  text-decoration: underline;
  color: #000;
}


.b-content__quality-list-item a:after {
  background: rgba(0, 0, 0, 0) url("../images/zoom-in.png") no-repeat scroll center center / auto 18%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-perspective: 500px;
          perspective: 500px;
  position: absolute;
  top: 0;
  -webkit-transform: translate(3px, 3px);
      -ms-transform: translate(3px, 3px);
          transform: translate(3px, 3px);
  -webkit-transform-origin: center center 0;
      -ms-transform-origin: center center 0;
          transform-origin: center center 0;
  -webkit-transition: all 0.2s ease 0s;
          transition: all 0.2s ease 0s;
  width: 100%;
}

.b-content__quality-list-item a:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}




.b-content__quality-list-item a img {
  width: 100%;
  height: auto;
}

.b-content__fabr-desc-text {
  margin-bottom: 102px;
}
.b-content__fabr-desc {
  font-size: 20px;
  line-height: 30px;
}

.b-content__fabr-wrap {
  width: 940px;
  padding: 0 15px;
  float: none;
  margin: auto;
}

.b-fabr-thumbnails {
  float: none;
  margin: auto;
}

.b-fabr-thumbnails__img img {
  width: 100%;
  height: auto;
}

.b-fabr-thumbnails__caption {
  margin-top: 64px;
}
.b-fabr-thumbnails__text{
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
.b-fabr-thumbnails__text p {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 42px;
}

a[id*="vid"] {
  background: #ff7200 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  margin-top: 16px;
  padding: 14px;
  text-decoration: none;
  transition: all 0.1s ease 0s;
}
a[id*="vid"]:hover {
  background: #000 none repeat scroll 0 0;
}

/*.b-fabr-thumbnails__img video{
  margin-top: 110px;
}*/

.b-fabr-thumbnails__top {
  margin-right: 78px;
}

.m-fabr-thumbnails_indent {
  margin-right: 0;
  margin-left: 78px;
}

.m-fabr-thumbnails__item_revers .b-fabr-thumbnails__top {
  float: right;
}

.b-fabr-thumbnails__item {
  margin-bottom: 80px;
}

.b-content__contacts-title,
.b-content__contacts-item strong {
  display: block;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 44px;
}

.b-content__contacts-item  {
  font-size: 22px;
  line-height: 32px;
}

.b-content__contacts-item p {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 42px;
}

.b-content__contacts {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.b-content__map {
  float: right;
}

.border {
  display: inline-block;
  position: relative;
}

.border:after {
border: 1px solid #c9dadb;
border-radius: 10px;
content: "";
height: 100%;
left: -6px;
padding: 5px 5px 0;
position: absolute;
top: 0;
width: 100%;
}

.b-thumbnails__item-read-more {
  color: #000000;
  font-size: 18px;
}

.owl-dots {
  bottom: 30px;
  margin-right: 50px;
  position: absolute;
  right: 0;
  z-index: 20;
}
.owl-dot {
background: rgb(255, 255, 255) none repeat scroll 0 0;
border-radius: 50%;
float: left;
height: 25px;
margin-left: 12px;
margin-right: 12px;
width: 25px;
}
.owl-dot.active {
  background: rgb(255, 114, 0) none repeat scroll 0 0;
}


.header-home {
  background-image: url("../images/prosplav-home-icon.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80% auto;
  display: inline-block;
  height: 30px;
  margin-left: 14px;
  position: relative;
  top: 4px;
  width: 30px;
}

.header-home:hover {
  background-image: url("../images/prosplav-home-icon_.svg");
}


.b-header__menu-item_mobile {
  display: none;
}



@media screen and (max-width: 1440px) {
.b-slider .owl-nav{
  display: none;
}
}

/* ======================== content media */
@media screen and (max-width: 992px) {
  .b-content__quality-desc-img {
    text-align: left;
  }

  .b-slider.j-slider,
  .b-slider .owl-stage-outer,
  .b-slider .owl-stage,
  .b-slider .owl-item {
    height: 500px;
  }

  .b-slider__item,
  .b-slider__item-img {
    height: 100%;
  }

  .b-slider__item img {
    width: auto !important;
  }

  .b-slider .owl-next {
    margin-right: 15px;
  }

  .b-slider .owl-prev {
    margin-left: 15px;
  }

  .b-about__item-link {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    clear: both;
  }

  .b-about__item-text, .b-production__item-text {
    margin-left: 0;
  }

  .b-production__item-text {
    float: none;
   /* padding: 0;*/
  }

  .b-about__item-link, .b-production__item-link {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    clear: both;
  }

  .b-production__process-item span {
    display: inline-block;
    vertical-align: middle;
    width: 176px;
    height: 176px;
  }

  .b-export {
    background-position: 30% center;
  }

  .b-countries {
    width: 100%;
    left: 0;
  }

  .b-fabr-thumbnails__top {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .b-fabr-thumbnails__caption {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .b-fabr-thumbnails__text {
    text-align: center;
  }

  .m-fabr-thumbnails__item_revers .b-fabr-thumbnails__top {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .b-content__fabr-wrap {
    width: 100%;
  }

  .b-content__map {
    float: none;
    margin-bottom: 25px;
  }

  .b-content__contacts-item {
    display: inline-block;
    vertical-align: top;
    width: 49%;
  }

.b-news__thumbnail-title {
  font-size: 19px;
  line-height: 24px;
}

.b-news__thumbnail-text {
  font-size: 16px;
  line-height: 23px;
}
.owl-dots {
  margin-right: 0;
}

.b-fabr-thumbnails__caption {
text-align: center;
}

}
@media screen and (max-width: 768px) {
  .b-slider .owl-nav {
    top: inherit;
    bottom: 30px;
  }

  .b-content__quality-desc {
    margin-bottom: 50px;
  }

  .b-slider__item-title {
    font-size: 32px;
  }

  .b-production__process-item {
    display: block;
    text-align: center;
  }

  .b-production__process-item:after {
    display: block;
    text-align: center;
    margin: auto;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-top: -8px;
    margin-bottom: 35px;
  }

  .b-countries__item {
    margin: 0;
  }

  .b-countries__item:first-child {
    float: left;
  }

  .b-countries__item:first-child {
    float: right;
  }

  .b-export {
    background-size: cover;
  }

  .b-img-wrap {
    top: 0;
  }

  .b-content__title {
    font-size: 32px;
  }
.b-fabr-thumbnails__text,
.b-fabr-thumbnails__text p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px;
}

  .b-content__fabr-desc-text {
    margin-bottom: 60px;
  }

  .b-fabr-thumbnails__caption {
    margin-top: 20px;
  }

  .b-content__contacts-item {
    display: block;
    width: 100%;
  }

  .l-export__wrap {
    height: 570px;
  }

  .b-countries {
    margin: auto;
    max-width: 320px;
  }
.owl-dots {
  bottom: 48px;
  text-align: center;
  width: 100%;
}
.owl-dot {
  display: inline-block;
  float: none;
}

.header-home{
  display: none;
}

.b-header__menu-item_mobile {
  display: block;
}

.b-production__process-item {
  margin-bottom: 100px;
}

.b-production__process-item:last-child em {
  margin-top: 18px;
}

.b-production__process-item em {
  margin-top: 56px;
}


.b-header__menu .sod_select {
  border: medium none;
  box-shadow: none;
  height: 44px;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #ff7200;
}
.b-header__menu .sod_select .sod_label {
  line-height: 44px;
  padding: 0;
}


}
@media screen and (max-width: 480px) {
  .b-thumbnails__img {
    width: 90px;
    height: 90px;
  }

  .b-thumbnails__top {
    padding: 10px;
  }

  .b-about__item-link, .b-production__item-link{
    left: -19px;
  }

  .b-content__title {
    font-size: 30px;
  }

  .b-slider.j-slider,
  .b-slider .owl-stage-outer,
  .b-slider .owl-stage,
  .b-slider .owl-item {
    height: 388px;
  }

  .b-slider__item,
  .b-slider__item-img {
    height: 100%;
  }

  .b-slider__item img {
    width: auto !important;
  }

  .b-slider .owl-next {
    margin-right: 15px;
  }

  .b-slider .owl-prev {
    margin-left: 15px;
  }

  .b-about__item-link, .b-production__item-link {
    width: 240px;
  }

  .b-thumbnail__caption-table li:last-child > div {
    float: left;
    width: 50%;
    padding: 10px;
  }

  .b-thumbnail__caption-table-item span {
    padding: 10px;
  }

  .b-thumbnails__top-caption {
    margin-left: 5px;
  }

  .b-content__thumbnails {
    padding: 50px 0 50px 0;
  }

  .b-content__thumbnails-desk-img img {
    width: 100%;
    height: auto;
  }

  .b-content__contacts-item {
    width: 100%;
  }
  .b-content__contacts-item p {
    font-size: 18px;
  }
  .text-news {
  min-height: none;
}
.b-countries {
  padding-left: 15px;
  padding-right: 15px;
}
.l-export__wrap {
  height: 520px;
}

.owl-dots {
  display: none !important;
}

.b-thumbnails__img:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}


}
/* ======================== content send */
/* ======================== footer start */
.b-footer {
  padding: 32px 0;
  background-color: #ecf1f2;
}

.b-footer__menu {
  float: left;
}

.b-footer__contacts {
  float: right;
}

.b-footer__menu-item {
  margin-bottom: 24px;
}
.b-footer__menu-item a {
  display: block;
  text-decoration: underline;
  font-size: 18px;
  color: #000000;
}
.b-footer__menu-item a:hover {
  color: #ff7200;
}

.b-contacts__item span {
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  font-weight: bold;
}
.b-contacts__item a {
  color: #000000;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 4px;
  text-decoration: none;
}
.b-contacts__item a:hover{
  color: #ff7200;
}
.b-contacts__item .b-contacts__item-caption {
  font-weight: normal;
}

.b-cr__text {
color: #000000;
display: block;
font-size: 14px;
line-height: 22px;
margin-bottom: 16px;
margin-top: 6px;
text-decoration: underline;
}
/*.b-cr__text:hover {
  text-decoration: none;
}*/

.b-cr__link {
  display: block;
  width: 93px;
  height: 25px;
  background: url("../images/cr.png") no-repeat center;
}

.l-footer__container {
  max-width: 1000px;
  margin: auto;
}

/* ======================== footer end */
@media screen and (max-width: 768px) {
  .b-footer__contacts {
    float: left;
  }

  .b-footer__menu {
    padding-right: 15px;
  }
}


#loginmenu {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
}



#td_login{
  font-size: 70%;
}
.admin-page a{
  font-size: 70%;
  color: #000;
  font-weight: 600;
}