@charset "UTF-8";
.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.w50 {
  width: 50px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.w45 {
  width: 45px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.w40 {
  width: 40px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.w35 {
  width: 35px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.w30 {
  width: 30px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.w25 {
  width: 25px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.w20 {
  width: 20px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.w15 {
  width: 15px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.w10 {
  width: 10px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.w5 {
  width: 5px !important;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-placeholder {
  color: inherit;
}

:-ms-input-placeholder {
  color: inherit;
}

:-moz-placeholder {
  color: inherit;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

input, select, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input, select, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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, strong, 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, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.4;
  transition: 0s;
  background: #fff;
  color: #4a4a4a;
  font-size: 16px;
  font-family: DINProMedium, sans-serif;
  font-weight: 400;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input:focus,
button,
button:focus,
textarea {
  outline: none;
}

button {
  cursor: pointer;
  transition: all 0.3s ease;
}

button {
  background-color: transparent;
  border: none;
}

a:focus,
a:active {
  color: inherit;
  outline: 0;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

a,
input[type=submit] {
  transition: all 0.3s ease;
  color: inherit;
  cursor: pointer;
}

textarea {
  resize: none;
}

.table-respond {
  overflow: auto;
}

.table-respond td, .table-respond th {
  /*white-space: nowrap;*/
}

.btn, .btn:focus, .btn:hover {
  outline: none;
  box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.light, .get-modal .touch-form .description, .get-in-touch .touch-info, footer .copyrights ul li a, footer .copyrights .container p, .form-checkbox, .form-group-wrapper.js-error .error-text, .form-group-wrapper .form-group .form-control, .section-contacts .contact-elem a, .section-contacts .contact-elem__adress, .label-completed, .service .service-description__info, .section-main.section-main__inner--system .system-label, .news-elem .news-elem__image .news-elem__date, .solution-elem .solution-elem__title, .product-elem .btn.btn-more span, .block-label, .system-elem .system-elem__title span, .section-divider, .section-main .slider-item .main-description .description, .nav.nav-tabs li a, .color-box, .content-default ol li, .content-default ul li, .content-default p {
  font-family: "DINProLight";
}

.content .container{
  font-family: "DINProLight";
}

.bold, .section-error .error-text, .table-respond table thead tr th, .section-title, .section-main .slider-item .main-description .main-title, .content-default p b, h1, h2, h3, h4, h5, h6, .main-nav .main-nav__bottom .main-nav__phone {
  font-family: "DINProBold";
}

.medium, .search-result__content .result-section__content.blog .item .info .category, .form-group-wrapper .form-group span, .solution-elem .solution-elem__title span, .product-elem .btn.btn-more span small, .system-elem .system-elem__title span b, .nav.nav-tabs li a.active, .btn.btn-more span, .btn {
  /*font-family: "DINProMedium";*/
}

.d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.flex {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.flex-reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.flex-center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.flex-left {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.flex-right {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.flex-justify {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.flex-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-top {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.flex-middle {
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  align-self: center;
}

.flex-bottom {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.flex-item-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.flex-item-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flex-item-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

/** START HEADER **/
header {
  /* border-bottom: 1px solid #f7f7f7; */
  z-index: 999;
  position: relative;
}
@media (max-width: 991px) {
  header {
    /* height: 90px; */
    height: 64px;
  }
}
header .logo img {
  display: block;
  min-width: 180px;
}
@media (max-width: 767px) {
  header .logo img {
    min-width: 100%;
  }
}
@media (max-width: 575px) {
  header .logo img {
    max-height: 90px;
    height: 100%;
  }
}
header .mob-menu {
  position: absolute;
  right: 0;
  top: 100%;
  padding: 20px 0;
  background: #fff;
  width: 170px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  transform: translateY(20px);
}
header .mob-menu.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header .mob-menu ul li {
  width: 100%;
  text-align: center;
  padding: 8px 0;
}
header .mob-menu ul li a {
  font-size: 14px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  color: #555555;
}
header .mob-menu ul li a:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 0px;
  height: 1px;
  background: #f29294;
  left: -15px;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
}
header .mob-menu ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0px;
  height: 1px;
  background: #f29294;
  right: -15px;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
}
header .mob-menu ul li a:hover {
  color: #e5252a;
}
header .mob-menu ul li a:hover:after, header .mob-menu ul li a:hover:before {
  width: 10px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  header .container {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  header .container .row {
    margin: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start;
  }
  header .container .row [class*=col-] {
    padding: 0;
  }
}

.main-nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: middle;
}
@media (max-width: 991px) {
  .main-nav {
    align-items: flex-start;
    justify-content: center;
  }
}
.main-nav .main-nav__menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 25px 0 20px;
}
@media (max-width: 991px) {
  .main-nav .main-nav__menu {
    display: none;
  }
}
.main-nav .main-nav__menu li {
  margin: 0 10px;
}
@media (max-width: 1141px) {
  .main-nav .main-nav__menu li {
    margin: 0 8px; 
  }
}
.main-nav .main-nav__menu li:nth-last-child(1) {
  margin-right: 0;
}
.main-nav .main-nav__menu li a {
  font-size: 15px;
  color: #555555;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 1141px) {
  .main-nav .main-nav__menu li a {
    font-size: 13px;
  }
}
.main-nav .main-nav__menu li a:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 0px;
  height: 1px;
  background: #f29294;
  left: -15px;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
}
.main-nav .main-nav__menu li a:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0px;
  height: 1px;
  background: #f29294;
  right: -15px;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
}
.main-nav .main-nav__menu li.active a{
  font-weight: 700;
  color: #e5252a;
}

.main-nav .main-nav__menu li a:hover {
  color: #e5252a;
}
.main-nav .main-nav__menu li a:hover:after, .main-nav .main-nav__menu li a:hover:before {
  width: 10px;
  opacity: 1;
  visibility: visible;
}
.main-nav .main-nav__bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .main-nav .main-nav__bottom {
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
    padding: 15px 0 15px 20px;
  }
}
@media (max-width: 767px) {
  .main-nav .main-nav__bottom {
    padding: 20px 0 10px 20px;
  }
}
.main-nav .main-nav__bottom .main-nav__socials {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 0 25px 0 0;
  margin: 0 40px 0 0;
  position: relative;
}
@media (max-width: 991px) {
  .main-nav .main-nav__bottom .main-nav__socials {
    order: 2;
    padding: 0;
    margin: 0;
    margin: 10px 0 0;
  }
}
.main-nav .main-nav__bottom .main-nav__socials:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 30px;
  background: #e8e8e8;
}
@media (max-width: 991px) {
  .main-nav .main-nav__bottom .main-nav__socials:after {
    content: none;
  }
}
.main-nav .main-nav__bottom .main-nav__socials li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}
@media (max-width: 991px) {
  .main-nav .main-nav__bottom .main-nav__socials li:nth-child(1) {
    margin-left: 0;
  }
}
.main-nav .main-nav__bottom .main-nav__socials li a {
  color: #222222;
  font-size: 18px;
}
.main-nav .main-nav__bottom .main-nav__socials li a:before {
  line-height: 0;
}
.main-nav .main-nav__bottom .main-nav__socials li a:hover {
  color: #e5252a;
}
.main-nav .main-nav__bottom .main-nav__socials li:nth-child(1) a {
  font-size: 22px;
}
@media (max-width: 767px) {
  .main-nav .main-nav__bottom .main-nav__socials li:nth-child(1) a {
    font-size: 20px;
  }
}
.main-nav .main-nav__bottom .main-nav__phone {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  color: #222222;
  font-size: 24px;
}
@media (max-width: 991px) {
  .main-nav .main-nav__bottom .main-nav__phone {
    order: 1;
  }
}
@media (max-width: 767px) {
  .main-nav .main-nav__bottom .main-nav__phone {
    font-size: 16px;
  }
}
.main-nav .main-nav__bottom .main-nav__phone i {
  font-size: 22px;
  color: #e5252a;
  margin: 0 12px 0 0;
}
@media (max-width: 767px) {
  .main-nav .main-nav__bottom .main-nav__phone i {
    font-size: 16px;
    margin: 0 7px 0 0;
  }
}

/** END HEADER **/
/** START CONTENT **/
.section-kit {
  padding: 80px 0;
}

.head-title {
  color: #232323;
  font-family: "DINProBold" !important;
  margin: 0 0 30px;
}

h1, h2, h3, h4, h5, h6 {
  color: #333333;
  text-transform: uppercase;
}

h1 {
  font-size: 50px;
  line-height: 60px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 29px;
    line-height: 34px;
    text-align: center;
  }
}

h2 {
  font-size: 40px;
  line-height: 55px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 34px;
    text-align: center;
  }
}

h3 {
  font-size: 30px;
  line-height: 50px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }
}

h4 {
  font-size: 20px;
  line-height: 40px;
}
@media (max-width: 767px) {
  h4 {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }
}

h5 {
  font-size: 18px;
  line-height: 50px;
}
@media (max-width: 767px) {
  h5 {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
}

h6 {
  font-size: 16px;
  line-height: 55px;
}
@media (max-width: 767px) {
  h6 {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }
}

.content-default p {
  margin: 0 0 25px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .content-default p {
    font-size: 14px;
  }
}

.content-default a {
  color: #e5252a;
  font-size: 16px;
  border-bottom: 1px solid #e5252a;
}
.content-default a:hover {
  border-bottom: 1px solid transparent;
}

.backquote {
  max-width: 950px;
  margin: 0 auto;
  position: relative;
  padding: 45px 40px 45px 100px;
  border: 1px solid #e5252a;
  line-height: 1.8;
  color: #4a4a4a;
  font-size: 16px;
  font-family: "DINProMedium";
}
.backquote i {
  position: absolute;
  left: 35px;
  top: 35px;
  font-size: 58px;
  transform: rotate(-180deg);
  color: #333333;
  line-height: 26px;
}

.content-default ul li {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 15px;
}
.content-default ul li:nth-last-child(1) {
  margin: 0;
}
.content-default ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #e5252a;
}
@media (max-width: 767px) {
  .content-default ul li {
    font-size: 14px;
  }
}
.content-default ol {
  list-style: none;
  counter-reset: count;
}
.content-default ol li {
  counter-increment: count;
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .content-default ol li {
    font-size: 14px;
  }
}
.content-default ol li:before {
  content: "0" counter(count);
  color: #e5252a;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "DINProMedium";
}
.content-default ol li:nth-child(n+10):before {
  content: counter(count);
}

.color-box {
  width: 100px;
  height: 100px;
  margin: 0 20px 0 0;
  border-radius: 5px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
}

.bg-red {
  background: #e5252a;
}

.bg-dark-red {
  background: #c51f23;
}

.bg-dark-gray {
  background: #333333;
}

.bg-gray {
  background: #4a4a4a;
}

.bg-light-gray {
  background: #f9f9f9;
  color: #333333;
}

.btn {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-width: 310px;
  margin: 0 0 0 35px;
  font-size: 15px;
  color: #242424;
  min-height: 70px;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 767px) {
  .btn {
    /*min-width: calc(100% - 20px);*/
    margin: 0 0 0 20px;
  }
}
.btn i {
  margin: 0 0 0 15px;
  position: relative;
  z-index: 2;
}
.btn span {
  color: #242424;
  position: relative;
  z-index: 2;
  transition: all 600ms ease 0s;
}
.btn.btn-red.btn-red__bordered {
  border: 1px solid #c51f23;
  color: #242424;
}
.section-products .btn.btn-red.btn-red__bordered{
  background: #fff;
}
.btn.btn-red.btn-red__bordered:before {
  content: "";
  position: absolute;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 1px;
  background: #c51f23;
  z-index: 3;
}
@media (max-width: 767px) {
  .btn.btn-red.btn-red__bordered:before {
    left: -20px;
    width: 35px;
  }
}
.btn.btn-red.btn-red__bordered:after {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  top: 0px;
  left: auto;
  right: 0px;
  background: #c51f23;
  transition: all 600ms ease 0s;
}
.btn.btn-red.btn-red__bordered:hover {
  color: #fff;
}
.btn.btn-red.btn-red__bordered:hover span {
  color: #fff;
  z-index: 2;
}
.btn.btn-red.btn-red__bordered:hover:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  background: #c51f23;
}
.btn.btn-red.btn-red__bordered:active {
  background: #fff;
}
.btn.btn-red.btn-red__bordered:active span, .btn.btn-red.btn-red__bordered:active i {
  color: #e5252a;
}
.btn.btn-red.btn-red__bordered:active:after {
  content: none;
}
.btn.btn-more {
  background-color: #fff;
  box-shadow: 0 35px 40px rgba(0, 0, 0, 0.02);
  min-height: 85px;
  margin: 0;
  min-width: 350px;
  padding: 0 110px 0 40px;
  justify-content: flex-end;
  border: none;
}
@media (max-width: 767px) {
  .btn.btn-more {
    min-height: 70px;
    min-width: 100%;
    padding: 0 110px 0 20px;
  }
}
.btn.btn-more span {
  font-size: 15px;
  color: #e5252a;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(0px);
  z-index: 2;
  transition: all 0.6s ease;
}
.btn.btn-more i {
  position: absolute;
  right: 0;
  top: 0;
  width: 85px;
  height: 85px;
  background: #e5252a;
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition: all 0.6s ease;
}
@media (max-width: 767px) {
  .btn.btn-more i {
    width: 70px;
    height: 70px;
  }
}
.btn.btn-more:after {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  top: 0px;
  left: auto;
  right: 0px;
  background: #e5252a;
  transition: all 600ms ease 0s;
}
.btn.btn-more:hover {
  border: none;
}
.btn.btn-more:hover span {
  color: #fff;
  transform: translateY(-50%) translateX(-160px);
}
.btn.btn-more:hover i {
  background: #c51f23;
}
.btn.btn-more:hover:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  background: #e5252a;
}
.btn.btn-arrow {
  width: 85px;
  min-width: 85px;
  min-height: 85px;
  height: 85px;
  background: #e5252a;
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin: 0;
}
.btn.btn-arrow i {
  margin: 0;
}
.btn.btn-arrow:hover {
  background: #c51f23;
}
@media (max-width: 991px) {
  .btn.btn-arrow {
    min-width: 70px;
    min-height: 70px;
    width: 70px;
    height: 70px;
  }
}

.link {
  font-size: 15px;
  color: #333333;
  text-transform: uppercase;
  position: relative;
  border: none !important;
  color: #333333 !important;
  display: inline-flex;
  align-items: center;
}
.link i {
  margin: 0 10px 0 0;
}
.link.link-w-line {
  padding: 0 0 0 70px;
}
.link.link-w-line i {
  margin: 0 0 0 15px;
}
.link.link-w-line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 1px;
  background: #eb6468;
}
.link span + i {
  margin: 0 0 0 10px;
}
.brochure-headings__link {
  color: #e5252a !important;
}
.link:hover {
  color: #e5252a !important;
}
@media (max-width: 991px) {
  .link.link-mobile {
    display: table;
    float: right;
    justify-content: flex-end;
    margin: 20px 0 0;
  }
}
@media (max-width: 767px) {
  .link.link-mobile {
    margin: 0;
  }
}
@media (min-width: 991.02px) {
  .link.link-mobile {
    display: none;
  }
}

.kit-title {
  font-size: 16px;
  color: #9d9d9d;
  text-transform: uppercase;
  margin: 0 0 25px;
}

.nav.nav-tabs {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid #e5252a;
}
@media (max-width: 767px) {
  .nav.nav-tabs {
    display: none;
  }
}
.nav.nav-tabs li {
  padding: 0;
  margin: 0;
  width: calc(100% / 6);
  width: calc(100% / 4);
  /*https://new.borner.ie/project/tn-30-self-adhesive-flat-roof-system*/
  text-align: center;
}
.nav.nav-tabs li:before {
  content: none;
}
@media (max-width: 767px) {
  .nav.nav-tabs li {
    width: 100%;
  }
}
.nav.nav-tabs li a {
  font-size: 14px;
  color: #242424;
  min-height: 45px;
  text-align: center;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  width: 100%;
  position: relative;
  height: 100%;
}
.nav.nav-tabs li a:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  background: #e8e8e8;
}
@media (max-width: 767px) {
  .nav.nav-tabs li a:after {
    right: auto;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    bottom: 0;
    width: calc(100% - 40px);
    height: 1px;
    top: auto;
  }
}
.nav.nav-tabs li a:hover {
  color: #db0031;
}
.nav.nav-tabs li a.active {
  background: #e5252a;
  color: #fff;
  border-radius: 0;
}
.nav.nav-tabs li a.active:after {
  content: none;
}
@media (max-width: 991px) {
  .nav.nav-tabs li a {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .nav.nav-tabs li a {
    font-size: 14px;
  }
  .nav.nav-tabs li a br {
    display: none;
  }
}
.nav.nav-tabs li:nth-last-child(1) a:after {
  content: none;
}

.main-wrapper {
  position: relative;
  z-index: 3;
}
.main-wrapper .scroll-down {
  position: absolute;
  right: calc(((100% - 1140px) / 2) + 16px);
  bottom: 75px;
  padding-bottom: 35px;
}
@media (max-width: 1141px) {
  .main-wrapper .scroll-down {
    right: calc(((100% - 992px) / 2) + 16px);
  }
}
@media (max-width: 991px) {
  .main-wrapper .scroll-down {
    display: none;
  }
}
.main-wrapper .scroll-down img {
  transition: all 0.6s ease;
  animation-duration: 1s;
  animation-name: drop;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.main-wrapper .scroll-down:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 130px;
  background: #b72f32;
}
.main-wrapper .section-divider:after {
  left: 80%;
}

@keyframes drop {
  from {
    transform: translateY(-20%);
  }
  to {
    transform: translateY(0%);
  }
}
.section-main {
  border-bottom: 10px solid #26bb1e;
  position: relative;
  margin: -1px 0 0;
  padding: 0 !important;
  overflow: visible;
}
.section-main .slider-item {
  padding: 75px 0;
  position: relative;
}
@media (max-width: 991px) {
  .section-main .slider-item {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .section-main .slider-item {
    padding: 30px 0;
  }
}
.section-main .slider-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.25;
  background-color: #171717;
}
.section-main .slider-item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: black;
  background: -moz-linear-gradient(top, black 0%, transparent 47%, black 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, black), color-stop(47%, transparent), color-stop(100%, black));
  background: -webkit-linear-gradient(left, black 0%, transparent 47%, black 100%);
  background: -o-linear-gradient(top, black 0%, transparent 47%, black 100%);
  background: -ms-linear-gradient(top, black 0%, transparent 47%, black 100%);
  background: linear-gradient(to bottom, black 0%, transparent 47%, black 100%);
}
.section-main .slider-item .main-subtitle {
  font-size: 20px;
  color: #fff;
  opacity: 0.7;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "DINProLight";
  margin: 0 0 50px;
  position: relative;
  display: inline-flex;
  padding: 0 30px 0 0;
}
@media (max-width: 767px) {
  .section-main .slider-item .main-subtitle {
    font-size: 16px;
    letter-spacing: 1px;
    opacity: 1;
    margin: 0 0 30px;
  }
}
.section-main .slider-item .main-subtitle:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 190px;
  height: 1px;
  background: #c84045;
}
.section-main .slider-item .container {
  position: relative;
  z-index: 9;
}
.section-main .slider-item .main-description {
  padding: 40px;
  background: rgba(23, 23, 23, 0.55);
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  .section-main .slider-item .main-description {
    padding: 25px;
    margin: 0 0 35px;
  }
}
@media (max-width: 767px) {
  .section-main .slider-item .main-description {
    padding: 25px 10px;
  }
}
.section-main .slider-item .main-description .green-envelope {
  position: absolute;
  left: -27px;
  top: -27px;
  border-top: 27px solid rgba(37, 187, 29, 0.45);
  border-left: 27px solid rgba(37, 187, 29, 0.45);
  width: 385px;
  height: 128px;
  transform: scale(0.3, 0.3);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .section-main .slider-item .main-description .green-envelope {
    left: -10px;
    top: -10px;
    border-top: 10px solid rgba(37, 187, 29, 0.45);
    border-left: 10px solid rgba(37, 187, 29, 0.45);
    width: 140px;
    height: 111px;
  }
}
.section-main .slider-item .main-description .main-title {
  font-size: 84px;
  color: #fff;
  text-transform: uppercase;
  line-height: 90px;
  letter-spacing: 1px;
  margin: 0 0 35px;
  transform: translate(0, -50%);
  -webkit-transition: all 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}
@media (max-width: 1141px) {
  .section-main .slider-item .main-description .main-title {
    font-size: 60px;
    line-height: 66px;
  }
}
@media (max-width: 767px) {
  .section-main .slider-item .main-description .main-title {
    font-size: 30px;
    line-height: 38px;
    margin: 0 0 25px;
  }
}
.section-main .slider-item .main-description .description {
  font-size: 20px;
  color: #ffffff;
  margin: 0 0 40px;
  transform: translate(0, 50%);
  -webkit-transition: all 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  min-height: 56px;
}
@media (max-width: 767px) {
  .section-main .slider-item .main-description .description {
    font-size: 16px;
    margin: 0 0 25px;
  }
}
.section-main .slider-item .main-description .btn {
  transform: translate(-50%, 0);
  -webkit-transition: all 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  color: #fff;
}
.section-main .slider-item .main-description .btn span {
  color: #fff;
}
.section-main .slider-item .slider-img {
  height: 97px;
  width: 100%;
  object-position: center;
  object-fit: contain;
  transform: scale(0.2, 0.2);
  -webkit-transition: all 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  background: #fff;
  padding: 0 10px;
}
@media (max-width: 991px) {
  .section-main .slider-item .slider-img {
    width: auto;
  }
}
@media (max-width: 767px) {
  .section-main .slider-item .slider-img {
    width: 110px;
    height: 70px;
  }
}
.section-main .slider-item {
  -webkit-transition: all 2s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 2s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 2s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 2s cubic-bezier(0.4, 0, 0.2, 1);
}
.section-main .slider-item.slick-current:before, .section-main .slider-item.slick-current:after {
  transform: scale(1, 1);
}
.section-main .slider-item.slick-current .main-title, .section-main .slider-item.slick-current .description, .section-main .slider-item.slick-current .btn, .section-main .slider-item.slick-current .green-envelope, .section-main .slider-item.slick-current .slider-img {
  -moz-transform: translate(0, 0) scale(1, 1);
  -o-transform: translate(0, 0) scale(1, 1);
  -ms-transform: translate(0, 0) scale(1, 1);
  -webkit-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
  opacity: 1;
}

@media (max-width: 991px) {
  .slider-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    height: 100%;
    align-items: center;
  }
}
.slider-nav button.btn {
  width: 80px;
  height: 80px;
  min-width: 80px;
  margin: 0;
  border: 1px solid #c8cdbd !important;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.3 ease;
}
.slider-nav button.btn:active {
  background: #e52429 !important;
}
.slider-nav button.btn:before {
  content: none !important;
}
.slider-nav button.btn i {
  color: #fff;
  font-size: 50px;
  margin: 0;
}
.slider-nav button.btn img {
  position: relative;
  z-index: 2;
}
.slider-nav button.btn:hover {
  border-color: #e52429 !important;
}
.slider-nav button.btn:nth-last-child(1) img {
  transform: rotate(-180deg);
}
@media (max-width: 991px) {
  .slider-nav button.btn:nth-last-child(1) {
    order: 1;
  }
}
@media (max-width: 991px) {
  .slider-nav button.btn:nth-child(1) {
    order: 2;
  }
}
@media (max-width: 767px) {
  .slider-nav button.btn {
    width: 70px;
    height: 70px;
    min-width: 70px;
  }
}

.section-divider {
  position: absolute;
  white-space: nowrap;
  width: 175px;
  left: 0;
  bottom: 165px;
  z-index: 2;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.3;
  transform: rotate(-90deg);
  padding-right: 35px;
  letter-spacing: 2px;
}
@media (max-width: 1290px) {
  .section-divider {
    display: none;
  }
}
.section-divider:after {
  content: "";
  height: 0.5px;
  width: 2000px;
  background: rgba(255, 255, 255, 0.55);
  z-index: 9;
  position: absolute;
  left: calc(100% + 35px);
  top: 50%;
  transform: translateY(-50%);
}
.section-divider.section-divider__gray {
  color: #87898c;
}
.section-divider.section-divider__gray:after {
  background: #87898c;
}

.section {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}

.section-main + .section{
  padding: 50px 0 !important;
}

@media (max-width: 991px) {
  .section {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .section {
    border-bottom: 2px solid #e8e8e8;
  }
}

.section.section-systems {
  background-image: linear-gradient(to top, #f9f9f9 0%, #fff 100%);
}
@media (max-width: 767px) {
  .section.section-systems {
    padding-bottom: 95px;
  }
}
.section.section-systems .block-label {
  right: -165px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}
.section.section-systems .carousel .slick-arrow {
  bottom: -65px;
}
.section.section-systems .carousel .system-elem {
  margin: 0;
}
.section.section-systems.w-slider .carousel .slick-arrow {
  bottom: -120px;
}
.section.section-systems.system-main .system-elem {
  margin: 0 22.5px;
}

.carousel.post-slider.slick-initialized {
  padding-bottom: 25px;
}
.carousel.post-slider .slick-list {
  margin: 0 -15px;
}
.carousel.post-slider .system-elem {
  margin: 0 15px;
}
.carousel.post-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5252a;
  z-index: 9;
  top: auto;
  bottom: -95px;
}
.carousel.post-slider .slick-arrow:hover {
  background: #e5252a;
}
.carousel.post-slider .slick-arrow:hover img {
  filter: brightness(0) invert(1);
}
@media (max-width: 767px) {
  .carousel.post-slider .slick-arrow {
    bottom: -115px;
  }
}
.carousel.post-slider .slick-arrow.slick-prev {
  left: 0;
}
.carousel.post-slider .slick-arrow.slick-next {
  right: 0px;
}
.carousel.post-slider .slick-arrow.slick-next img {
  transform: rotate(-180deg);
}

.section-headings {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 55px;
  width: 100%;
}
@media (max-width: 991px) {
  .section-headings {
    margin: 0 0 30px;
  }
  .section-headings .link {
    display: none;
  }
}

.section-title {
  font-size: 50px;
  color: #333333;
  font-family: "DINProBold" !important;
  text-transform: uppercase;
  margin: 0 !important;
}
.section-title span {
  color: #e5252a;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 28px !important;
    text-align: center;
    width: 100%;
    line-height: 32px !important;
  }
}

.container {
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .container {
    padding: 0 10px;
  }
  .container .row {
    margin: 0 -10px;
    width: auto;
    min-width: 100%;
  }
  .container .row [class*=col-] {
    padding: 0 10px;
  }
}

.system-elem {
  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.01);
  position: relative;
}
@media (max-width: 767px) {
  .system-elem {
    margin: 0 0 20px;
  }
}
.system-elem .system-elem__image {
  height: 410px;
  line-height: 410px;
  text-align: center;
  display: inline-block;
  display: block;
  width: 100%;
}
.system-elem .system-elem__image img {
  display: inline-block;
  max-height: 360px;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .system-elem .system-elem__image img {
    height: 100%;
  }
}
@media (max-width: 991px) {
  .system-elem .system-elem__image {
    height: 350px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .system-elem .system-elem__image {
    padding: 20px;
    height: 270px;
  }
}
.system-elem .system-elem__title {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  position: relative;
  background: #fff;
}
.system-elem .system-elem__title span {
  transition: all 0.6s ease;
  margin: 0 0 2px 5px;
  font-size: 20px;
  color: #242424;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
}
.system-elem .system-elem__title span b {
  margin: 0 0 2px;
}
@media (max-width: 991px) {
  .system-elem .system-elem__title span {
    font-size: 14px;
    padding: 0 20px 0 0;
  }
}
.system-elem .system-elem__title .system-elem__title--icon {
  min-width: 85px;
  height: 85px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #e5252a;
  margin: 0 30px 0 0;
  position: relative;
  z-index: 9;
}
.system-elem .system-elem__title .system-elem__title--icon img {
  max-width: 42px;
  display: block;
}
@media (max-width: 991px) {
  .system-elem .system-elem__title .system-elem__title--icon {
    margin: 0 20px 0 0;
    min-width: 70px;
    height: 70px;
  }
}
.system-elem .system-elem__title:after {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  top: 0px;
  left: auto;
  right: 0px;
  background: #c51f23;
  transition: all 600ms ease 0s;
}
.system-elem:hover .system-elem__title {
  color: #fff;
}
.system-elem:hover .system-elem__title span {
  color: #fff;
  z-index: 2;
}
.system-elem:hover .system-elem__title:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  background: #e5252a;
}
.system-elem:hover .system-elem__title .system-elem__title--icon {
  background: #c51f23;
}

