.text-gray {
  color: #27282A; }

.text-green {
  color: #19874f; }

.text-yellow {
  color: #ffc107; }

.text-red {
  color: #ffc107; }

.bg-gray {
  background: #27282A; }

.bg-grayLight {
  background: #D9D9D9; }

body {
  overflow-x: hidden; }

.container {
  max-width: 1328px; }

section {
  position: relative;
  margin: 0 auto; }

.py-5 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important; }

.btn--block {
  color: white;
  overflow: hidden;
  padding: 0 30px;
  min-width: 276px;
  border-radius: 50px;
  border: solid 1px white;
  position: relative;
  height: 58px;
  background-color: transparent;
  font-size: 0.875rem;
  text-transform: uppercase;
  line-height: 58px !important;
  letter-spacing: 0.056em;
  margin: 10px; }
  .btn--block:hover {
    color: black; }

.btn--bold {
  border-color: white; }
  .btn--bold:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    transition: 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-property: -webkit-transform,color;
    transition-property: transform,color;
    background-color: white; }
  .btn--bold:hover:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.btn--block__copy {
  position: relative; }

#bp_caption, #bp_container {
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  opacity: 0; }

#bp_container > *, #bp_loader {
  position: absolute;
  right: 0;
  z-index: 10; }

#bp_container, #bp_caption, #bp_container svg {
  pointer-events: none; }

#bp_container {
  top: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity .35s; }

#bp_loader {
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  cursor: wait;
  background: 0;
  z-index: 9; }

#bp_loader svg {
  width: 50%;
  max-width: 300px;
  max-height: 50%;
  margin: auto;
  animation: bpturn 1s infinite linear; }

#bp_aud, #bp_container img, #bp_sv, #bp_vid {
  user-select: none;
  max-height: 96%;
  max-width: 96%;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  box-shadow: 0 0 3em rgba(0, 0, 0, 0.4);
  z-index: -1; }

#bp_sv {
  background: #111; }

#bp_sv svg {
  width: 66px; }

#bp_caption {
  font-size: .9em;
  padding: 1.3em;
  background: rgba(15, 15, 15, 0.94);
  color: #fff;
  text-align: center;
  transition: opacity .3s; }

#bp_aud {
  width: 650px;
  top: calc(50% - 20px);
  bottom: auto;
  box-shadow: none; }

#bp_count {
  left: 0;
  right: auto;
  padding: 14px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 22px;
  cursor: default; }

#bp_container button {
  position: absolute;
  border: 0;
  outline: 0;
  background: 0;
  cursor: pointer;
  transition: all .1s; }

#bp_container > .bp-x {
  padding: 0;
  height: 41px;
  width: 41px;
  border-radius: 100%;
  top: 8px;
  right: 14px;
  opacity: .8;
  line-height: 1; }

#bp_container > .bp-x:focus, #bp_container > .bp-x:hover {
  background: rgba(255, 255, 255, 0.2); }

.bp-x svg, .bp-xc svg {
  height: 21px;
  width: 20px;
  fill: #fff;
  vertical-align: top; }

.bp-xc svg {
  width: 16px; }

#bp_container .bp-xc {
  left: 2%;
  bottom: 100%;
  padding: 9px 20px 7px;
  background: #d04444;
  border-radius: 2px 2px 0 0;
  opacity: .85; }

#bp_container .bp-xc:focus, #bp_container .bp-xc:hover {
  opacity: 1; }

.bp-lr {
  top: 50%;
  top: calc(50% - 130px);
  padding: 99px 0;
  width: 6%;
  background: 0;
  border: 0;
  opacity: .4;
  transition: opacity .1s; }

.bp-lr:focus, .bp-lr:hover {
  opacity: .8; }

@keyframes bpf {
  50% {
    transform: translatex(15px); }
  100% {
    transform: none; } }
@keyframes bpl {
  50% {
    transform: translatex(-15px); }
  100% {
    transform: none; } }
@keyframes bpfl {
  0% {
    opacity: 0;
    transform: translatex(70px); }
  100% {
    opacity: 1;
    transform: none; } }
