/*
Theme Name: Kobitex
Version: 1.0
Description: Description theme
Author: Convergine
*/
@charset "UTF-8";

html,
body {
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  word-wrap: break-word;

  display: flex;
  min-height: 100vh;
  flex-direction: column;
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: #01111B;
  line-height: 1.6;
  -webkit-overflow-scrolling: touch;
}

body.logged-in .header-collapse{
  top: 132px;
}

/* fix */
.postid-713 .industry-section-сharacteristic{
  display: none !important;
}

a, .fa{
  transition: .3s ease-in-out;
}

a:hover{
  text-decoration: none;
}

a.link{
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.4;
  color: #DC261B;
  font-weight: 600;
  border-bottom: 2px solid #DC261B;
}

a.link:hover{
  color: #01111B;
  border-bottom: 2px solid #01111B;
}

h1, h2, h3, h4, h5 {
  font-family: "Montserrat", Arial, sans-serif;  
}

h1 {
  font-size: 46px;
  font-weight: 600;
  /* margin: 0 0 90px; */
}

h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 0.625rem;
  text-transform: uppercase;
}

h3 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

h4 {
  font-size: 18px;
  font-weight: 600;
}

h5 {
  font-weight: 700;
}

input:active,
input:focus,
button:active,
button:focus{
  border: none;
  outline: none;
}