.block-label {
  font-size: 150px;
  color: #9d9d9d;
  text-transform: uppercase;
  letter-spacing: 4px;
  opacity: 0.07;
  position: absolute;
  z-index: 0;
}
@media (max-width: 767px) {
  .block-label {
    display: none !important;
  }
}

.section-products {
  position: relative;
}
@media (max-width: 767px) {
  .section-products {
    padding-bottom: 95px;
  }
}
.section-products:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 825px;
  background: url("../img/products-before.jpg") center no-repeat;
  background-size: cover;
  border-right: 10px solid #26bb1e;
  width: 100%;
  height: calc(100% - 235px);
}
@media (max-width: 991px) {
  .section-products:before {
    max-width: 75px;
    max-height: 593px;
  }
}
@media (max-width: 767px) {
  .section-products:before {
    height: calc(100% - 125px);
  }
}
.section-products .section-headings {
  margin: 0 0 110px;
}
@media (max-width: 767px) {
  .section-products .section-headings {
    margin: 0 0 60px;
  }
}
.section-products .block-label {
  right: 80px;
  bottom: 15px;
  line-height: 120px;
}

.product-elem {
  background-color: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.01);
}

@media (max-width: 767px) {
  .product-elem {
    margin: 0 0 20px;
  }
  .product-elem,
  .system-elem,
  .solution-elem {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3) !important;
  }
  .image-inner img, .system-elem .image-inner img, .product-elem .image-inner img{
  }
}
.product-elem .product-elem__img {
  position: relative;
}
.product-elem .product-elem__img .product-elem__image {
  display: block;
  width: 100%;
  height: 300px;
  object-position: center;
  object-fit: cover;
}
@media (max-width: 767px) {
  .product-elem .product-elem__img .product-elem__image {
    height: 160px;
  }
}
.product-elem .product-elem__img .product-elem__icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 85px;
  height: 85px;
  background: #fff;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