@keyframes bpfr {
  0% {
    opacity: 0;
    transform: translatex(-70px); }
  100% {
    opacity: 1;
    transform: none; } }
@keyframes bpfol {
  0% {
    opacity: 1;
    transform: none; }
  100% {
    opacity: 0;
    transform: translatex(-70px); } }
@keyframes bpfor {
  0% {
    opacity: 1;
    transform: none; }
  100% {
    opacity: 0;
    transform: translatex(70px); } }
@keyframes bpturn {
  0% {
    transform: none; }
  100% {
    transform: rotate(360deg); } }
@media (max-width: 600px) {
  .bp-lr {
    font-size: 15vw; } }
.swiper {
  width: 100%;
  height: 100vh; }

.indexTop .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center; }
  .indexTop .swiper-slide .title {
    display: flex;
    height: 100vh;
    color: white;
    width: 90vh;
    text-align: center;
    flex-direction: column;
    margin: 0 auto;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center; }
.indexTop .parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center; }

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

/*slide_model*/
.slider {
  z-index: 2;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto; }
  .slider .slider__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    z-index: 2; }
    .slider .slider__wrap .swiper-slide {
      width: 300px;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      opacity: 0;
      height: 350px;
      background: #fff;
      -webkit-border-radius: 20px;
      border-radius: 20px;
      pointer-events: none;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
    .slider .slider__wrap .swiper-slide-active, .slider .slider__wrap .swiper-slide-prev, .slider .slider__wrap .swiper-slide-next {
      opacity: 1;
      pointer-events: auto; }
  .slider .slider__controls {
    position: relative;
    z-index: 12; }
    .slider .slider__controls .slider__pagination {
      text-align: center;
      margin-top: 50px; }
      .slider .slider__controls .slider__pagination .swiper-pagination-bullet {
        width: 13px;
        height: 10px;
        display: inline-block;
        background: #fff;
        opacity: .2;
        margin: 0 5px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        -webkit-transition: opacity .5s, background-color .5s, width .5s;
        -o-transition: opacity .5s, background-color .5s, width .5s;
        transition: opacity .5s, background-color .5s, width .5s;
        -webkit-transition-delay: .5s, .5s, 0s;
        -o-transition-delay: .5s, .5s, 0s;
        transition-delay: .5s, .5s, 0s; }
    .slider .slider__controls .swiper-pagination-clickable .swiper-pagination-bullet {
      cursor: pointer; }
    .slider .slider__controls .slider__pagination .swiper-pagination-bullet-active {
      opacity: 1;
      background: #ffffff;
      width: 100px;
      -webkit-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
    .slider .slider__controls .slider__button-next, .slider .slider__controls .slider__button-prev {
      position: absolute;
      top: 50%;
      width: 27px;
      height: 44px;
      margin-top: -22px;
      z-index: 10;
      cursor: pointer;
      -webkit-background-size: 27px 44px;
      background-size: 27px 44px;
      background-position: center;
      background-repeat: no-repeat; }
    .slider .slider__controls .slider__button-prev {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
      left: 10px;
      right: auto; }
    .slider .slider__controls .slider__button-next {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
      right: 10px;
      left: auto; }
    .slider .slider__controls .slider__button-prev:focus, .slider .slider__controls .slider__button-next:focus {
      outline: none !important; }

:root {
  --body-font-family: 'Ekibastuz-Regular';
  --body-font-weight:regular;
  --body-font-size:1em;
  --body-line-height: 1.5;
  --base-color: black; }

@font-face {
  font-family: 'Ekibastuz-Regular';
  src: url("../fonts/Ekibastuz-Regular.eot");
  src: url("../fonts/Ekibastuz-Regular.woff2") format("woff2"), url("../fonts/Ekibastuz-Regular.woff") format("woff"), url("../fonts/Ekibastuz-Regular.ttf") format("truetype"), url("../fonts/Ekibastuz-Regular.svg#Ekibastuz-Regular") format("svg"), url("../fonts/Ekibastuz-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: auto; }
@font-face {
  font-family: 'Ekibastuz-ExtraBlack';
  src: url("../fonts/Ekibastuz-ExtraBlack.eot");
  src: url("../fonts/Ekibastuz-ExtraBlack.woff2") format("woff2"), url("../fonts/Ekibastuz-ExtraBlack.woff") format("woff"), url("../fonts/Ekibastuz-ExtraBlack.ttf") format("truetype"), url("../fonts/Ekibastuz-ExtraBlack.svg#Ekibastuz-ExtraBlack") format("svg"), url("../fonts/Ekibastuz-ExtraBlack.eot?#iefix") format("embedded-opentype");
  font-weight: 900;
  font-style: normal;
  font-display: auto; }
body {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: var(--base-color);
  margin: 0;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

:root {
  --light: 100;
  --regular: 400;
  --bold: 600; }

.bold {
  font-weight: var(--bold); }

.bolder {
  font-family: 'Ekibastuz-ExtraBlack';
  font-weight: 900; }

a {
  line-height: 1;
  color: #000000;
  text-decoration: none; }
  a:hover {
    opacity: 0.8; }

h1 {
  font-size: 2.8em;
  line-height: 1;
  text-transform: uppercase; }

h2 {
  font-size: 2em;
  line-height: 1;
  text-transform: uppercase; }

.fs-2 {
  line-height: 1; }

.modal-backdrop {
  z-index: 200; }

#offcanvasMenuLeft .menu_link .active {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center; }
  #offcanvasMenuLeft .menu_link .active:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 1px;
    background: white;
    display: block;
    left: 70px; }
#offcanvasMenuLeft .open-nav-icon {
  background: transparent;
  border: 0;
  color: #000000;
  font-weight: 700;
  margin-top: 2rem;
  margin-left: 2rem;
  font-size: 1rem;
  letter-spacing: 0.5rem; }
  #offcanvasMenuLeft .open-nav-icon i {
    font-size: 2rem;
    vertical-align: middle; }
#offcanvasMenuLeft #offcanvas .btn-close {
  position: absolute;
  right: -48px;
  top: 6px;
  font-size: 1.2rem;
  background-color: rgba(255, 255, 255, 0.7);
  width: 40px;
  height: 40px;
  border-radius: 0; }

.offcanvas-body {
  padding-top: 0; }
  .offcanvas-body p.intro {
    font-size: .8rem; }

.main-nav {
  margin-left: -16px;
  margin-right: -16px; }

.list-group.sub-content {
  display: none; }
.list-group li a {
  padding-top: 6px;
  padding-bottom: 6px;
  display: block;
  text-decoration: none;
  color: black; }
.list-group li.sub-nav {
  position: relative;
  border-bottom: 1px solid #ddd; }
  .list-group li.sub-nav::after {
    content: " ";
    background-image: url("https://img.icons8.com/ios/20/000000/forward--v1.png");
    display: block;
    position: absolute;
    right: 16px;
    top: 16px;
    font-size: 1.3rem;
    color: #999;
    width: 20px;
    height: 20px; }

#nav_sub .offcanvas-header {
  justify-content: normal;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px; }
  #nav_sub .offcanvas-header button {
    border: 0;
    background: transparent;
    font-size: 1.5rem;
    display: inline-block;
    margin-right: 1rem; }