.button-custom{
  display: inline-block;
  text-decoration: none;
  outline: none;
  font-size: 16px;
  min-width: 240px;
  border-radius: 4px;
  background-image: linear-gradient(to right, #DC261B, #DC261B);
  padding: 22px 40px 23px;
  text-align: center;
  vertical-align: top;
  font-weight: 600;
  line-height: 1.2;
  transition: all 0.2s linear 0s;
  color: #fff;
  overflow: hidden;
  position: relative;
  background-size: 300% 100%;
}

.button-custom:before {
  content: "\2192";
  font-size: 20px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 54px;
  margin: -1px 0 0;
  transition: all 0.2s linear 0s;
}

.button-custom:hover {
  background-image: linear-gradient(to right, #DC261B, #df261c, #f71206, #df261c);
  color: #fff;
  text-indent: -20px;
  background-position: 100% 0;
}

.button-custom:hover:before {
  opacity: 1;
  text-indent: 0;
}

/* -- header -- */
.main-header{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  background-color: #FFFFFF;
  z-index: 100;
}

.main-header .custom-logo-link{
  display: block;
  text-align: left;
}

nav ul.menu{
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

nav ul.menu li{
  list-style: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0 0 0 40px;
  white-space: nowrap;  
}

nav ul.menu li a{
  color: #01111B;
}

nav ul.menu li a:hover{
  color: #DC261B;
}

nav ul.menu li.current_page_item a{
  color: #DC261B;
}

nav ul.menu li.menu-item-has-children{
  position: relative;
}

nav ul.menu li.menu-item-has-children:hover a{
  color: #01111B;
}

nav ul.menu li.menu-item-has-children:after{
  content: '\f107';
  position: absolute;
  right: -15px;
  top: 0;
  font-family: 'FontAwesome';
}

nav ul.menu li.menu-item-has-children ul.sub-menu{
  visibility: hidden; 
  opacity: 0;
  position: absolute;
  top: 24px;
  left: 40px;
  min-width: 100%;
  transform: translateY(-2em);

  transition: all 0.2s ease-in-out 0s, visibility 0s linear 0.2s, z-index 0s linear 0.01s;
  background-color: #FFFFFF;
  box-shadow: 0 4px 4px rgba(45, 13, 14, 0.25);
  border-radius: 0 0 4px 4px;
}

nav ul.menu li.menu-item-has-children:hover ul.sub-menu{
  visibility: visible; 
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

nav ul.menu li.menu-item-has-children ul.sub-menu li{
  margin: 0;
  padding: 5px 20px;
  margin: 0 0 0 -40px;
}

nav ul.menu li.menu-item-has-children ul.sub-menu li:first-child{
  padding-top: 10px;
}

nav ul.menu li.menu-item-has-children ul.sub-menu li:last-child{
  padding-bottom: 10px;
}

nav ul.menu li.menu-item-has-children ul.sub-menu li:hover a{
  color: #DC261B;
  border-bottom: 1px solid ;
}

nav ul.menu li.menu-item-has-children ul.sub-menu li:hover{
  color: #DC261B;
}

.languages{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px;  
  height: 70px;
}

.languages select{
  border: none;
  font-weight: 700;
  cursor: pointer;
}

.languages select:active,
.languages select:focus{
  border: none;
}

.search-button{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  position: relative;
  cursor: pointer;
}

.search-icon{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  position: absolute;
  z-index: 2;
}

.search-button .fa{
  color: #01111B;
  font-size: 30px;
}

.search-button:hover .fa{
  color: #DC261B;
}

.search-icon-close{
  position: absolute;
  z-index: 1;
  opacity: 0;
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.search-open .search-icon-close{
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.search-open .search-icon{
  opacity: 0;
}

.bars-button{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  background-image: linear-gradient(to right, #DC261B, #DC261B);
  border-radius: 4px;
  margin-left: 10px;
  position: relative;
  cursor: pointer;
}

.bars-button:hover {
  background-image: linear-gradient(to right, #DC261B, #df261c, #f71206, #df261c);
  background-position: 100% 0;
}

.bars-patty {
  position: relative;
  height: 2px;
  width: 24px;
  background: #fff;;
}

.bars-patty:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  height: 2px;
  width: 100%;
  background: #fff;;
}

.bars-patty:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  height: 2px;
  width: 100%;
  background: #fff;;
}

.menu-open .bars-patty:before,
.menu-open .bars-patty:after {
  visibility: hidden;
}

.menu-open .bars-patty{
  display: block;
  margin: 0 auto;
  width: 22px;
  height: 22px;
  cursor: pointer;
  background: 
  linear-gradient( 45deg, transparent 45%, #fff 46%, #fff 55%, transparent 56% ),
  linear-gradient( -45deg, transparent 45%, #fff 46%, #fff 55%, transparent 56% );
}

.header-collapse{
  position: absolute; 
  top: 100px; 
  width: 100%;
  z-index: 10;
  max-height: 100vh;
  overflow-y: auto;
  overflow: hidden;
}

.header-collapse .wrapper{
  /* min-height: 50vh;  */
  background-color: #fff;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.header-collapse .main-collapse-menu ul{
  margin: 0;
  padding: 0;
  width: 500px;
}

.header-collapse .main-collapse-menu li{
  list-style-type: none;
  font-weight: 600;
  font-size: 46px;
  line-height: 56px;
  margin: 0 0 45px;
  padding: 0;
}

.header-collapse .main-collapse-menu li.current_page_item a{
  color: #DC261B;
}

.header-collapse .main-collapse-menu li.current_page_item ul.sub-menu{
  opacity: 1;
  z-index: 0;
}

.header-collapse .main-collapse-menu li.current_page_item ul.sub-menu a{
  color: #01111B;
}

.header-collapse .main-collapse-menu li a{
  color: #01111B;
  border-bottom: 2px solid #FFFFFF;
  max-width: 350px;
}

.header-collapse .main-collapse-menu li a:hover{
  color: #DC261B;
  border-bottom: 2px solid #DC261B;
}

.header-collapse .main-collapse-menu  li:hover  ul.sub-menu {
  opacity: 1;
  /* transform: translateX(0) scale(1); */
  z-index: 1;
}

.header-collapse .main-collapse-menu  li ul.sub-menu {
  top: 15px;
  opacity: 0;
  z-index: -1;
  position: absolute;
  left: 500px;
  margin: 0;
  padding: 0;
  /* transform: translateX(20px) scale(0.8); */
  width: calc(80% - 500px);
  transition: all ease 0.5s;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  /* 1height: 100%; */
  background-color: #fff;
  height: 100%;
}

.header-collapse .main-collapse-menu  li ul.sub-menu li {
  list-style: none;
  margin: 0 0 25px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

.header-collapse .main-collapse-menu  li ul.sub-menu li:hover {
  list-style: none;
  margin: 0 0 25px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

.header-collapse .main-collapse-menu-link ul{
  margin: 0;
  padding: 0;
}

.header-collapse .main-collapse-menu-link li{
  list-style-type: none;
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
  margin: 0 0 25px;
  padding: 0;
}

.header-collapse .main-collapse-menu-link li a{
  color: #01111B;
}

.header-collapse .main-collapse-menu-link li a:hover{
  color: #DC261B;
  border-bottom: 1px solid #DC261B;
}

/* -- breadcrumb-section -- */
.breadcrumbs-section{
  font-size: 13px;
  line-height: 21px;
  color: #7B8A94;
}

.breadcrumbs-section .breadcrumbs{
  border-top: 1px solid #EBEBEB;
  padding: 20px 0 0;
  margin: 0 0 60px;
}

.breadcrumbs-section .wrapper{
  margin: 0 0 0 -10px;
}

.breadcrumbs-section a{
  color: #7B8A94;
  padding: 0 10px;
}

.breadcrumbs-section span .breadcrumb_last{
  padding: 0 10px;
}

.breadcrumbs-section a:hover{
  color: #DC261B;  
}

/* -- search-collapse -- */
.search-open .search-collapse,
.menu-open .menu-collapse{
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0px);
  transition-delay: 0s, 0s, 0.3s;
}

.header-collapse{
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
   /* transition: all ease .5s; */
  /*transform: translateY(-500px); */
  transform: translateY(-200px);
    transition: all 0.2s ease-in-out 0s, visibility 0s linear 0.2s, z-index 0s linear 0.01s;
    background-color: #FFFFFF;
    
  width: 100%;
  left: 0;
  right: 0;
  z-index: 98;
  position: fixed;
  margin: 0 auto;
}

.search-collapse .title{
  font-size: 2.875rem;
  font-weight: 600;
  margin-bottom: 2.875rem;
}

.search-collapse .search-form{
  position: relative;
}

.search-collapse .search-form .search-input{
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: 300;
  font-size: 19px;
  line-height: 25px;
  padding: 37px 100px 38px 40px;
}

.search-collapse .search-form .icon{
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  border: none;
  background-color: transparent;
  transition: .3s ease-in-out;
  cursor: pointer;
  color: #DC261B;
  font-size: 30px;
}

.search-collapse .search-form .icon:hover{
  transform: scale(1.4);
}

main{
  flex: 1;
}


/* slider */
.slider{
  /* max-width: 1920px; */
  height: 580px;
  max-height: 580px;
  margin: 0 auto 100px;
  position: relative;
  overflow: hidden;
}

.slider .slider-box{
  width: 1920px;
  height: 580px;
  max-height: 580px;
  /* position: relative; */
}

/* .slider .slider-box:before{
  content: "";
  background: rgba(45, 13, 14, 0.67);
  filter: blur(400px);
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
  border-radius: 0 50% 50% 0;
} */

/* .slider .slider-box img{
  width: 100%;
  height: 580px;
  object-fit: cover;
  object-position: 50% 50%;
} */

.slider .slider-box .image{
  width: 100%;
  height: 580px;
  background-size: cover;
  background-position: center;
    position: relative;
}
.slider .slider-box .image:after {
    content: "";
    height: 100%;
    width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.45+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(left,  rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0.45) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(0,0,0,0.45) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */

    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
}
.supplier_partners_banner.slider .slider-box .image{
  width: 100vw;
}

.slider .slider-box .content-slider{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 140px 0 0;
  box-sizing: border-box;
}

.slider .slider-box .content-slider .description{
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 30px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}

.slider .slider-box .content-slider h1{
  color: #fff;
  line-height: 56px;
  margin: 0 0 30px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}

.slider .slick-dotted{
  height: 580px;
  margin: 0;
}

.slider  .slick-dots{
  bottom: 40px;
  z-index: 1;
}

.slider .slick-dots li{
  width: 8px;
  height: 8px;
  margin: 0 20px;
}

.slider .slick-dots li button{
  width: 8px;
  height: 8px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
}

.slider .slick-dots li button:hover{
  background-color: #fff;
  border: 1px solid #fff;
}

.slider .slick-dots li.slick-active{
  width: 100px;
  height: 1px;
}


.slider .slick-dots li.slick-active button{
  background-color: #fff;
  border: none;
  width: 100px;
  height: 1px;
  border-radius: 0;
  padding: 0;
}

.slider .slick-dots li button:before{
  display: none;
}

.information-to-contat{
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  width: 100%;
}

.information-to-contat .cont{
  background-color: #000;
  border-radius: 4px 30px 0px 0px;
  padding: 28px 30px;
}

.information-to-contat .cont a{
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.information-to-contat .cont a:hover{
  color: #DC261B;
  border-bottom: 1px solid #DC261B;
}

.information-to-contat .cont .info{
  font-size: 15px;
  line-height: 21px;
  margin: 12px 0 20px;
}

.preloader {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, #EBEBEB , #C4C4C4);
  z-index: 10;
}

.preloader__row {
  position: relative;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  text-align: center;
  animation: preloader-rotate 2s infinite linear;
}

.preloader__item {
  position: absolute;
  display: inline-block;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  animation: preloader-bounce 2s infinite ease-in-out;
}

.preloader__item:last-child {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes preloader-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes preloader-bounce {
  0%,
  100% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
}

.image-loaded-hiding .preloader {
  transition: opacity .5s ;
  opacity: 0;
}

.image-loaded .preloader {
  display: none;
}

/* banner-section */
.banner-section{
  margin: 0 0 100px;
}

.banner-section h2{
  font-size: 46px;
  line-height: 56px;
  text-transform: none;
}

.banner-section .info{
  font-size: 20px;
  line-height: 34px;
  margin: 0 0 30px;
}

.banner-section .info a{
  color: #01111B;
  border-bottom: 1px solid #01111B;  
}

.banner-section .info a:hover{
  color: #DC261B;
  border-bottom: 1px solid #DC261B;
}

.home-module-banner .banner-section h2{
  font-size: 22px;
  line-height: 36px;
  text-transform: uppercase;
}

.home-module-banner .banner-section .info{
  /* font-weight: 500;
  font-size: 22px;
  line-height: 38px; */
  font-size: 16px;
  line-height: 26px;
}

/* industries-section */
.industries-section{
  margin: 0 0 70px;
}

.industries-section .header-industries-section{
  padding: 0 25px;
}

.industries-section .header-industries-section p{
  font-size: 16px;
  line-height: 26px;
}

.industries-section .box {
  color: #01111B;
  position: relative;
  overflow: hidden;
  display: block;
}

.industries-section .item {
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 30px;
}

.industries-section .box .image-holder{
  margin: 0;
  display: block;
  position: relative;
  overflow: hidden;
  height: 240px;
  max-height: 240px;
}

.industries-section .box .image-holder img{
  transition: .3s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.industries-section .box .title{
  border: 1px solid #EBEBEB;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  padding: 18px 25px;
}

.industries-section .box .title span{
  border-bottom: 1px solid #01111B;
}

.industries-section .box:hover {
  color: #DC261B;
}

/* .industries-section .box:hover .title{
  border: 1px solid #DC261B;
  border-top: 1px solid #EBEBEB;
} */

.industries-section .box:hover .title span{
  border-bottom: 1px solid #DC261B;
}

.industries-section .box:hover .image-holder img{
  transform: scale(1.05);
}

.industries-section .first-part{

} 

.industries-section .first-part .item:first-child a{
  border-radius: 30px 0 0 0;
}

.industries-section .first-part .item:last-child a{
  border-radius: 0 30px 0 0;
}

.industries-section .main-part .item:first-child a{
  border-radius: 30px 0 0 0;
}

.industries-section .main-part .item:last-child a{
  border-radius: 0 0 30px 0;
}

.industries-section .main-part .item:last-child .title{
  border-radius: 0 0 30px 0;
}

.industries-section .second-part{

} 

.industries-section .second-part .item:last-child a{
  border-radius: 0 0 30px;
}

.industries-section .second-part .item:last-child .title{
  border-radius: 0 0 30px;
}

/* products-overview-section */
.products-overview-section{
  margin: 0 0 100px;
}

.products-overview-section .header-products-overview{
  margin-bottom: 40px;
}

.products-overview-section .box{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.products-overview-section .box .icon-holder{
  width: 100px;
  height: 100px;
  border: 2px solid #01111B;
  box-sizing: border-box;
  border-radius: 4px;
  margin: 0 30px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: border .3s ease-in-out;
  cursor: pointer;
}

.products-overview-section .box .icon-holder img{
  width: 30%;
  transition: all .3s ease-in-out;
}

.products-overview-section .box .icon-holder:hover img{
  transform: scale(1.2);
}

.products-overview-section .box .icon-holder svg{
  fill: #01111B;
  transition: all .3s ease-in-out;
}

.products-overview-section .box .icon-holder:hover{
  border: 2px solid #DC261B;
}

.products-overview-section .box .icon-holder:hover svg{
  fill: #DC261B;
  transform: scale(1.4);
}

.products-overview-section .box .details{
  flex: 1;
}

.products-overview-section .box .details .title{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.products-overview-section .box .details a{
  color: #01111B;
  border-bottom: 1px solid #01111B;
}

.products-overview-section .box .details a:hover{
  color: #DC261B;
  border-bottom: 1px solid #DC261B;
}

.products-overview-section .box .details p{
  margin: 0;
  font-size: 16px;
  line-height: 26px;
}

/*-- our-team-section --*/
.our-team-section{
  margin: 0 0 100px;
}

.our-team-section .image-holder{
  margin: 0;
  border-radius: 4px 4px 30px;
  position: relative;
  overflow: hidden;
  height: 450px;
}

.our-team-section .image-holder img{
  transition: .3s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our-team-section .image-holder:hover img{
  transform: scale(1.05);
}

.our-team-section .info{
  padding: 0 40px;
}

.our-team-section .info p{
  font-size: 16px;
  line-height: 26px;
}

/*-- our-mission-statement --*/
.our-mission-statement{
  margin: 0 0 100px;
}

.our-mission-statement .image-holder{
  margin: 0;
  border-radius: 4px 4px 30px 4px;
  background: #e2edf9;
  position: relative;
  overflow: hidden;
}

.our-mission-statement .image-holder img{
  transition: .3s ease-in-out;
  width: 100%;
  object-fit: cover;
}

.our-mission-statement .image-holder:hover img{
  transform: scale(1.05);
}

.our-mission-statement .info{
  padding: 0 40px;
}

.our-mission-statement .info p{
  font-size: 20px;
  line-height: 34px;
  margin: 0 0 30px;
}

.our-mission-statement .info .button-custom{
  margin: 0 46px 0 0;
}

/* -- partner-section -- */
.partner-section{
  margin: 0 0 50px;
}

.partner-section .partner-logos{
  display: flex;
  flex-wrap: wrap; 
  justify-content: center;
}

.partner-section .partner-logos .item{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 40px 40px 0;
}

/* news-faq-section */
.faq-section .head-faq-section{
  display: none;
}

.news-faq-section{
  margin: 0 0 100px;
}

.industry-news{
  /* display: flex;
  align-items: stretch; */
}

.industry-news .card-wrap{
  display: flex;
  align-items: stretch;
}

.industry-news .card{
  padding: 50px 40px;
  display: flex;
  align-items: stretch;
  min-height: 400px;
  transition: .3s ease-in-out;
  cursor: pointer;
}

.industry-news .card:hover{
  border: 1px solid #01111B;
}

.industry-news .card .card-date{
  font-style: italic;
  font-size: 13px;
  line-height: 25px;
  margin: 0 0 10px;
}

.industry-news .card .card-body{
  padding: 0;
}

.industry-news .card .card-body a{
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
  color: #01111B;
  border-bottom: 1px solid #01111B;
}

.industry-news .card .card-body a:hover{
  color: #DC261B;
  border-bottom: 1px solid #DC261B;
}

/* -- questions-accordion -- */
.questions-accordion{
  padding: 0 40px;
}

.questions-accordion .item{
  padding: 0;
  margin: 0 0 20px;
}

.question ~ .question{
  margin: 20px 0 0;
}

.questions-accordion .item .button-custom-link{
  text-decoration: none;
  outline: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 0px 20px 0 0;
  margin: 0;
  color: #01111B;
  border: none;
  background: transparent;
  cursor: pointer;
  width: 100%;
  position: relative;
  text-align: left;
}

.questions-accordion .item .button-custom-link.collapsed:after{
  content: "\002B";
  position: absolute;
  top: 0;
  right: 0;
  color: #01111B;
}

.questions-accordion .item .button-custom-link:after{
  content: "\2212";
  position: absolute;
  top: 0;
  right: 0;
  color: #DC261B;
}

.questions-accordion .item .accordion-content{
  font-size: 16px;
  line-height: 26px;
  padding: 10px 0;
}

/* -- questions-accordion-tabs -- */
.questions-accordion-tabs{
  display: flex;
}

.accordion-tabs .nav-tabs{
  border: none;
}

.accordion-tabs .nav-item{
  margin-bottom: 20px;
}

.accordion-tabs .nav-link{
  border: none;
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
  color: #01111B;
  padding: 0;
  min-width: 150px;
}

/* .accordion-tabs .nav-link:hover{
  color: #DC261B;
} */

.accordion-tabs .nav-link.active{
  color: #DC261B;
}

.accordion-tabs .nav-link.active span{
  border-bottom: 1px solid #DC261B;
}

.questions-accordion-tabs .nav-tabs .nav-item{

}

/*-- subscribe --*/
.section-subscribe{
  margin: 0 0 100px;
}

.section-subscribe .wrapper{
  background-image: url("../kobitex/assets/images/subscribe_bg.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color:#C4C4C4;
  border-radius: 4px;
  padding: 40px 40px 15px 130px;
}

.section-subscribe .wrapper .description{
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 13px;
  position: relative;
}

.section-subscribe .wrapper .description::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -130px;
  right: 0;
  margin: auto 0;
  width: 100px;
  height: 1px;
  background-color: #FFFFFF;
}

.section-subscribe .wrapper h2{
  color: #fff;
  font-weight: 600;
  font-size: 34px;
  line-height: 41px;  
  color: #FFFFFF;
  text-transform: none;
  margin: 0;
}

.section-subscribe .subscribe-form{
  position: relative;
}

.es-field-wrap label{
  display: block;
}

.section-subscribe .subscribe-form .subscribe-input,
.es_txt_email{
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: 300;
  font-size: 19px;
  line-height: 25px;
  padding: 32px 100px 33px 40px;
  text-transform: uppercase;
  height: 92px;
}

.section-subscribe .subscribe-form .subscribe-button,
.es_submit_button{
  position: absolute;
  top: 0;
  right: 0;
  width: 130px;
  height: 92px;
  border: none;
  background-color: transparent;
  transition: .3s ease-in-out;
  cursor: pointer;
  color: #DC261B;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  /* padding: 0 0 3px; */
  box-sizing: border-box;
}

.section-subscribe .subscribe-form .subscribe-button span{
  border-bottom: 2px solid #DC261B;
  padding: 3px 0;
}

.es_submit_button:after{
  /* 1content: '\f1d8'; */
  /* content: "\f106";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 48px; */
  /* color: #fff; */
  content: '';
  position: relative;
  background-color: #000;
  width: 10px;
  height: 10px;
}

.es_subscription_message.success{
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  background-color: green;
}

.section-subscribe .subscribe-form .subscribe-button:hover,
.es_submit_button:hover{
  transform: scale(1.2);
}

.section-subscribe .signature{
  font-size: 12px;
  line-height: 20px;
  color: #FFFFFF;
  font-weight: 500;
  margin: 10px 0 0;
}

/* product-catalog-section */
.product-catalog-section{
  margin: 0 0 100px;
}

.product-catalog-section .row{
  margin: 0 0 100px;
}

.product-catalog-section .info{
  margin: 0 40px;
  font-size: 16px;
  line-height: 26px;
}

.product-catalog-section .info h2{
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  text-transform: none;
}

.product-catalog-section .info p{
  margin: 0 0 5px;
}

.product-catalog-section .info ul{
  margin: 5px 0 20px;
  padding: 0;
  list-style: none;
}

.product-catalog-section .info ul li{
  margin: 0;
  padding: 0 0 0 20px;
  position: relative;
}

.product-catalog-section .info ul li:before {
  content: "";  
  background-color: #DC261B;
  width: 4px;
  height: 4px; 
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0; 
}

.product-catalog-section .image-holder{
  margin: 0;
  overflow: hidden;
}

.product-catalog-section .image-holder img{
  transition: .3s ease-in-out;
  width: 100%;
  object-fit: cover;
}

.product-catalog-section .image-holder:hover img{
  transform: scale(1.05);
}

.product-catalog-section .row:nth-child(2n){

}

.product-catalog-section .row:nth-child(2n) .p1{
  order: 2;
}

.product-catalog-section .row:nth-child(2n) .p2{
  order: 1;
}

.product-catalog-section .row:first-child .image-holder{
  border-radius: 30px 0 0;
}

.product-catalog-section .row:last-child .image-holder{
  border-radius: 0 0  30px;
}

.product-catalog-section .info .icon-holder{
  width: 60px;
  height: 60px;
  border: 2px solid #01111B;
  box-sizing: border-box;
  border-radius: 4px;
  margin: 0 0 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: border .3s ease-in-out;
  cursor: pointer;
}

.product-catalog-section .info .icon-holder img{
  width: 40%;
  transition: all .3s ease-in-out;
}

/* .product-catalog-section .info .icon-holder svg{
  fill: #01111B;
  transition: all .3s ease-in-out;
  width: 40%;
} */

.product-catalog-section .info .icon-holder:hover{
  border: 2px solid #DC261B;
}
.product-catalog-section .info .icon-holder:hover svg{
  fill: #DC261B;
  transform: scale(1.4);
}

.product-catalog-section .info .icon-holder:hover img{
  transform: scale(1.4);
}

/* -- section-images-info -- */
.section-images-info{
  margin: 0 0 100px;
}

.section-images-info .liner-images{
  display: flex;
  border-radius: 0 0 0 30px;
  overflow: hidden;
}

.section-images-info .liner-images .image-holder{
  margin: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.section-images-info .liner-images .image-holder img{
  width: 100%;
  object-fit: cover;
}

/* !!!! */

.section-images-info p{
  font-size: 20px;
  line-height: 34px;
}

.section-images-info a{
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #DC261B;
  border-bottom: 1px solid #DC261B;
}

.section-images-info a:hover{
  color: #01111B;
  border-bottom: 1px solid #01111B;

}


/* -- section-images -- */
.section-about-images{
  margin: 0 0 100px;
}

.section-about-images .liner-images{
  display: flex;
  border-radius: 0 0 30px 30px;
  overflow: hidden;
}

.section-about-images .liner-images .image-holder{
  margin: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* display: flex; */
}

.section-about-images .liner-images .image-holder img{
  transition: .3s ease-in-out;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

/*-- product-type --*/
.product-type{
  margin: 0 0 100px;
}

.product-type .info{
  margin: 0 40px;
  font-size: 16px;
  line-height: 26px;
}

.product-type .info h2{
  font-weight: 600;
  font-size: 46px;
  line-height: 56px;
  text-transform: none;
}

.product-type .info p{
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
  margin: 0 0 50px;
}

.product-type .info ul{
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.product-type .info ul li{
  margin: 0;
  padding: 0 0 0 20px;
  position: relative;
}

.product-type .info ul li:before {
  content: "";  
  background-color: #DC261B;
  width: 4px;
  height: 4px; 
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0; 
}

.product-type .image-holder{
  margin: 0;
  overflow: hidden;
  border-radius: 0 0  30px;
}

.product-type .image-holder img{
  transition: .3s ease-in-out;
  width: 100%;
  object-fit: cover;
}

/* .product-type .image-holder:hover img{
  transform: scale(1.05);
} */

.product-type .icon-holder{
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 0px 4px 4px 0px;
  box-sizing: border-box;
  border-radius: 4px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: border .3s ease-in-out;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.product-type .icon-holder img{
  width: 40%;
}

.product-type .icon-holder svg{
  /* fill: #DC261B;
  transition: all .3s ease-in-out;
  width: 40%;*/
} 

/* .product-type .icon-holder:hover svg{
  transform: scale(1.4);
} */

.product-type .info .button-custom {
  margin: 0 46px 0 0;
}

/* -- product-сharacteristic-item -- */
.product-сharacteristic-item{
  margin: 0 0 80px;
}

.product-сharacteristic-item a{
  color: #01111B;
  border-bottom: 1px solid #01111B;  
}

.product-сharacteristic-item a:hover{
  color: #DC261B;
  border-bottom: 1px solid #DC261B;
}

/* -- contact-us-section -- */
.contact-us-section{
  margin: 0 0 100px;
}

.form .label-placeholder{
  font-size: 15px;
  line-height: 21px;
  text-transform: uppercase;
  display: block;
  position: absolute;
  pointer-events: none;
  left: 42px;
  top: 54px;
  z-index: 2;
  transition: all ease .2s;
}

.form .form-field.active .label-placeholder {
  top: 5px;
  left: 15px;
  font-size: 10px;
  line-height: 20px;
  font-weight: 600;
  color: #7B8A94;
}

.form .form-control{
  background: #FFFFFF;
  padding: 24px 28px 25px;
  font-size: 15px;
  line-height: 21px;
  -webkit-appearance: none; /* for ios */
}

.form .form-control:active{
  border: 1px solid #0D2432;
}

.form .form-control:focus{
  box-shadow: none;
  border: 1px solid #0D2432;
}

.form select.form-control:not([size]):not([multiple]){
  /* height: auto; doesn't work for iphone*/
  height: 72px;
}

.form textarea{
  margin: 0;
  height: 175px;
}

.form .button-custom{
  border: none;
  cursor: pointer;
  margin: 30px 0 0;
}

.contact-us-section address{
  padding: 30px 0 0;
}

.contact-us-section address a{
  color: #DC261B;
}

.contact-us-section address a:hover{
  font-weight: 600;
}


/* -- business-inquiry-form -- */
.business-inquiry-form{
  margin: 0 0 100px;
}

.business-inquiry-form .wrapper{
  background: #F8F8F8;
  border-radius: 4px 4px 4px 30px;
  padding: 76px 130px;
}

.business-inquiry-form h2{
  font-weight: 500;
  font-size: 34px;
  line-height: 41px;
  margin: 0 0 13px;
  position: relative;
}

.business-inquiry-form h2:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -145px;
  right: 0;
  margin: auto 0;
  width: 100px;
  height: 1px;
  background-color: #DC261B;
}

/* -- industry-section -- */
.industry-section{
  margin: 0 0 100px;
}

.industry-section-image{
  position: relative;
}

.industry-section .image-holder{
  border-radius: 30px 0 0;
  overflow: hidden;
  margin: 0;
  background-color: #ccc;
}

.industry-section .image-holder img{
  width: 100%;
  object-fit: cover;
  height: 500px;
}

.industry-section-image .icon{
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 0;
  margin: auto;
  background: #01111B;
  border-radius: 4px;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.industry-section-image .icon img{
  width: 46%;
  /* height: fit-content; */
}

.сharacteristic-header ~ .сharacteristic-header{
  display: none;
}

.industry-section-сharacteristic .сharacteristic-header{
  font-size: 14px;
  line-height: 24px;
  padding: 0 20px;
  margin: 0 0 10px;
}

.industry-section-сharacteristic .сharacteristic-content{
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  background-color: #F8F8F8;
  padding: 20px;
  margin: 0 0 10px;
}

.industry-section-сharacteristic .сharacteristic-content .link-title{
  font-weight: 600;
  line-height: 20px;
  color: #01111B;
  border-bottom: 1px solid #01111B;
}

.industry-section-сharacteristic .сharacteristic-content .link-title:hover{
  color: #DC261B;
  border-bottom: 1px solid #DC261B;
}

.industry-section-сharacteristic .сharacteristic-content .number{
  font-size: 15px;
}

.industry-section-сharacteristic .сharacteristic-content .formula{
  font-weight: 600;
}

.industry-section-сharacteristic .сharacteristic-content .button-custom{
  font-size: 13px;
  line-height: 20px;
  padding: 12px 10px 13px;
  min-width: 130px;
}

.industry-section-сharacteristic .сharacteristic-content .button-custom:before {
  font-size: 13px;
  width: 38px;
}

/* -- footer -- */
.main-footer{
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-footer nav ul.menu li{
  padding: 0 40px 10px 0;
}

.main-footer .social-link{
  font-size: 20px;
  line-height: 20px;
}

.main-footer .social-link a{
  display: inline-block;
}

.main-footer .custom-logo-link{
  display: block;
  text-align: right;
}

.main-footer .top-footer{
  border-top: 1px solid #EBEBEB;
  padding: 21px 0 0;
}

.main-footer .info-footer{
  border-top: 1px solid #EBEBEB;
  font-size: 13px;
  line-height: 21px;
  padding: 21px 0;
  margin-top: 21px;
}

.main-footer .info-footer .separator{
  height: 14px;
  width: 2px;
  background-color: #C4C4C4;
  margin: 4px 10px 0;
  display: inline-block;
  vertical-align: top;
}

.main-footer .info-footer .copyright{
  margin: 0 20px 0 0;
}

.main-footer .info-footer a{
  color: #01111B;
  border-bottom: 1px solid #01111B;
}

.main-footer .info-footer a:hover{
  color: #DC261B;
  border-bottom: 1px solid #DC261B;
}

.main-footer .info-footer .menu{
  display: inline-flex;
  flex-wrap: wrap; 
  margin: 0;
  padding: 0;
}

.main-footer .info-footer .menu li{
  list-style-type: none;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  position: relative;
}

.main-footer .info-footer .menu li:first-child::before{
  content: "";
  height: 14px;
  width: 2px;
  background-color: #C4C4C4;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.main-footer .info-footer .menu li a{
  white-space: nowrap
}

.main-footer .convergine-logo{
  display: inline-block;
}

.main-footer .convergine-logo a,
.main-footer .convergine-logo a:hover{
  border-bottom: none;
}

/*  */
/* -- timelines -- */
.timelines{
  margin: 0 0 100px;
}

.timelines .wrapper{
  background: #F8F8F8;
  border-radius: 4px 4px 4px 30px;
  padding: 76px 130px 0;
  width: 100%;
}

.timelines h2{
  font-weight: 500;
  font-size: 34px;
  line-height: 41px;
  margin: 0 0 60px;
  position: relative;
}

.timelines h2:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -145px;
  right: 0;
  margin: auto 0;
  width: 100px;
  height: 1px;
  background-color: #DC261B;
}

.timelines .slick-slider{
  margin-bottom: 60px;
}

.timelines .slider-nav .slick-current{
  color: #DC261B;
}

.timelines .slider-nav .slick-current h3{
  font-weight: bold;
  font-size: 22px;
  line-height: .9;
  cursor: pointer;
}

.timelines .slider-nav .slick-slide{
  position: relative;
}

.timelines .slider-nav .slick-list{
  height: 66px;
  position: relative;
  padding-left: 10px !important;
}

.timelines .slider-nav .slick-list::before{
  content: '';
  width: 100%;
  height: 1px;
  background-color: #EBEBEB;
  position: absolute;
  top: 48px;
  left: 0;
}

.timelines .slider-nav .slick-slide:after{
  content: '';
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  border: 6px solid #EBEBEB;
  cursor: pointer;
}

.timelines .slider-nav .slick-current:after{
  border: 11px solid #DC261B;
  width: 30px;
  height: 30px;
  bottom: -35px;
}

.timelines .slick-prev,
.timelines .slick-next{
  width: 46px;
  height: 46px;
  overflow: hidden;
}

.timelines .slick-prev{
  top: -80px;
  right: 40px;
  left: inherit;
}

.timelines .slick-next{
  top: -80px;
}

.timelines .slick-prev:before,
.timelines .slick-next:before{
  background-color: #fff;
  font-family: '';
  color: #01111B;
  font-size: 26px;
  padding: 10px;
}

/* page-content */
.page-content{
  margin: 0 0 100px;
}

.page-content h3{
  margin: 1.563rem 0 .625rem;
}

.page-content a{
  color: #01111B;
  border-bottom: 1px solid #01111B;  
}

.page-content a:hover{
  color: #DC261B;
  border-bottom: 1px solid #DC261B;
}

/*-- search --*/
.search-result{
  margin: 0 0 30px;
}

.search-result h3 a{
  color: #01111B;
}

.search-result h3 a:hover{
  color: #DC261B;
}

.search-result p{
  margin-bottom: .4rem;
}

.search-result .more{
  color: #DC261B;
  border-bottom: 1px solid #DC261B;
  font-size: 16px;
}

.search-result .more:hover{
  color: #01111B;
  border-bottom: 1px solid #01111B;  
}

/* -- up -- */
#up {
  display: inline-block;
  border-radius: 4px;
  background-image: linear-gradient(to right, #DC261B, #DC261B);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 186px;
  right: 15px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  box-shadow: 0 0 2px rgba(0, 0, 0, .50);
}

#up::after {
  content: "\f106";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 48px;
  color: #fff;
}

#up:hover {
  cursor: pointer;
  background-image: linear-gradient(to right, #DC261B, #df261c, #f71206, #df261c);
}

#up:active {
  background-image: linear-gradient(to right, #DC261B, #df261c, #f71206, #df261c);
}

#up.show {
  opacity: 1;
  visibility: visible;
}