@media (max-width: 767px) {
  .product-elem .product-elem__img .product-elem__icon {
    width: 70px;
    height: 70px;
  }
}
.product-elem .product-elem__img .product-elem__icon img {
  max-width: 31px;
  max-width: 100%;
}
.product-elem .btn.btn-more {
  width: 100%;
  justify-content: flex-start;
}
.product-elem .btn.btn-more span {
  font-size: 20px;
  color: #242424;
  transform: none;
  position: static;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 991px) {
  .product-elem .btn.btn-more span {
    min-width: 100%;
  }
}
@media (max-width: 767px) {
  .product-elem .btn.btn-more span {
    font-size: 14px;
    min-width: 100%;
  }
}
.product-elem:hover .btn.btn-more:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  background: #e5252a;
}
.product-elem:hover .btn.btn-more i {
  background: #c51f23;
}
.product-elem:hover .btn.btn-more span {
  color: #fff;
}
.product-elem:hover .btn.btn-more span small {
  color: #fff;
}

.solution-elem {
  background-color: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .solution-elem {
    margin: 0 0 20px;
    height: auto;
  }
}
.solution-elem .solution-elem__img {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.solution-elem .solution-elem__img .btn.btn-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.solution-elem .solution-elem__img img {
  height: 395px;
  object-fit: cover;
  object-position: center;
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .solution-elem .solution-elem__img img {
    height: 325px;
  }
}
.solution-elem .solution-elem__img:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, #25272d 0%, #25272d 5.91%, rgba(37, 39, 45, 0) 100%);
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
}
.solution-elem.no-hover .solution-elem__img:after{
  display: none;
}
.solution-elem .solution-elem__title {
  display: inline-block;
  vertical-align: middle;
  min-height: 95px;
  text-align: center;
  width: 100%;
  font-size: 22px;
  color: #242424;
  line-height: 26px;
  padding: 25px 0;
}
@media (max-width: 991px) {
  .solution-elem .solution-elem__title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .solution-elem .solution-elem__title {
    font-size: 16px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: 70px;
    padding: 0;
  }
  .solution-elem .solution-elem__title br {
    display: none;
  }
  .solution-elem .solution-elem__title span {
    margin: 0 5px 0 0;
  }
}
.solution-elem:hover .solution-elem__title {
  background: #e5252a;
  color: #fff;
}
.solution-elem:hover .btn.btn-arrow {
  background: #c51f23;
}
.solution-elem:hover .solution-elem__img:after {
  opacity: 1;
  visibility: visible;
}