#nav_sub .list-group {
  margin-left: -16px;
  margin-right: -16px; }
  #nav_sub .list-group.sub-content {
    display: block; }

.navbar-brand {
/*   background-image: url(../img/logo.svg); */
  background-image: url(/images/logo30.png) !important;
  width: 204px;
  height: 30px;
  background-size: contain;
/*  height: 40px;
  width: 121px;*/
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

.headroom--not-top .navbar-brand {
  background-image: unset;
/*   background-image: url(../img/logog.svg) !important; */
  background-size: contain;
  height: 60px;
  width: 121px;
  display: block;
  background-repeat: no-repeat;
  background-position: center; }

.nav-but-wrap {
  position: relative;
  display: flex;
  transition: all 0.3s ease-out; }

.menu-icon {
  width: 30px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: block; }

.menu-icon__line {
  height: 1px;
  width: 30px;
  display: block;
  background-color: #fff;
  margin-bottom: 7px;
  cursor: pointer;
  -webkit-transition: background-color .5s ease, -webkit-transform .2s ease;
  transition: background-color .5s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, background-color .5s ease;
  transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease; }

.menu-icon__line-left {
  width: 16.5px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

.menu-icon__line-right {
  margin-bottom: 0;
  width: 16.5px;
  float: right;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear; }

.menu-icon:hover .menu-icon__line-left,
.menu-icon:hover .menu-icon__line-right {
  width: 30px; }

#offcanvasMenuLeft {
  -webkit-backdrop-filter: blur(20px) saturate(1.8);
  backdrop-filter: blur(20px) saturate(1.8);
  background: transparent;
  border: 0;
  width: 500px;
  z-index: 1090; }

#offcanvasMenuLeft > .model:active .offcanvas-bodyModel {
  display: block; }

