.page-news {
  position: relative;
}

.page-news section.newsSubscribeForm {
  bottom: 0;
}

.page-news .right-col .news-detail-wrap {
  margin: 0;
}

.suppliers-wrap {
  position: relative;
}

.suppliers-right {
  box-sizing: border-box;
}

.slick-gallery-wrap .gallery-arrow {
  z-index: 300;
}

.flip-one {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.page.even .sep {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    background: -webkit-gradient(linear, left top, right top, color-stop(0.95, transparent), color-stop(1, #dadada));
    background-image: -webkit-linear-gradient(left, transparent 95%, #dadada 100%);
    background-image: -moz-linear-gradient(left, transparent 95%, #dadada 100%);
    background-image: -ms-linear-gradient(left, transparent 95%, #dadada 100%);
    background-image: -o-linear-gradient(left, transparent 95%, #dadada 100%);
    background-image: linear-gradient(left, transparent 95%, #dadada 100%);
}

.page.odd .sep {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    background: -webkit-gradient(linear, right top, left top, color-stop(0.95, transparent), color-stop(1, #cacaca));
    background-image: -webkit-linear-gradient(right, transparent 95%, #cacaca 100%);
    background-image: -moz-linear-gradient(right, transparent 95%, #cacaca 100%);
    background-image: -ms-linear-gradient(right, transparent 95%, #cacaca 100%);
    background-image: -o-linear-gradient(right, transparent 95%, #cacaca 100%);
    background-image: linear-gradient(right, transparent 95%, #cacaca 100%);
}

/* .suppliers-right .dark-bg:after {
  position: absolute;
  content: '';
  display: block;
  z-index: 1;
  width: 90%;
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 41, 0.7);
  box-shadow: 0 8px 30px rgba(0, 0, 41, 0.7);
  bottom: 0;
  left: 5%;
  height: 75px;
  border-radius: 20px;
} */

.suppliers-right .dark-bg {
  height: auto;
  margin-bottom: 0;
}

.suppliers-right .dark-bg h2 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 32px;
  padding-bottom: 10px;
}

.suppliers-contacts__phone {
  display: block;
  font-size: 30px;
}

a.suppliers-contacts__email {
  display: inline-block;
  color: #DADEED;
  border: none;
  font-weight: 300;
  margin-top: 13px;
}

a.suppliers-contacts__email:hover {
  color: #fff;
}

.suppliers-documents__title {
  font-family: "BreweryNo2CYR-Heavy";
  font-weight: normal;
  font-size: 36px;
}

a.suppliers-documents__list-item {
  display: inline-block;
  vertical-align: top;
  padding-bottom: 2px;
  margin-bottom: -2px;
  position: relative;
  border: none;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

a.suppliers-documents__list-item:before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #000029;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 2;
  -webkit-transform: scaleX(0);
  -khtml-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left top;
  -khtml-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

a.suppliers-documents__list-item:hover:before {
  -webkit-transform: scaleX(1);
  -khtml-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

a.suppliers-documents__list-item:after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #cfd6fc;
  left: 0;
  bottom: 0;
  z-index: 1;
}

a.suppliers-documents__list-item:hover {
  /* color: #fff; */
}

@media only screen and (max-width: 900px) {
  .suppliers-right .dark-bg {
    padding: 40px;
  }
}

.t_article-list {
  position: relative;
  margin: 0 -15px;
}

.t_article-one {
  display: block;
  height: 300px;
  width: 33.33333333%;
  padding: 0 15px;
  margin-bottom: 30px;
  float: left;
  box-sizing: border-box;
  border: none ! important;
}

.t_article-one:hover {
  opacity: .85;
}

.t_article-one > div {
  background: #000029;
  height: 100%;
  padding: 15px;
  box-sizing: border-box;
}

p.t_white-color {
  color: #fff;
  font-size: 16px;
}

.h2 {
  font-weight: normal;
  font-size: 30px;
  font-family: "BreweryNo2CYR-Light";
  color: #000029;
  line-height: normal;
  padding-bottom: 20px; 
  color: #fff;
  }
  @media only screen and (max-width: 1340px) {
    .h2 {
      font-size: 44px; } }
  @media only screen and (max-width: 1100px) {
    .h2 {
      font-size: 40px; } }
  @media only screen and (max-width: 900px) {
    .h2 {
      font-size: 38px; } }
  @media only screen and (max-width: 750px) {
    .h2 {
      font-size: 34px; } }
  @media only screen and (max-width: 550px) {
    .h2 {
      font-size: 30px; } }
  @media only screen and (max-width: 500px) {
    .h2 {
      font-size: 25px; } }
      
@media only screen and (max-width: 1325px) {
  .t_article-one {
    height: auto;
    width: auto;
    padding: 0 15px;
    margin-bottom: 15px;
    float: none;
  }
}

.shadow-line {
  margin-bottom: 0;
}

.photo-captions-slick div.bottom-grey {
  background: #E3E3E3;
  padding: 50px 60px;
  height: auto;
}

.objects-gallery .photo-captions ul li > div.top-white {
    min-height: 299px;
}

.objects-gallery .photo-captions ul li > div {
  padding: 53px 60px;
}

.objects-gallery {
  margin-bottom: 0;
}

.ui-arrow-control {
  border-bottom: none ! important;
}

.ui-arrow-control.ui-arrow-next-page.gallery-arrow.next.slick-arrow {
  max-height: 100px;
  top: calc(50% - 50px);
  right: -35px;
}

.ui-arrow-control.ui-arrow-previous-page.gallery-arrow.prev.slick-arrow {
  max-height: 100px;
  top: calc(50% - 50px);
  left: -35px;
}