.section-solutions {
  position: relative;
}
@media (max-width: 767px) {
  .section-solutions {
    padding-bottom: 95px;
  }
}
.section-solutions:after {
  content: "";
  position: absolute;
  right: 255px;
  background: #f9f9f9;
  width: 235px;
  height: 235px;
  z-index: 0;
  bottom: 27px;
}
@media (max-width: 767px) {
  .section-solutions:after {
    content: none;
  }
}
.section-solutions .block-label {
  right: auto;
  bottom: 25px;
  left: 245px;
  line-height: 120px;
}

.news-elem {
  background-color: #fff;
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.03);
  margin: 0 0 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.news-elem .news-elem__image {
  padding: 20px 35px;
  height: 200px;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 767px) {
  .news-elem .news-elem__image {
    padding: 20px;
  }
}
.news-elem .news-elem__image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  max-height: 200px;
  object-fit: cover;
  object-position: center;
  width: 100%;
  z-index: 1;
}
.news-elem .news-elem__image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 3;
  transition: height 0.6s ease;
}
.news-elem .news-elem__image:after {
  content: "";
  position: absolute;
  opacity: 0.8;
  opacity: 0.8;
  background-image: linear-gradient(to top, #25272d 77.87%, rgba(37, 39, 45, 0) 177.87%);
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.news-elem .news-elem__image .news-elem__date {
  font-size: 14px;
  color: #a0a2a5;
  z-index: 4;
  transition: all 0.6s ease;
}
.news-elem .news-elem__image .news-elem__date i {
  margin: 0 10px 0 0;
}
.news-elem .news-elem__image .news-elem__title {
  font-size: 18px;
  color: #242424;
  z-index: 4;
  transition: all 0.6s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .news-elem .news-elem__image .news-elem__title {
    font-size: 16px;
  }
}
.news-elem:hover .news-elem__image:before {
  height: 0;
}
.news-elem:hover .news-elem__date, .news-elem:hover .news-elem__title {
  color: #fff;
}
.news-elem:hover .btn.btn-more:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  background: #e5252a;
}
.news-elem:hover .btn.btn-more span {
  color: #fff;
  transform: translateY(-50%) translateX(-160px);
}
@media (max-width: 767px) {
  .news-elem:hover .btn.btn-more span {
    transform: translateY(-50%) translateX(-120px);
  }
}
.news-elem:hover .btn.btn-more i {
  background: #c51f23;
}
.news-elem .btn.btn-more {
  min-width: 100%;
}

.section-news {
  position: relative;
  background-image: linear-gradient(to top, #fff 0%, #f9f9f9 100%);
  padding-bottom: 70px;
}
.section-news:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 635px;
  max-height: 740px;
  width: 100%;
  height: 100%;
  background: url("../img/news-after.jpg") center no-repeat;
  background-size: cover;
  border-left: 10px solid #26bb1e;
}
@media (max-width: 991px) {
  .section-news:after {
    right: auto;
    left: 0;
    max-width: 75px;
    border-left: 0;
    border-right: 5px solid #26bb1e;
    max-height: 100%;
    height: calc(100% - 125px);
  }
}
.section-news .section-divider:after {
  left: 80%;
}
.section-news .block-label {
  right: -55px;
  top: 60%;
  transform: translateY(-50%) rotate(-90deg);
  z-index: 2;
}
.section-news .container {
  z-index: 4;
}
@media (max-width: 767px) {
  .section-news .section-headings {
    margin-bottom: 60px;
  }
}

.section-projects {
  position: relative;
}
@media (max-width: 767px) {
  .section-projects {
    padding-bottom: 95px;
  }
}
.section-projects:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  max-width: 830px;
  width: 100%;
  background-color: #f9f9f9;
  z-index: 0;
}
.section-projects .block-label {
  right: 80px;
  bottom: 15px;
  line-height: 120px;
}
.section-projects .carousel .slick-arrow {
  bottom: -45px;
}
@media (max-width: 767px) {
  .section-projects.w-slider .carousel {
    padding-bottom: 75px;
  }
}
.section-projects.w-slider .carousel .slick-arrow {
  bottom: 0px;
  display: none !important;
}
@media (max-width: 767px) {
  .section-projects.w-slider-another .carousel {
    padding-bottom: 75px;
  }
}
.section-projects.w-slider-another .carousel .slick-arrow {
  bottom: -115px;
}

.breadcrumbs {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .breadcrumbs {
    padding: 20px 0 35px;
  }
}
.breadcrumbs ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.breadcrumbs li:after{
  content: "/";
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 5px;
}

.breadcrumbs li:last-child:after{
  display: none;
}

.breadcrumbs ul li a, .breadcrumbs ul li p {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .breadcrumbs ul li a, .breadcrumbs ul li p {
    font-size: 12px;
  }
}
.breadcrumbs ul li a:hover {
  opacity: 0.8;
}
.breadcrumbs ul li p {
  margin: 0 5px;
}
.breadcrumbs ul li span {
  text-transform: initial;
  color: #b1b9c1;
}
@media (max-width: 767px) {
  .breadcrumbs ul li span {
    font-size: 12px;
  }
}
.slick-track{
    min-width: 100%;
}
.section-main.section-main__inner {
  margin: -1px 0 0;
  min-height: 360px;
}
@media (max-width: 767px) {
  .section-main.section-main__inner {
    min-height: 250px;
    padding-bottom: 50px !important;
  }
}
.section-main.section-main__inner h1 {
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 70px 0 0;
  text-align: left !important;
}
@media (max-width: 767px) {
  .section-main.section-main__inner h1 {
    margin: 35px 0 0;
  }
}
.section-main.section-main__inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #171717;
}
.section-main.section-main__inner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: black;
  background: -moz-linear-gradient(top, black 0%, transparent 47%, black 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, black), color-stop(47%, transparent), color-stop(100%, black));
  background: -webkit-linear-gradient(left, black 0%, transparent 47%, black 100%);
  background: -o-linear-gradient(top, black 0%, transparent 47%, black 100%);
  background: -ms-linear-gradient(top, black 0%, transparent 47%, black 100%);
  background: linear-gradient(to bottom, black 0%, transparent 47%, black 100%);
}

.section-main.section-main__inner--system {
  position: relative;
  padding: 0 0 75px !important;
}
@media (max-width: 767px) {
  .section-main.section-main__inner--system {
    padding: 0 0 55px !important;
  }
}
.section-main.section-main__inner--system .system-label {
  min-width: 310px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 80px;
  background: #fff;
  font-size: 20px;
  color: #333333;
  padding: 0 25px 0 0;
}
.section-main.section-main__inner--system .system-label .system-label__icon {
  width: 60px;
  height: 60px;
  background: #e5252a;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 25px 0 0;
}
.section-main.section-main__inner--system .system-label .system-label__icon img {
  max-width: 36px;
}
@media (max-width: 767px) {
  .section-main.section-main__inner--system .system-label {
    font-size: 16px;
    margin: 0;
  }
}
@media (max-width: 575px) {
  .section-main.section-main__inner--system .system-label {
    min-width: 100%;
  }
}