.offcanvas-bodyModel {
  display: none;
  -webkit-backdrop-filter: blur(20px) saturate(1.8);
  backdrop-filter: blur(20px) saturate(1.8);
  background: transparent;
  border: 0;
  width: 500px;
  z-index: 991; }
@media screen and (max-width: 1024px){
#offcanvasMenuLeft {
    max-width: 100%!important;
  }
}
@media screen and (max-width: 1025px) {
  #offcanvasMenuLeft {
    max-width: 1025px; }

  .sidebar {
    z-index: 99;
    max-width: 1025px; } }
.sidebar {
  z-index: 99;
  width: 415px; }
  .sidebar .item .leman {
    position: relative; }
    .sidebar .item .leman:after {
      content: '';
      height: 1px;
      width: 20px;
      background: white;
      position: absolute;
      left: -10px; }

.menu-content {
  position: relative;
  height: 100%;
  width: 100%;
  overflow-y: scroll; }

.menu-content::-webkit-scrollbar {
  display: none; }

.menu-items {
  text-transform: uppercase;
  height: 100%;
  width: 100%;
  list-style: none;
  padding: 0;
  transition: all 0.4s ease; }

.submenu-active .menu-items {
  transform: translateX(-55%); }

.menu-title {
  padding: 0;
  margin-bottom: 2rem;
  color: #999;
  display: flex;
  align-items: center;
  border: 0;
  background: transparent; }

.item a,
.submenu-item {
  color: #fff;
  padding: 20px;
  display: flex;
  width: 100%;
  align-items: center;
  width: 100%; }

.item i {
  font-size: 12px; }

.item a:hover,
.submenu-item:hover:hover {
  background: rgba(255, 255, 255, 0.1); }

.submenu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  cursor: pointer; }

.submenu {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: calc(-100% - 60px);
  height: calc(100% + 100vh);
  display: none; }

.show-submenu ~ .submenu {
  display: block; }

.submenu .menu-title {
  cursor: pointer; }

.submenu .menu-title i {
  margin-right: 10px; }

.navbar,
.main {
  transition: all 0.5s ease;
  z-index: 1000; }

.sidebar.close ~ .navbar,
.sidebar.close ~ .main {
  left: 0;
  width: 100%; }

.video-top {
  position: relative;
  overflow: hidden; }
  .video-top video {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    z-index: -1; }
  .video-top .video-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-height: 1000px;
    height: 100vh;
    padding: 3em; }
  .video-top .video-content:before {
    z-index: -1;
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000;
    opacity: 0.5; }

.product .chek_product {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  padding: 3rem;
  /* background: #ffffff59; */
  -webkit-backdrop-filter: blur(20px) saturate(1.8);
  backdrop-filter: blur(2px) saturate(1.8);
  background: #69696952;
  display: flex;
  align-items: flex-end; }
  .product .chek_product span {
    color: white;
    position: relative;
    top: 100px;
    width: 100%; }