.section.section-overview {
  padding-top: 30px;
  background-image: linear-gradient(to top, #f9f9f9 0%, #fff 100%);
}
.section.section-overview .nav-tabs {
  margin: 0 0 60px;
}
@media (min-width: 992px) {
  .section.section-overview .nav-tabs {
      flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .section.section-overview .nav-tabs {
    margin: 0 0 30px;
  }
}

.item-slider {
  width: 100%;
}
@media (max-width: 991px) {
  .item-slider {
    margin: 0 0 20px;
  }
}
.item-slider .item-main {
  padding: 25px;
  /*min-height: 450px;*/
  height: 100%;
  background-color: #fff;
  box-shadow: 0 25px 25px rgba(0, 0, 0, 0.02);
}
.item-slider .item-main .slider-main-item {
  padding: 0 25px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: none;
}
.item-slider .item-main .slider-main-item a {
  border: none;
}
@media (max-width: 991px) {
  .item-slider .item-main {
    min-height: 250px;
  }
}
.item-slider .item-nav {
  padding: 10px 60px;
}
@media (max-width: 767px) {
  .item-slider .item-nav {
    padding: 10px 50px;
  }
}
.item-slider .item-nav .nav-item {
  margin: 0 5px;
  text-align: center;
  cursor: pointer;
  float: none;
  display: inline-block;
  transition: all 0.3s ease;
}
.item-slider .item-nav .nav-item a {
  width: 80px;
  height: 75px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 15px 10px;
  border: none;
  position: relative;
}
.item-slider .item-nav .nav-item a:after {
  content: "";
  position: absolute;
  font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  -moz-osx-font-smoothing: grayscale;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(229, 37, 42, 0.5);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.item-slider .item-nav .nav-item a:hover:After {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .item-slider .item-nav .nav-item a {
    width: 58px;
    height: 54px;
    padding: 5px;
  }
}
.item-slider .item-nav .nav-item img {
  height: 100%;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.item-slider .item-nav .nav-item.slick-current {
  transition: all 0.3s ease;
}
.item-slider .item-nav .nav-item.slick-current a {
  border: 1px solid #dd2429;
}
.item-slider .item-nav .nav-item.w-video a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/play-icon.png") center no-repeat transparent;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .item-slider .item-nav .nav-item.w-video a:after {
    background-size: 60%;
  }
}
.item-slider .item-nav .nav-item.w-video:hover a:after {
  background: url("../img/play-icon.png") center no-repeat rgba(229, 37, 42, 0.5);
}
@media (max-width: 767px) {
  .item-slider .item-nav .nav-item.w-video:hover a:after {
    background-size: 60%;
  }
}
.item-slider .item-nav .slick-track {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.item-slider .slick-list {
  padding: 0 !important;
}
.item-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5252a;
}
.item-slider .slick-arrow:hover {
  background: #e5252a;
}
.item-slider .slick-arrow:hover img {
  filter: brightness(0) invert(1);
}
.item-slider .slick-arrow.slick-prev {
  left: 0;
}
.item-slider .slick-arrow.slick-next {
  right: 0;
}
.item-slider .slick-arrow.slick-next img {
  transform: rotate(-180deg);
}

.video-modal .modal-dialog {
  border: none;
  max-width: 887px;
}
.video-modal .modal-dialog .modal-content {
  border: none;
  background: transparent;
  border-radius: 0;
}
@media (max-width: 767px) {
  .video-modal .modal-dialog .modal-content {
    padding: 0 40px;
  }
  .video-modal .modal-dialog .modal-content iframe {
    height: 315px;
  }
}
@media (max-width: 575px) {
  .video-modal .modal-dialog .modal-content {
    padding: 0 10px;
  }
}
.video-modal .modal-dialog .modal-content .close {
  position: absolute;
  right: 0;
  top: -36px;
  opacity: 1;
}

.item-description {
  padding: 0 0 0 35px;
}
@media (max-width: 991px) {
  .item-description {
    padding: 0;
  }
}
.item-description p {
  margin: 0 0 15px;
  line-height: 1.4;
}

.table-respond {
  width: 100%;
  display: inline-block;
}
p.mb50.light:empty{
  display: none;
}
@media (max-width: 1141px) {
  .table-respond {
    display: block;
  }
}
.table-respond table {
  width: 100%;
}
.table-respond table thead tr th {
  padding: 20px 30px;
  background: #e5252a;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
}
.table-respond tbody tr td {
  background: #262931;
  padding: 7px 15px;
  color: #fff;
  font-size: 16px;
}

#list-services{
  margin-top: 20px;
}

.section-brochure {
  padding-bottom: 45px;
}
.section-brochure .carousel {
  margin: 45px 0 0;
}
.section-brochure .carousel .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5252a;
  z-index: 9;
}
.section-brochure .carousel .slick-arrow:hover {
  background: #e5252a;
}
.section-brochure .carousel .slick-arrow:hover img {
  filter: brightness(0) invert(1);
}
@media (max-width: 991px) {
  .section-brochure .carousel .slick-arrow {
    top: auto;
    bottom: -35px;
  }
}
.section-brochure .carousel .slick-arrow.slick-prev {
  left: -80px;
}
@media (max-width: 1141px) {
  .section-brochure .carousel .slick-arrow.slick-prev {
    left: 0px;
  }
}
.section-brochure .carousel .slick-arrow.slick-next {
  right: -80px;
}
.section-brochure .carousel .slick-arrow.slick-next img {
  transform: rotate(-180deg);
}
@media (max-width: 1141px) {
  .section-brochure .carousel .slick-arrow.slick-next {
    right: 0px;
  }
}
.section-brochure .carousel .slick-list {
  margin: 0 -15px;
  padding: 0 0 55px;
}
@media (max-width: 767px) {
  .section-brochure .carousel .slick-list {
    margin: 0 -5px;
  }
}
.section-brochure .carousel .slider-item {
  margin: 0 15px;
}
@media (max-width: 767px) {
  .section-brochure .carousel .slider-item {
    margin: 0 5px;
  }
}
.section-brochure .block-label {
  right: 30px;
  bottom: 30px;
  line-height: 120px;
  margin: 0;
}
.section-brochure .brochure-image {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: none;
  overflow: hidden;
}
.section-brochure .brochure-image img {
  width: 100%;
  transform: scale(1);
  transition: all 0.6s ease;
  height: 248px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .section-brochure .brochure-image img {
    max-height: 175px;
  }
}
.section-brochure .brochure-headings {
  background: #fff;
  padding: 30px 25px;
}
@media (max-width: 767px) {
  .section-brochure .brochure-headings {
    padding: 15px 10px;
  }
}
.section-brochure .brochure-headings .brochure-headings__title {
  font-size: 22px;
  color: #242424;
  border: none;
  margin: 0 0 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media (max-width: 767px) {
  .section-brochure .brochure-headings .brochure-headings__title {
    font-size: 16px;
  }
}
.section-brochure .brochure-headings .brochure-headings__link {
  color: #e5252a !important;
}
.section-brochure .brochure-headings .brochure-headings__link:hover {
  color: #242424 !important;
}
.section-brochure [class*=col-] {
  margin: 0 0 30px;
}
.section-brochure .borchure-elem {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
  background: #fff;
  height: 100%;
  box-shadow: 0 25px 25px rgba(0, 0, 0, 0.05);
}
.section-brochure .borchure-elem:hover .brochure-image img {
  transform: scale(1.12);
}

.section-information {
  position: relative;
  padding-bottom: 80px;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .section-information {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .section-information {
    padding: 30px 0;
  }
}
.section-information:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  max-width: 830px;
  width: 100%;
  background-color: #f9f9f9;
  z-index: 0;
}

.section-solutions.section-solutions__system:after {
  content: "";
  position: absolute;
  right: 255px;
  background: #f9f9f9;
  width: 235px;
  height: 235px;
  z-index: 0;
  bottom: 27px;
}
.section-solutions.section-solutions__system .carousel .slick-arrow {
  bottom: -45px;
}

.section-systems.section-systems__system {
  position: relative;
  padding-bottom: 80px;
}
.section-systems.section-systems__system:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 635px;
  max-height: 610px;
  width: 100%;
  height: 100%;
  background: url(../img/news-after.jpg) center no-repeat;
  background-size: cover;
  border-left: 10px solid #26bb1e;
}
@media (max-width: 767px) {
  .section-systems.section-systems__system:after {
    right: auto;
    left: 0;
    max-width: 75px;
    border-left: 0;
    border-right: 5px solid #26bb1e;
    max-height: 100%;
    height: calc(100% - 125px);
  }
}
@media (max-width: 767px) {
  .section-systems.section-systems__system .section-headings {
    margin: 0 0 60px;
  }
}
.section-systems.section-systems__system .carousel .slick-arrow {
  bottom: -45px;
}
.section-systems.section-systems__system.w-slider .carousel .slick-arrow {
  bottom: -115px;
}

.btn-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .carousel.text-slider {
    margin: 0 0 80px !important;
  }
}
.carousel.text-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5252a;
  z-index: 9;
}
.carousel.text-slider .slick-arrow:hover {
  background: #e5252a;
}
.carousel.text-slider .slick-arrow:hover img {
  filter: brightness(0) invert(1);
}
.carousel.text-slider .slick-arrow.slick-prev {
  left: -80px;
}
@media (max-width: 991px) {
  .carousel.text-slider .slick-arrow.slick-prev {
    left: 0;
    bottom: -65px;
    top: auto;
    transform: none;
  }
}
.carousel.text-slider .slick-arrow.slick-next {
  right: -80px;
}
.carousel.text-slider .slick-arrow.slick-next img {
  transform: rotate(-180deg);
}
@media (max-width: 991px) {
  .carousel.text-slider .slick-arrow.slick-next {
    right: 0;
    bottom: -65px;
    top: auto;
    transform: none;
  }
}
.carousel.text-slider .slick-list {
  margin: 0 -15px;
}
@media (max-width: 767px) {
  .carousel.text-slider .slick-list {
    margin: 0 -5px;
  }
}
.carousel.text-slider .slider-item {
  margin: 0 15px;
  position: relative;
}
@media (max-width: 767px) {
  .carousel.text-slider .slider-item {
    margin: 0 5px;
  }
}
.carousel.text-slider .slider-item img {
    height: 260px;
    width: 100%;
    object-fit: cover;
}
@media (max-width: 767px) {
  .carousel.text-slider .slider-item img {
    height: 180px;
    margin: 0 !important;
  }
}
.carousel.text-slider .slider-item .hover-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-image: -webkit-linear-gradient(to top, #25272d 77.87%, rgba(37, 39, 45, 0) 177.87%);
  background-image: -o-linear-gradient(to top, #25272d 77.87%, rgba(37, 39, 45, 0) 177.87%);
  background-image: linear-gradient(to top, #25272d 77.87%, rgba(37, 39, 45, 0) 177.87%);
  z-index: 3;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.6s ease;
  opacity: 0; 
  visibility: hidden;
    padding: 15px;
    text-align: center;
}
.carousel.text-slider .slider-item .hover-block small {
  margin: 0 5px 0 0;
}
.carousel.text-slider .slider-item:hover .hover-block {
  opacity: 0.8;
  visibility: visible;
}

.section-systems__inner--cat {
  padding-bottom: 70px;
}
.section-systems__inner--cat .system-elem {
  margin-bottom: 30px;
}

.section-products__inner--cat {
  padding-bottom: 70px;
}
.section-products__inner--cat .product-elem {
  margin-bottom: 30px;
}
.section-products__inner--cat .product-elem .product-elem__img .product-elem__image {
  height: 385px;
}
.section-products__inner--cat .product-elem .product-elem__inner--body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-products__inner--cat .product-elem .product-elem__inner--body:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.92;
  transition: all 0.6s ease;
  background-image: -webkit-linear-gradient(to top, #25272d 77.87%, rgba(37, 39, 45, 0) 177.87%);
  background-image: -o-linear-gradient(to top, #25272d 77.87%, rgba(37, 39, 45, 0) 177.87%);
  background-image: linear-gradient(to top, #25272d 77.87%, rgba(37, 39, 45, 0) 177.87%);
  opacity: 0.5;
}
.section-products__inner--cat .product-elem .product-elem__inner--body .product-elem__inner--bodyInner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .section-products__inner--cat .product-elem .product-elem__inner--body .product-elem__inner--bodyInner {
    padding: 0 15px;
  }
}
.section-products__inner--cat .product-elem .product-elem__inner--body .product-elem__inner--bodyInner p {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  margin: 25px 0 44px;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 991px) {
  .section-products__inner--cat .product-elem .product-elem__inner--body .product-elem__inner--bodyInner p {
    font-size: 24px;
    margin: 0 0 39px;
  }
}
.section-products__inner--cat .product-elem .product-elem__inner--body .product-elem__inner--bodyInner .btn.btn-red {
  margin: 0 !important;
}
.section-products__inner--cat .product-elem .product-elem__inner--body .product-elem__inner--bodyInner .btn.btn-red span {
  color: #fff;
}
.section-products__inner--cat .product-elem .product-elem__inner--body .product-elem__inner--bodyInner .btn.btn-red i {
  color: #fff;
}
.section-products__inner--cat .product-elem:hover .product-elem__inner--body:after {
  opacity: 0.82;
  visibility: visible;
}

.section-products__inner .product-elem,
.section-products__inner .solution-elem {
  margin: 0 0 30px;
}

.section-services__inner {
  padding-bottom: 0;
}
.section-services__inner:before {
  content: "";
  position: absolute;
  right: 0;
  top: 250px;
  height: 1090px;
  max-width: 830px;
  width: 100%;
  background: #f9f9f9;
}
.section-services__inner:after {
  content: "";
  position: absolute;
  left: 0;
  height: 1090px;
  max-width: 830px;
  width: 100%;
  background: #f9f9f9;
  /*bottom: 130px;*/
}

.service {
  position: relative;
  min-height: 490px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 20px 0 100px;
}
@media (max-width: 767px) {
  .service {
    min-height: auto;
    margin: 0 0 30px;
  }
}
.service .service-description {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 3;
}
.service .service-description__title {
  padding: 25px 40px;
  background: #262931;
  font-size: 20px;
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.service .service-description__title i {
  font-size: 28px;
  color: #eb2027;
  margin: 0 20px 0 0;
}
.service .service-description__title span {
  margin: 0 7px 0 0;
}
.service .service-description__info {
  padding: 25px 40px 40px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .service .service-description__info {
    padding: 20px;
  }
}
.service .service-description .btn.btn-more:hover span {
  color: #fff;
  transform: translateY(-50%) translateX(-450%);
}
@media (max-width: 767px) {
  .service .service-description .btn.btn-more:hover span {
    transform: translateY(-50%) translateX(-90px);
  }
}
.service .service-image {
  position: absolute;
  top: 0;
  max-width: 1035px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1141px) {
  .service .service-image {
    max-width: 895px;
  }
}
@media (max-width: 991px) {
  .service .service-image {
    max-width: 665px;
  }
}
@media (max-width: 767px) {
  .service .service-image {
    display: none;
  }
}
.service.img-right .service-image {
  right: 0;
}

.section-projects__inner--services {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .section-projects__inner--services {
    margin: 0;
  }
}

/*search css for 1 item*/
.row{
  width: 100%;
}

.section-resources__inner {
  padding-bottom: 50px;
}
.section-resources__inner h3.section-title {
  font-size: 30px;
  margin: 10px 0 35px !important;
  line-height: 30px;
}

.resource {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.resource a {
  overflow: hidden;
}
.resource img {
  display: block;
  height: 615px;
  object-fit: cover;
  object-position: center;
  width: 100%;
  transition: all 0.6s linear;
  transform: sacle(1);
}
@media (max-width: 991px) {
  .resource img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .resource img {
    height: 250px;
  }
}
.resource .btn.btn-more:hover span {
  color: #fff;
  transform: translateY(-50%) translateX(-380%);
}
.resource:hover img {
  transform: scale(1.04);
}

.section-brochure__inner {
  position: relative;
}
@media (max-width: 991px) {
  .section-brochure__inner .carousel {
    margin: 15px 0 0;
  }
}
.section-brochure__inner .carousel .slick-arrow {
  bottom: -10px;
  top: auto;
  transform: none;
  right: 0 !important;
  left: auto !important;
}
.section-brochure__inner .carousel .slick-arrow.slick-prev {
  right: 49px !important;
}
@media (max-width: 991px) {
  .section-brochure__inner .carousel .slick-arrow.slick-prev {
    left: 0 !important;
    bottom: -15px !important;
    top: auto;
  }
}
@media (max-width: 991px) {
  .section-brochure__inner .carousel .slick-arrow.slick-next {
    right: 0 !important;
    bottom: -15px !important;
    top: auto;
  }
}
.section-brochure__inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  max-width: 830px;
  width: 100%;
  background-color: #f9f9f9;
  z-index: 0;
}

.label-completed {
  font-size: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
  opacity: 0.5;
  color: #fff;
  top: -15px;
  position: relative;
  display: inline-flex;
}
.label-completed:after {
  content: "";
  position: absolute;
  left: calc(100% + 25px);
  width: 190px;
  height: 1px;
  background: #a72124;
  top: 50%;
}
@media (max-width: 767px) {
  .label-completed:after {
    left: 0;
    bottom: -5px;
    top: auto;
  }
}
@media (max-width: 767px) {
  .label-completed {
    font-size: 16px;
    opacity: 1;
  }
}

.section-solutions__completed {
  position: relative;
}
.section-solutions__completed:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  max-width: 830px;
  width: 100%;
  background-color: #f9f9f9;
  z-index: 0;
}
.section-solutions__completed:after {
  content: none !important;
}
.section-solutions__completed .carousel .slick-arrow {
  bottom: -65px;
}

.section-projects__completed {
  position: relative;
}
.section-projects__completed:before {
  content: none;
}
.section-projects__completed:after {
  content: "";
  position: absolute;
  right: 255px;
  background: #f9f9f9;
  width: 235px;
  height: 235px;
  z-index: 0;
  top: 125px;
}
.section-projects__completed .carousel .slick-arrow {
  bottom: -45px;
}

.section-error {
  padding: 0 0 165px;
}
@media (max-width: 767px) {
  .section-error {
    padding: 0 0 30px;
  }
}
.section-error h2.section-title {
  font-size: 40px;
  line-height: 55px;
  margin: 0 0 25px !important;
}
.section-error .breadcrumbs {
  margin: 0 0 70px;
}
.section-error .breadcrumbs ul li a, .section-error .breadcrumbs ul li p {
  color: #333333;
}
.section-error .breadcrumbs ul li span {
  color: #b1b9c1;
}
@media (max-width: 767px) {
  .section-error .breadcrumbs {
    margin: 0px;
  }
}
.section-error .error-text {
  font-size: 230px;
  color: #333333;
}
@media (max-width: 767px) {
  .section-error .error-text {
    font-size: 180px;
    line-height: 180px;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .section-error [class*=col-]:nth-child(2) {
    order: 1;
  }
  .section-error [class*=col-]:nth-child(1) {
    order: 2;
  }
}

.section-contacts .contact-elem {
  padding: 45px 50px;
  background-color: #fff;
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.05);
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .section-contacts .contact-elem {
    padding: 25px 15px;
  }
}
.section-contacts .contact-elem h3.section-title {
  font-size: 30px;
  line-height: 35px;
  margin: 0 0 25px !important;
  display: block;
}
.section-contacts .contact-elem__adress {
  font-size: 18px;
  color: #222222;
  margin: 0 0 20px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .section-contacts .contact-elem__adress {
    font-size: 14px;
    flex-wrap: nowrap;
  }
}
.section-contacts .contact-elem i {
  font-size: 18px;
  margin: 0 13px 0 0;
}
@media (max-width: 767px) {
  .section-contacts .contact-elem i {
    font-size: 16px;
    margin: 0 6px 0 0;
  }
}
.section-contacts .contact-elem a {
  font-size: 18px;
  color: #222;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.section-contacts .contact-elem a:nth-child(1) {
  margin: 0 50px 0 0;
}
@media (max-width: 767px) {
  .section-contacts .contact-elem a:nth-child(1) {
    margin: 0 25px 0 0;
  }
}
@media (max-width: 767px) {
  .section-contacts .contact-elem a {
    font-size: 14px;
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .section-contacts #map {
    min-height: 300px !important;
  }
}

.ask-wrapper {
  padding: 45px;
  background: #262931;
  position: relative;
  padding-bottom: 130px;
}
@media (max-width: 991px) {
  .ask-wrapper {
    margin: 30px 0 0;
  }
}
@media (max-width: 767px) {
  .ask-wrapper {
    padding: 20px 20px 80px;
  }
}
.ask-wrapper h3.section-title {
  font-size: 30px;
  line-height: 35px;
  margin: 0 0 25px !important;
  display: block;
  color: #fff;
}
.ask-wrapper .btn.btn-more {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.05);
}
.ask-wrapper .btn.btn-more:hover span {
  transform: translateY(-50%) translateX(-430%);
}

.form-group-wrapper {
  margin: 0 0 15px;
}
.form-group-wrapper .form-group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  margin: 0;
}
.form-group-wrapper .form-group span {
  position: absolute;
  left: 20px;
  top: 50%;
  color: #a0a2a5;
  transform: translateY(-50%);
}
.form-group-wrapper .form-group span i {
  margin: 0 10px 0 0;
  font-size: 16px;
}
.form-group-wrapper .form-group .form-control {
  min-height: 60px;
  font-size: 16px;
  width: 100%;
  padding: 0 20px 0 85px;
}
@media (max-width: 767px) {
  .form-group-wrapper .form-group .form-control {
    font-size: 14px;
    min-height: 50px;
  }
}
.form-group-wrapper .form-group .form-control:focus, .form-group-wrapper .form-group .form-control:valid {
  padding: 0 20px 0 40px;
}
.form-group-wrapper .form-group .form-control:focus + span small, .form-group-wrapper .form-group .form-control:valid + span small {
  display: none;
}
.form-group-wrapper .error-text {
  display: none;
}
.form-group-wrapper.js-error .form-group span, .form-group-wrapper.js-error .form-group i, .form-group-wrapper.js-error .form-group .form-control {
  color: #e5252a;
}
.form-group-wrapper.js-error .form-group:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #e5252a;
}
.form-group-wrapper.js-error .error-text {
  display: block;
  font-size: 12px;
  color: #e5252a;
  padding: 10px 0 0 20px;
}

.error-text{
  color: #e5252a;
  display: block;
  font-size: 12px;
  color: #e5252a;
  padding: 10px 0 0 20px;
}

.form-group-wrapper.ta span {
  top: 20px;
  transform: none;
}
@media (max-width: 767px) {
  .form-group-wrapper.ta span {
    top: 14px;
  }
}
.form-group-wrapper.ta textarea.form-control {
  padding: 20px 20px 0 85px;
  min-height: 120px;
}
.form-group-wrapper.ta textarea.form-control:focus, .form-group-wrapper.ta textarea.form-control:valid {
  padding: 20px 20px 0 40px;
}
.form-group-wrapper.ta textarea.form-control:focus::-webkit-input-placeholder {
  color: transparent;
}
.form-group-wrapper.ta textarea.form-control:focus:-moz-placeholder {
  color: transparent;
}
.form-group-wrapper.ta textarea.form-control:focus::-moz-placeholder {
  color: transparent;
}
.form-group-wrapper.ta textarea.form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.form-checkbox {
  display: block;
  position: relative;
  padding-left: 45px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  margin-bottom: 25px;
  color: #818693;
}
.form-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-checkbox.required .checkmark:before {
  content: "*";
  position: absolute;
  right: -10px;
  top: -15px;
  color: #e5252a;
}

.checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
}

.form-checkbox:hover input ~ .checkmark {
  background-color: #fff;
}
.form-checkbox input:checked ~ .checkmark {
  background-color: #fff;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.form-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.form-checkbox .checkmark:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 5px;
  height: 10px;
  border: solid #e5252a;
  border-width: 0 1px 1px 0;
}