.product .title {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 1em;
  text-align: center;
  font-size: 1.7em;
  color: white; }

#main {
  position: relative;
  z-index: 1;
  background: #27282A; }
  #main .grid-contact {
    grid-template-columns: 1fr 1fr;
    display: grid; }
    #main .grid-contact .fs-4 {
      line-height: 1;
      text-transform: uppercase;
      border-bottom: 1px solid white; }
  @media screen and (max-width: 1025px) {
    #main .grid-contact {
      grid-template-columns: 1fr;
      display: block; } }

.i_banner_top {
  position: relative; }
  .i_banner_top h2 {
    top: 45%;
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 3rem;
    color: #fff;
    animation: fadeUpIn 3s;
    -webkit-animation: fadeUpIn 3s;
    /* Safari and Chrome */ }
@-webkit-keyframes fadeUpIn /* Safari and Chrome */ {
  from {
    opacity: 0;
    top: 70%; }
  to {
    opacity: 1;
    top: 45%; } }
.model-block .wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: 3rem; }
.model-block .icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }
.model-block .news-slider {
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px; }
  .model-block .news-slider__ctr {
    opacity: 0;
    position: relative;
    z-index: 12; }
  .model-block .news-slider:hover__ctr {
    opacity: 1; }
  .model-block .news-slider__wrp {
    display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 2; }
  .model-block .news-slider__item {
    width: 30%;
    flex-shrink: 0; }
    .model-block .news-slider__item.swiper-slide {
      opacity: 0;
      pointer-events: none;
      transition: all .3s; }
    .model-block .news-slider__item.swiper-slide-active, .model-block .news-slider__item.swiper-slide-prev, .model-block .news-slider__item.swiper-slide-next {
      opacity: 1;
      pointer-events: auto; }
  .model-block .news-slider__arrow {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.25) 100%);
    border: none;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    display: inline-flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    z-index: 12;
    cursor: pointer;
    outline: none !important; }
    .model-block .news-slider__arrow:focus {
      outline: none !important; }
    .model-block .news-slider__arrow .icon-font {
      display: inline-flex; }
    .model-block .news-slider__arrow.news-slider-prev {
      left: 15px;
      transform: translateY(-50%); }
    .model-block .news-slider__arrow.news-slider-next {
      right: 15px;
      transform: translateY(-50%); }
  .model-block .news-slider__pagination {
    text-align: center;
    margin-top: 50px; }
    .model-block .news-slider__pagination .swiper-pagination-bullet {
      width: 13px;
      height: 4px;
      display: inline-block;
      background: #fff;
      opacity: .2;
      margin: 0 5px;
      border-radius: 20px;
      transition: opacity .5s, background-color .5s, width .5s;
      transition-delay: .5s, .5s, 0s; }
    .model-block .news-slider__pagination .swiper-pagination-bullet-active {
      opacity: 1;
      background: #ffffff;
      width: 100px;
      transition-delay: 0s; }
      @media screen and (max-width: 576px) {
        .model-block .news-slider__pagination .swiper-pagination-bullet-active {
          width: 70px; } }