/* Style the checkmark/indicator */
/** END CONTENT **/
/** START FOOTER **/
footer {
  /*border-top: 10px solid #26bb1e;*/
  background: #262931;
}
footer .logo img {
  display: block;
  min-width: 180px;
}
@media (max-width: 767px) {
  footer .logo img {
    min-width: 100%;
    width: 100px;
    height: 70px;
  }
}
footer .main-nav .main-nav__menu li a {
  color: #818693;
}
footer .main-nav .main-nav__menu li a:before, footer .main-nav .main-nav__menu li a:after {
  background: #86272d;
}
footer .main-nav .main-nav__bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 0 25px;
}
@media (max-width: 991px) {
  footer .main-nav .main-nav__bottom {
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: initial;
  }
}
@media (max-width: 767px) {
  footer .main-nav .main-nav__bottom {
    padding: 10px 0 20px;
  }
}
footer .main-nav .main-nav__bottom .main-nav__socials li a {
  color: #818693;
}
footer .main-nav .main-nav__bottom .main-nav__socials:after {
  background: #3a3c44;
}
@media (max-width: 767px) {
  footer .main-nav .main-nav__bottom .main-nav__socials {
    width: 100%;
    justify-content: space-between;
  }
}
footer .main-nav .main-nav__bottom .main-nav__phone {
  color: #fff;
}
@media (max-width: 991px) {
  footer .main-nav .main-nav__bottom .main-nav__phone {
    font-size: 16px;
    margin: 0 0 15px;
  }
  footer .main-nav .main-nav__bottom .main-nav__phone i {
    font-size: 16px;
  }
}
footer .main-nav .main-nav__bottom .main-nav__right {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  footer .main-nav .main-nav__bottom .main-nav__right {
    order: 1;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 15px 0 0 20px;
  }
}
@media (max-width: 767px) {
  footer .main-nav .main-nav__bottom .main-nav__right {
    padding: 5px 0 0 0px;
  }
}
footer .main-nav .main-nav__bottom .main-nav__left--quality {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #51545a;
  margin: 0 0 0 35px;
}
@media (max-width: 991px) {
  footer .main-nav .main-nav__bottom .main-nav__left--quality {
    margin: 0;
  }
}
footer .main-nav .main-nav__bottom .main-nav__left--quality li a {
  min-width: 70px;
  min-height: 50px;
  background: #fff;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #51545a;
}
footer .main-nav .main-nav__bottom .main-nav__left--quality li a img {
  display: block;
}
footer .main-nav .main-nav__bottom .main-nav__left--quality li:nth-last-child(1) a {
  border: none;
}
footer .copyrights {
  padding: 25px 0;
  background: #1c1e23;
}
footer .copyrights .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
footer .copyrights .container p {
  font-size: 14px;
  color: #666970;
}
@media (max-width: 991px) {
  footer .copyrights .container p {
    order: 2;
  }
}
@media (max-width: 767px) {
  footer .copyrights .container p {
    order: 3;
    text-align: center;
    width: 100%;
    font-size: 13px;
  }
}
footer .copyrights .container .designed {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
footer .copyrights .container .designed img {
  display: block;
}
footer .copyrights .container .designed small {
  margin: 0 2px 0 5px;
}
footer .copyrights .container .designed span {
  color: #666970;
  font-size: 14px;
  text-decoration: underline;
}
footer .copyrights .container .designed:hover span {
  text-decoration: none;
}
@media (max-width: 991px) {
  footer .copyrights .container .designed {
    order: 3;
  }
}
@media (max-width: 767px) {
  footer .copyrights .container .designed {
    order: 2;
    margin: 0 0 15px;
  }
  footer .copyrights .container .designed span {
    font-size: 13px;
  }
}
footer .copyrights ul {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  footer .copyrights ul {
    display: none;
  }
}
@media (max-width: 991px) {
  footer .copyrights ul {
    order: 1;
    width: 100%;
    margin: 0 0 5px;
    justify-content: center;
  }
}
footer .copyrights ul li {
  margin: 0 0 0 30px;
}
footer .copyrights ul li:nth-child(1) {
  margin: 0;
}
footer .copyrights ul li a {
  font-size: 14px;
  color: #666970;
}
footer .copyrights ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  footer .main-nav__left {
    order: 2;
  }
}
@media (min-width: 767.02px) {
  footer .main-nav__left.mobile, footer .mobile-policy {
    display: none;
  }
}
@media (max-width: 767px) {
  footer .main-nav__left {
    display: none;
  }
  footer .main-nav__left.mobile {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 25px 0;
  }
  footer .main-nav__left.mobile .main-nav__left--quality {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #51545a;
    margin: 0 0 0 35px;
  }
}
@media (max-width: 767px) and (max-width: 991px) {
  footer .main-nav__left.mobile .main-nav__left--quality {
    margin: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  footer .main-nav__left.mobile .main-nav__left--quality li {
    width: 50%;
  }
  footer .main-nav__left.mobile .main-nav__left--quality li a {
    width: 100%;
    min-height: 60px;
    background: #fff;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #51545a;
  }
  footer .main-nav__left.mobile .main-nav__left--quality li a img {
    display: block;
  }
  footer .main-nav__left.mobile .main-nav__left--quality li:nth-last-child(1) a {
    border: none;
  }
}
@media (max-width: 767px) {
  footer .mobile-policy {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  footer .mobile-policy li {
    margin: 0 0 0 30px;
  }
  footer .mobile-policy li:nth-child(1) {
    margin: 0;
  }
  footer .mobile-policy li a {
    font-size: 12px;
    color: #666970;
    font-family: "DINProLight";
  }
  footer .mobile-policy li a:hover {
    text-decoration: underline;
  }
}

/** END FOOTER **/
.content-default li.widget_text {
  list-style: none;
}

.content-default img.size-auto,
.content-default img.size-full,
.content-default img.size-large,
.content-default img.size-medium,
.content-default .attachment img,
.content-default .widget-container img {
  max-width: 100%;
  height: auto;
}

.content-default .alignleft,
.content-default img.alignleft {
  display: inline;
  float: left;
  margin-right: 50px;
  margin-top: 15px;
}

.content-default .alignright,
.content-default img.alignright {
  display: inline;
  float: right;
  margin-left: 50px;
  margin-top: 15px;
}

.content-default .aligncenter,
.content-default img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.content-default img.alignleft,
.content-default img.alignright,
.content-default img.aligncenter {
  margin-bottom: 12px;
}

.content-default .wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  padding: 4px;
  text-align: center;
}

.content-default .wp-caption img {
  margin: 5px 5px 0;
  max-width: 622px;
}

.content-default .wp-caption p.wp-caption-text {
  color: #777;
  font-size: 12px;
  margin: 5px;
}

.content-default .wp-smiley {
  margin: 0;
}

@media (max-width: 767px) {
  .content-default img {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
}
.get-in-touch {
  position: fixed;
  width: 40px;
  height: 40px;
  background: #e5252a;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 999;
  cursor: pointer;
}
@media (max-width: 767px) {
  .get-in-touch {
    display: none;
  }
}
.get-in-touch .touch-info {
  position: fixed;
  font-size: 16px;
  right: -63px;
  top: calc(50% - 87px);
  transform: translateX(100%) translateY(-50%) rotate(90deg);
  white-space: nowrap;
  min-height: 41px;
  background: #e5252a;
  padding: 0 20px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 165px;
  z-index: -1;
  transition: all 0.6s ease;
}
.get-in-touch:hover .touch-info {
  transform: translateX(0%) translateY(-50%) rotate(90deg);
}

.get-modal .modal-dialog {
  max-width: 755px;
}
.get-modal .modal-content {
  flex-direction: initial;
  align-items: flex-start;
  background: transparent;
  border: none;
}
@media (max-width: 767px) {
  .get-modal .modal-content {
    padding: 0 40px;
  }
}
@media (max-width: 575px) {
  .get-modal .modal-content {
    padding: 0 10px;
  }
}
.get-modal .touch-contacts {
  padding: 35px 40px;
  background: #262931;
  min-width: 330px;
}
@media (max-width: 767px) {
  .get-modal .touch-contacts {
    display: none;
  }
}
.get-modal .touch-contacts .section-title {
  font-size: 22px;
  line-height: 24px;
  margin: 0 0 25px !important;
  color: #fff;
}
.get-modal .touch-contacts .contact-elem {
  margin: 0 0 25px;
}
.get-modal .touch-contacts .contact-elem:nth-last-child(1) {
  margin: 0;
}
.get-modal .touch-contacts .contact-elem p {
  font-size: 18px;
  color: #818693;
  margin: 0 0 10px;
}
.get-modal .touch-contacts .contact-elem a {
  font-size: 15px;
  color: #fff;
}
.get-modal .touch-contacts .contact-elem a i {
  font-size: 16px;
  margin: 0 10px 0 0;
  color: #fff;
}
.get-modal .touch-contacts .contact-elem ul.socials {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.get-modal .touch-contacts .contact-elem ul.socials li {
  margin: 0 10px 0 0;
}
.get-modal .touch-contacts .contact-elem ul.socials li:nth-last-child(1) {
  margin: 0;
}
.get-modal .touch-contacts .contact-elem ul.socials li a {
  width: 36px;
  height: 36px;
  border: 1px solid #3a3c44;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.get-modal .touch-contacts .contact-elem ul.socials li a i {
  font-size: 18px;
  color: #fff;
  margin: 0;
}
.get-modal .touch-contacts .contact-elem ul.socials li a:hover {
  background: #3a3c44;
}
.get-modal .touch-form {
  padding: 50px 50px 100px;
  background: #fff;
  min-width: 445px;
  position: relative;
  top: 20px;
  left: -20px;
}
@media (max-width: 767px) {
  .get-modal .touch-form {
    top: 0;
    left: 0;
    min-width: 100%;
    padding: 25px 20px 80px;
  }
}
.get-modal .touch-form .close {
  position: absolute;
  right: 0;
  top: 0;
  background: #262931;
  width: 30px;
  height: 30px;
  opacity: 1;
}
.get-modal .touch-form .close i {
  color: #fff;
}
.get-modal .touch-form .form-group-wrapper .form-group .form-control {
  border: 1px solid #dfe1e5;
}
.get-modal .touch-form .checkmark {
  border: 1px solid #dfe1e5;
}
.get-modal .touch-form .btn.btn-more {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.05);
}
.get-modal .touch-form .btn.btn-more:hover span {
  transform: translateY(-50%) translateX(-430%);
}
@media (max-width: 767px) {
  .get-modal .touch-form .btn.btn-more:hover span {
    transform: translateY(-50%) translateX(-105px);
  }
}
.get-modal .touch-form .section-title {
  font-size: 30px;
  line-height: 32px;
  margin: 0 0 15px !important;
}
.get-modal .touch-form .description {
  font-size: 16px;
  color: #4a4a4a;
  line-height: 1.9;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .get-modal .touch-form .description {
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 15px;
  }
}

.hamburger {
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 991.02px) {
  .hamburger {
    display: none;
  }
}
@media (max-width: 991px) {
  .hamburger {
    display: block;
  }
}
@media (max-width: 767px) {
  .hamburger {
    transform: none;
    top: auto;
    bottom: 15px;
  }
}
.hamburger .line {
  width: 24px;
  height: 3px;
  background-color: #e5252a;
  display: block;
  margin: 6px auto;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger .line:nth-last-child(1) {
  margin-bottom: 0;
}
.hamburger .line:nth-child(1) {
  margin-top: 0;
}

.hamburger.is-active .line:nth-child(2) {
  opacity: 0;
}
.hamburger.is-active .line:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}
.hamburger.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  height: 90px;
  transition: all 0.3s ease;
}
.sticky .main-nav__menu {
  padding: 10px 0 10px;
}
.sticky .logo img {
  max-height: 90px;
  min-width: auto;
}

.sticky + .content {
  padding-top: 121px;
}
@media (max-width: 991px) {
  .sticky + .content {
    padding-top: 90px;
  }
}

.hidden-information {
  max-height: 297px;
  overflow: hidden;
  margin: 0 0 15px;
}

.js-show-hide i {
  transition: all 0.3s ease;
  transform: rotate(0deg);
}

.js-show-hide.js-opened i {
  transform: rotate(-90deg);
}

.search-on-overlay {
  position: absolute;
  max-width: 1000px;
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}

.search-on-overlay .search {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: #fff;
  height: 60px;
  border-radius: 30px;
  position: relative;
  top: 70px;
}

@media (max-width: 767px) {
  .search-on-overlay .search {
    top: 125px;
  }
}
.search-on-overlay .search input {
  width: 100%;
  height: 100%;
  border: 1px solid #dfe1e5;
  font-size: 16px;
  color: #232323;
  padding: 0 65px 0 65px;
  position: relative;
  z-index: 1;
}

.search-on-overlay .search button {
  width: 25px;
  height: 25px;
  position: absolute;
  left: 22px;
  top: 50%;
  padding: 0;
  transform: translateY(-50%);
  z-index: 2;
}

.search-on-overlay .search button i {
  font-size: 26px;
  color: #e5252a;
}

.search-on-overlay .search .close-search {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 22px;
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
  left: auto;
  display: none;
  z-index: 2;
}

.search-on-overlay.show {
  visibility: visible;
  opacity: 1;
  z-index: 99999;
}

.search-on-overlay .search-result__content {
  margin-top: 0;
  padding: 0;
}

.search-result-page .page-tagline__bg {
  background-color: #213a5c;
  background-image: none;
}

.search-result-page .page-tagline__bg:after {
  display: none;
}

.search-result-page .search-result__content {
  display: block;
}

.search-result {
  z-index: 1;
}

.search-result__content {
  background: #fff;
  margin-top: -30px;
  padding: 30px 40px;
  display: none;
}

.search-result__content .resources {
  padding-bottom: 0;
}

.search-result__content .result-section__content {
  border-bottom: 1px solid #dfe1e5;
  padding-bottom: 30px;
  padding: 15px 25px 40px;
}

.search-result__content .result-section__content.products .product-elem .product-elem__img .product-elem__image,
.search-result__content .result-section__content.systems .product-elem .product-elem__img .product-elem__image,
.search-result__content .result-section__content.solutions .product-elem .product-elem__img .product-elem__image {
  height: 150px;
}

.search-result__content .result-section__content.products .product-elem .btn-more,
.search-result__content .result-section__content.systems .product-elem .btn-more,
.search-result__content .result-section__content.solutions .product-elem .btn-more {
  min-width: 100%;
  font-size: 14px;
  padding-left: 15px;
}

.search-result__content .result-section__content.products .product-elem .product-elem__img .product-elem__icon,
.search-result__content .result-section__content.systems .product-elem .product-elem__img .product-elem__icon,
.search-result__content .result-section__content.solutions .product-elem .product-elem__img .product-elem__icon {
  width: 50px;
  height: 50px;
}

.search-result__content .result-section__content.products .product-elem .btn-more span,
.search-result__content .result-section__content.systems .product-elem .btn-more span,
.search-result__content .result-section__content.solutions .product-elem .btn-more span {
  font-size: 15px;
}

.search-result__content .result-section__content.resources .resource img {
  height: 150px;
}

.search-result__content .result-section__content.resources .resource .btn-more {
  min-width: 100%;
}

.search-result__content .result-section__content.resources .section-title {
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 15px !important;
  display: block;
}

.search-result__content .result-section__content.blog {
  background: #fff;
}

.search-result__content .result-section__content.blog .item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

.search-result__content .result-section__content.blog .item:last-child {
  margin-bottom: 0;
}

.search-result__content .result-section__content.blog .item .img {
  width: 132px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.search-result__content .result-section__content.blog .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.search-result__content .result-section__content.blog .item .info {
  width: calc(100% - 160px);
  margin-left: 20px;
}

.search-result__content .result-section__content.blog .item .info .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  display: block;
}

.search-result__content .result-section__content.blog .item .info .category {
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  opacity: 0.6;
  font-weight: 500;
  padding: 0;
  margin: 10px 0 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.search-result__content .result-section__content.news .news__items {
  margin-top: 10px;
}

.search-result__content .result-section__content.news .item:last-child {
  margin-bottom: 0;
}

.search-result__content .result-section__content.news .item .title {
  font-size: 16px;
}

@media (max-width: 575px) {
  .search-result__content .result-section__content.news .item .info p {
    display: none;
  }
}
.search-result__content .result-section__content.resources .item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 15px;
  padding: 30px 0;
  border-bottom: 1px solid #dde9f0;
}

.search-result__content .result-section__content.resources .item:last-child {
  border-bottom: none;
}

.search-result__content .result-section__content.resources .item .title {
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 10px;
}

.search-result__content .result-section__content.resources .item .decsr {
  font-size: 14px;
}

.search-result__content .result-section__content.resources .ico {
  width: 16px;
  height: 23px;
  object-fit: contain;
  margin-right: 15px;
}

.search-result__content .result-section__header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0 35px;
}

.search-result__content .result-section__header .title {
  font-size: 18px;
  font-weight: 500;
}

.search-result__content .result-section__header .btn-skew {
  font-size: 16px;
  text-transform: capitalize;
  padding: 5px 10px;
  font-weight: 500;
  padding: 13px 35px 11px;
}

@media (max-width: 575px) {
  .search-result__content .result-section__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .search-result__content .result-section__header .btn-skew {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .search-result__content .result-section__content.blog .item .img {
    width: 120px;
  }

  .search-result__content .link.link-w-line {
    margin: 15px 0 0;
  }
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease;
}

.overlay.show {
  visibility: visible;
  opacity: 1;
  z-index: 99998;
}

@media (min-width: 767.02px) {
  .mobile-touch {
    display: none;
  }
}
@media (max-width: 767px) {
  .mobile-touch {
    display: block;
  }
  .mobile-touch .get-in-touch {
    position: static;
    width: 30px;
    height: 30px;
    transform: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .mobile-touch .get-in-touch a {
    margin: 0 0 2px;
  }
  .mobile-touch .get-in-touch i {
    color: #fff;
    margin: 0 0 3px;
  }
}

.slick-slide .system-elem__image .image-inner, .system-elem .system-elem__image .image-inner, .product-elem .system-elem__image .image-inner {
  min-height: 410px;
}
@media (max-width: 767px) {
  .slick-slide .system-elem__image .image-inner, .system-elem .system-elem__image .image-inner, .product-elem .system-elem__image .image-inner {
    min-height: 270px;
  }
}
.slick-slide .product-elem__img .image-inner, .system-elem .product-elem__img .image-inner, .product-elem .product-elem__img .image-inner {
  min-height: 300px;
}
@media (max-width: 767px) {
  .slick-slide .product-elem__img .image-inner, .system-elem .product-elem__img .image-inner, .product-elem .product-elem__img .image-inner {
    min-height: 160px;
  }
}
.solution-elem__img, .system-elem .solution-elem__img, .product-elem .solution-elem__img {
  min-height: 395px;
}
@media (max-width: 767px) {
  .solution-elem__img, .system-elem .solution-elem__img, .product-elem .solution-elem__img {
    min-height: 325px;
  }
}
.solution-elem__img .image-inner, .system-elem .solution-elem__img .image-inner, .product-elem .solution-elem__img .image-inner {
  min-height: 395px;
}
@media (max-width: 767px) {
  .solution-elem__img .image-inner, .system-elem .solution-elem__img .image-inner, .product-elem .solution-elem__img .image-inner {
    min-height: 325px;
  }
}
.slick-slide .image-hover, .solution-elem .image-hover,  .system-elem .image-hover, .product-elem .image-hover {
  opacity: 0;
  visibility: hidden;
}
/*.slick-slide */.image-inner, .system-elem .image-inner, .product-elem .image-inner {
  position: relative;
  display: table;
  display: block;
  width: 100%;
  overflow: hidden;
}
/*.slick-slide */.image-inner img, .system-elem .image-inner img, .product-elem .image-inner img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.6s ease;
  min-height: 100%;
  max-width: none;
  min-width: 100%;
  object-fit: cover;
}
.slick-slide:hover .image-inner img, .solution-elem:hover .image-inner img, .system-elem:hover .image-inner img, .product-elem:hover .image-inner img {
  opacity: 0;
}
.slick-slide:hover .image-inner img.image-hover, .solution-elem:hover .image-inner img.image-hover, .system-elem:hover .image-inner img.image-hover, .product-elem:hover .image-inner img.image-hover {
  opacity: 1;
  visibility: visible;
}

.hidden {
  display: none;
}


.conf-block{
	margin-top: 20px;
}
.conf-block--header{
    padding: 20px 30px;
    background: #e5252a;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-family: "DINProBold";
}
.conf-block--body{
    display: flex;
    flex-wrap: wrap;
    padding: 8px 0 12px;
    background: #262931;
}
.col-string{
  background: #262931;
  padding: 7px 15px;
  color: #fff;
  font-size: 16px;
  width: 50%;
}
.col-text{
  background: #262931;
  padding: 7px 15px;
  color: #fff;
  font-size: 16px;
  width: 100%;
}


::-webkit-scrollbar {
    width: 10px;
    height: 8px;
}
::-webkit-scrollbar-thumb {
    /*background: #e5252a;*/
    background: #F2460D;
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-track {
    background: #ededed;
}
.section-videos .video {
  position: relative;
  height: 400px;
  overflow: hidden;
  z-index: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  justify-content: center;
} 

.section-videos .video:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .5);
  z-index: 0;
  transition: all .2s ease;
  opacity: 0;
}

.section-videos .video p {
  color: #fff;
  padding: 30px 40px;
  z-index: 0;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  z-index: 1;
  transition: all .2s ease;
  opacity: 0;
  transform: translateY(20px);
}

.section-videos .video:hover p {
  opacity: 1;
  transform: translateY(0);
}

.section-videos .video:hover:after {
  opacity: 1;
}

.section-videos.playing .video p,
.section-videos.playing .video:after {
 display: none;
}


@media screen and (max-width: 575px) {
  .section-videos .video {
    height: 300px;
  }
  .section-videos .video p {
    font-size: 14px;
    line-height: 1;
    padding: 5px 20px;
  }
}

.section-videos .video .play-btn {
  position: absolute;
  width: 175px;
  height: 175px;
  display: block;
  border-radius: 50%;
  left: calc(50% - 87.5px);
  top: calc(50% - 87.5px);
  z-index: 3;
}

.section-videos .video .play-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

@media screen and (max-width: 575px) {
  .section-videos .video .play-btn {
    width: 140px;
    height: 140px;
    left: calc(50% - 70px);
    top: calc(50% - 70px);
  }
}

.section-videos {
  border: 1px solid #dedede;
}


.section-videos .video > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  position: absolute;
}

.section-videos > p {
  text-align: center;
  font-style: italic;
  font-size: 18px;
  padding: 18px 0;
  line-height: 1;
  border-top: 1px solid #dedede;
}

.section-videos .video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  object-fit: contain;
  z-index: -1;
}

.section-videos [class*=col-] {
  margin: 0 0 30px;
}


/*
.section-main.carousel:not(.slick-initialized) > .slider-item{
  display: none;
}
.section-main.carousel:not(.slick-initialized) > .slider-item:first-child{
  display: block;
}
*/