.model-block .news__item {
  padding: 1.2rem;
  background: white;
  color: black;
  display: block;
  transition: all .3s; }
  @media screen and (min-width: 800px) {
    .model-block .news__item:hover {
      color: #222222;
      transition-delay: .1s;
      background: #fff; }
      .model-block .news__item:hover .news-date, .model-block .news__item:hover .news__title, .model-block .news__item:hover .news__txt {
        opacity: 1;
        transition-delay: .1s; }
      .model-block .news__item:hover .news__img {
        box-shadow: none; } }
  .model-block .news__item:hover {
    padding: 1rem;
    color: #222222;
    background: #fff; }
  .model-block .news__item.active {
    color: #222222;
    background: white; }
    .model-block .news__item.active .news-date, .model-block .news__item.active .news__title, .model-block .news__item.active .news__txt {
      opacity: 1; }
    .model-block .news__item.active .news__img {
      box-shadow: none; }
  @media screen and (max-width: 992px) {
    .model-block .news__item {
      padding: 30px; } }
  @media screen and (max-width: 576px) {
    .model-block .news__item {
      padding: 20px; } }
.model-block .news__title {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 1rem;
  font-size: 25px;
  font-weight: 500;
  opacity: .7;
  margin-top: 2rem;
  margin-bottom: 2rem;
  transition: opacity .3s; }
  @media screen and (max-width: 576px) {
    .model-block .news__title {
      font-size: 22px;
      margin-bottom: 10px; } }
.model-block .news__txt {
  margin: 10px 0;
  line-height: 1.6em;
  font-size: 15px;
  opacity: .7;
  transition: opacity .3s; }
.model-block .news__img {
  position: relative;
  height: 200px;
  margin-bottom: 2rem;
  width: 100%;
  transition: all .3s;
  transform-origin: 0% 0%; }
  @media screen and (max-width: 576px) {
    .model-block .news__img {
      height: 180px;
      margin-top: 20px; } }
  .model-block .news__img img {
    max-width: 100%;
    height: 100%;
    width: 100%; }

/*gallery*/
.grid-item {
  display: inline-block;
  height: 259px;
  overflow: hidden;
  text-align: center;
  width: 400px; }

.grid-item img {
  width: 100%;
  height: auto;
  filter: url(filters.svg#grayscale);
  filter: gray;
  -webkit-filter: grayscale(1);
  transition: 0.9s; }

.grid-item img:hover {
  filter: none; }

.isotope-pager .pager {
  display: inline-block; }

.filters {
  width: 100%;
  text-align: center;
  padding-bottom: 35px;
  padding-top: 20px; }

.filters ul {
  list-style: none; }

.filters li {
  display: inline-block;
  padding: 10px 25px;
  cursor: pointer; }

.filters li a {
  color: #b6b6b6;
  text-decoration: none; }

.filters li a:hover {
  color: #fff; }

.filters li.active a {
  color: white; }

.isotope-pager a {
  margin: 6px 1px;
  display: inline-block;
  width: 50px;
  line-height: 31px;
  color: white;
  font-weight: 600;
  transition: 0.3s;
  text-decoration: none; }

.isotope-pager a:hover {
  color: white; }

.isotope-pager .active {
  color: white !important;
  border-radius: 25px; }

.isotope-pager a::before, .isotope-pager a:after {
  content: "";
  position: absolute;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent; }

.isotope-pager .num::before, .next::before {
  border-right: 20px solid #2c3e50;
  right: 100%; }

.isotope-pager .num:after, .prev:after {
  border-right: 20px solid #f1f1f1;
  right: 0; }

.overlay {
  position: absolute;
  bottom: 0;
  background: black;
  background: rgba(0, 0, 0, 0.5);
  /* Black see-through */
  color: #f1f1f1;
  width: 100%;
  transition: .5s ease;
  opacity: 0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center; }

.grid-item:hover .overlay {
  opacity: 1; }

.gallery_title {
  position: absolute;
  left: 0;
  bottom: 1em;
  z-index: 1;
  right: 0;
  margin: 0 auto;
  text-align: center;
  color: white;
  display: flex;
  align-items: flex-end;
  justify-content: center; }

footer {
  bottom: 0;
  background-color: #27282b;
  z-index: 0;
  width: 100%; }
  footer .f_menu {
    display: flex;
    justify-content: center; }
  @media screen and (max-width: 1025px) {
    footer .f_menu {
      display: none; } }
  footer .menu_footer {
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    flex-direction: row;
    flex-wrap: wrap;
    display: flex; }

.grid_detail {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr 1.5fr;
  grid-template-rows: minmax(0, auto);
  grid-gap: 4rem;
  justify-items: end; }
  .grid_detail .cols-text {
    align-self: flex-start;
    width: 70%; }

/*
#tns1, #tns2{
  display: flex;
  align-items: center;
  .tns-slide-active{
    width: calc(24%)!important;
  }
}*/

/*# sourceMappingURL=common.css.map */
