* {
  outline: 0 !important;
}

.container {
  max-width: 1300px;
}

html,
body {
  font-family: 'Montserrat', sans-serif;
  /*font-family: 'Gotham', sans-serif;*/
  width: 100%;
  overflow-x: hidden;
  position: relative;
}

a {
  -webkit-transition: .3s all;
  transition: .3s all;
}

a:hover {
  text-decoration: none;
}

header.site-header .header-top {
  height: 52px;
  padding: 0 60px;
  background: #313131;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header.site-header .header-top .lang-select a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.78px;
  color: #979797;
  margin-left: 15px;
  padding-bottom: 3px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

header.site-header .header-top .lang-select a.active,
header.site-header .header-top .lang-select a:hover {
  color: #fff;
}

header.site-header .header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 110px;
  padding: 0 60px;
}

header.site-header .header-content .logo img {
  height: 47px;
}

header.site-header .header-content .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.site-header .header-content .header-right nav.header-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

header.site-header .header-content .header-right nav.header-menu ul li a {
  color: #444;
  font-size: 17px;
  letter-spacing: 1px;
  display: block;
  line-height: 110px;
  position: relative;
  margin-left: 75px;
  overflow: hidden;
  font-weight: 500;
}

header.site-header .header-content .header-right nav.header-menu ul li a::before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 0px;
  left: -1px;
  background: #ef0024;
  -webkit-transition: .3s all;
  transition: .3s all;
}

header.site-header .header-content .header-right nav.header-menu ul li a.active {
  color: #3c3c3c;
}

header.site-header .header-content .header-right nav.header-menu ul li a.active::before {
  width: 20px;
}

header.site-header .header-content .header-right nav.header-menu ul li a:hover {
  color: #3c3c3c;
}

header.site-header .header-content .header-right nav.header-menu ul li a:hover::before {
  width: 100%;
}

header.site-header .header-content .header-right button.open-search {
  border: none;
  background: transparent;
  margin-left: 35px;
}

section.home-banner .home-banner-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.home-banner .home-banner-item .image {
  width: 50%;
}

section.home-banner .home-banner-item .image img {
  height: 690px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

section.home-banner .home-banner-item .content {
  width: 50%;
  background: #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 90px 125px;
}

section.home-banner .home-banner-item .content h3 {
  font-size: 48px;
  letter-spacing: 1px;
  color: #3c3c3c;
  font-weight: 400;
  margin-bottom: 15px;
}

section.home-banner .home-banner-item .content .desc {
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: 1px;
  color: #606060;
}

section.home-banner .owl-item.active h3 {
  -webkit-animation: fadeInUp .4s;
  animation: fadeInUp .4s;
}

section.home-banner .owl-item.active .desc {
  -webkit-animation: fadeInUp .5s;
  animation: fadeInUp .5s;
}

section.home-banner .owl-dots {
  position: absolute;
  bottom: 0;
  width: 50%;
  right: 0;
  background: #313131;
  height: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section.home-banner .owl-dots button {
  border: none;
  background: #fff;
  width: 33px;
  height: 8px;
  border-radius: 4px;
  margin: 0 4px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

section.home-banner .owl-dots button.active {
  background: #ef0000;
}

section.home-services {
  padding: 85px 0;
}

section.home-services h2 {
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #3c3c3c;
  margin-top: 30px;
  margin-bottom: 20px;
}

section.home-services .desc {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0.89px;
  color: #5a5a5a;
  margin-bottom: 20px;
}

section.home-services ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

section.home-services ul li {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.94;
  letter-spacing: 1px;
  color: #606060;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.home-services ul li::before {
  content: '';
  width: 10px;
  height: 12px;
  background: url(../images/arrow-right.svg) no-repeat;
  background-size: 100%;
  display: block;
  margin-top: 11px;
  margin-right: 15px;
}

section.home-about-us {
  background: #313131 url(../images/about-us-bg.svg) no-repeat;
  background-size: contain;
  background-position: left center;
  position: relative;
  padding: 270px 240px 210px;
}

section.home-about-us .image img {
  position: absolute;
  right: 0;
  width: calc(50% - 30px);
  height: 100%;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

section.home-about-us h2 {
  font-size: 40px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #fff;
}

section.home-about-us .desc {
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 1px;
  color: #848484;
}

section.home-products {
  padding: 170px 0;
}

section.home-products h2 {
  font-size: 40px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #3c3c3c;
  margin-bottom: 70px;
}

section.home-products .product-item {
  display: block;
  text-align: center;
}

section.home-products .product-item img {
  max-width: 100%;
  width: unset;
  display: block;
  margin: 0 auto 45px;
  height: 130px;
  -o-object-fit: cover;
  object-fit: cover;
}

section.home-products .product-item span.title {
  display: block;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #848484;
  margin-bottom: 25px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

section.home-products .product-item span.arrow {
  display: inline-block;
  background: url(../images/product-arrow.svg) no-repeat;
  -o-object-fit: contain;
  object-fit: contain;
  width: 23px;
  height: 14px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

section.home-products .product-item:hover span.title {
  color: #ef0000;
}

section.home-products .product-item:hover span.arrow {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

section.home-references {
  background: #f1f1f1;
  padding: 110px 0;
}

section.home-references h3 {
  font-size: 40px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #3c3c3c;
  margin-bottom: 15px;
}

section.home-references .desc {
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 1px;
  color: #848484;
  margin-bottom: 40px;
}

section.home-references .reference-item {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 162px;
  padding: 30px;
}

section.home-references .reference-item img {
  max-width: 100%;
  width: auto !important;
}

section.page-header img,
section.page-header iframe {
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  border: none;
}

section.page-title {
  background: #282a2a url(../images/footer-bg.png) no-repeat;
  background-position: right 40%;
  background-size: 60%;
  padding: 60px 0;
}

section.page-title .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: end;
}

section.page-title .container h1 {
  margin: 20px 0 0 0;
  font-size: 28px;
  font-weight: normal;
  color: #fff;
}

section.page-title .container h1.breadcrumb-title {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section.page-title .container h1.breadcrumb-title i {
  font-size: 24px;
  margin: 5px 15px 0;
  color: #a3a3a3;
}

section.page-title .container h1.breadcrumb-title a {
  color: #a3a3a3;
}

section.page-title .container .right ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.page-title .container .right ul li a {
  font-size: 18px;
  color: #979797;
  margin-right: 45px;
  position: relative;
  max-width: 130px;
  display: block;
}

section.page-title .container .right ul li a:hover {
  color: #fff;
}

section.page-title .container .right ul li a.active {
  color: #fff;
}

section.page-title .container .right ul li a.active::after {
  content: '';
  display: block;
  width: 17px;
  height: 3px;
  background: #ef0024;
  position: absolute;
  left: 0;
  bottom: -15px;
}

section.page-content {
  padding: 180px 0;
  font-size: 18px;
  line-height: 1.94;
  color: #606060;
  background: url(../images/page-content-bg.png) no-repeat;
  background-position: center 200px;
}

section.page-content .right-content {
  padding-left: 50px;
}

section.page-content .left-text {
  font-size: 28px;
  line-height: 1.67;
  color: #3c3c3c;
}

section.page-content h5 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.75;
  color: #000;
  margin-bottom: 25px;
}

section.contact-page {
  padding: 80px 0 100px;
  background: url(../images/page-content-bg.png) no-repeat;
  background-position: center 150px;
}

section.contact-page .left-image {
  position: relative;
  overflow: hidden;
}

section.contact-page .left-image img.contact-image {
  width: 100%;
}

section.contact-page .left-image img.hs-image {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-65%);
  transform: translateX(-65%);
}

section.contact-page .contact-content {
  padding-left: 0px;
}

section.contact-page .contact-content h2 {
  font-size: 26px;
  font-weight: normal;
  color: #3c3c3c;
  margin-bottom: 25px;
}

section.contact-page .contact-content h5 {
  font-size: 18px;
  font-weight: 400;
  color: #5a5a5a;
}

section.contact-page .contact-content .info {
  font-size: 16px;
  line-height: 1.94;
  color: #979797;
  margin-bottom: 30px;
}

section.contact-page .contact-content .info a {
  color: #979797;
}

section.contact-page .contact-content .contact-form {
  /*margin-top: 20px;*/
}

section.contact-page .contact-content .contact-form input[type="text"],
section.contact-page .contact-content .contact-form textarea {
  width: 100%;
  border-radius: 5px;
  border: solid 1px #e6e6e6;
  background-color: #fff;
  height: 60px;
  padding: 0px 25px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.94;
  color: #000;
  -webkit-transition: .3s all;
  transition: .3s all;
}

section.contact-page .contact-content .contact-form input[type="text"]::-webkit-input-placeholder,
section.contact-page .contact-content .contact-form textarea::-webkit-input-placeholder {
  color: #979797;
}

section.contact-page .contact-content .contact-form input[type="text"]:-ms-input-placeholder,
section.contact-page .contact-content .contact-form textarea:-ms-input-placeholder {
  color: #979797;
}

section.contact-page .contact-content .contact-form input[type="text"]::-ms-input-placeholder,
section.contact-page .contact-content .contact-form textarea::-ms-input-placeholder {
  color: #979797;
}

section.contact-page .contact-content .contact-form input[type="text"]::placeholder,
section.contact-page .contact-content .contact-form textarea::placeholder {
  color: #979797;
}

section.contact-page .contact-content .contact-form input[type="text"]:focus,
section.contact-page .contact-content .contact-form textarea:focus {
  border-color: #ef0000;
}

section.contact-page .contact-content .contact-form textarea {
  height: 150px;
  padding: 20px 25px;
}

section.contact-page .contact-content .contact-form .contact-bottom {
  display: block;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section.contact-page .contact-content .contact-form .contact-bottom .submit-btn {
  font-size: 14px;
  letter-spacing: 3px;
  color: #282a2a;
  border: none;
  background: transparent;
  -webkit-transition: .3s all;
  transition: .3s all;
  height: 60px;
  padding: 0 40px;
}

section.contact-page .contact-content .contact-form .contact-bottom .submit-btn:hover {
  color: #fff;
  background: #313131;
}

section.contact-page .contact-content .contact-form .contact-bottom .kvkk {
  margin: 20px 0;
}

section.contact-page .contact-content .contact-form .contact-bottom .kvkk label {
  width: 100%;
  cursor: pointer;
}

section.contact-page .contact-content .contact-form .contact-bottom .kvkk label input {
  display: none;
}

section.contact-page .contact-content .contact-form .contact-bottom .kvkk label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section.contact-page .contact-content .contact-form .contact-bottom .kvkk label span a {
  margin-right: 5px;
}

section.contact-page .contact-content .contact-form .contact-bottom .kvkk label span::before {
  content: "\f00c";
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: solid 1px #e6e6e6;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 900;
  margin-right: 15px;
  font-family: "Font Awesome 5 Free";
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: transparent;
  -webkit-transition: .3s all;
  transition: .3s all;
}

section.contact-page .contact-content .contact-form .contact-bottom .kvkk label input:checked+span::before {
  color: #ef0000;
}

section.services-page {
  position: relative;
}

section.services-page .services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.services-page .services .service-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  padding: 70px 50px;
  position: relative;
}

section.services-page .services .service-item img {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 20px;
}

section.services-page .services .service-item::after {
  position: absolute;
  content: '';
  bottom: 0;
  height: 1px;
  width: 100vw;
  background: #ebebeb;
}

section.services-page .services .service-item::before {
  content: '';
  position: absolute;
  width: 100vw;
  height: 100%;
  background: #f9f9f9;
  top: 0;
  opacity: 0;
  -webkit-transition: .3s all;
  transition: .3s all;
}

section.services-page .services .service-item:nth-child(n) {
  border-right: 1px solid #ebebeb;
  padding-left: 0;
}

section.services-page .services .service-item:nth-child(n)::after {
  left: -50vw;
}

section.services-page .services .service-item:nth-child(n)::before {
  right: 0;
}

section.services-page .services .service-item:nth-child(2n) {
  border-right: none;
  padding-left: 50px;
  padding-right: 0;
}

section.services-page .services .service-item:nth-child(2n)::before {
  left: 0;
}

section.services-page .services .service-item .content {
  position: relative;
  z-index: 1;
}

section.services-page .services .service-item .icon {
  width: 30px;
  height: 30px;
  background: url(../images/hstr-icon.svg) no-repeat;
  margin-bottom: 20px;
  background-size: contain;
}

section.services-page .services .service-item h3 {
  font-size: 28px;
  font-weight: normal;
  color: #3c3c3c;
  -webkit-transition: .3s all;
  transition: .3s all;
}

section.services-page .services .service-item .text {
  font-size: 17px;
  line-height: 1.94;
  color: #979797;
}

section.services-page .services .service-item:hover::before {
  opacity: 1;
}

section.services-page .services .service-item:hover h3 {
  color: #ef0024;
}

section.product-categories .categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.product-categories .categories .category-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  text-align: center;
  padding: 100px 0 80px;
  position: relative;
}

section.product-categories .categories .category-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  background: #ebebeb;
  width: 100vw;
  height: 1px;
}

section.product-categories .categories .category-item:nth-child(n) {
  border-right: 1px solid #ebebeb;
}

section.product-categories .categories .category-item:nth-child(n)::after {
  right: 0;
}

section.product-categories .categories .category-item:nth-child(2n) {
  border-right: none;
}

section.product-categories .categories .category-item:nth-child(2n)::after {
  left: 0;
}

section.product-categories .categories .category-item a {
  display: block;
}

section.product-categories .categories .category-item img {
  max-width: 100%;
  height: 145px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 25px;
  display: inline-block;
}

section.product-categories .categories .category-item h2 {
  font-size: 34px;
  font-weight: normal;
  color: #3c3c3c;
  margin-bottom: 25px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

section.product-categories .categories .category-item .icon {
  width: 23px;
  height: 14px;
  background: url(../images/product-arrow.svg);
  margin-bottom: 20px;
  display: inline-block;
  -webkit-transition: .3s all;
  transition: .3s all;
}

section.product-categories .categories .category-item:hover h2 {
  color: #ef0000;
}

section.product-categories .categories .category-item:hover .icon {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

section.product-list .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.product-list h2.products-title {
  text-align: center;
  font-weight: 400;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}

section.product-list h2.products-title::after {
  content: '';
  position: absolute;
  left: -100vw;
  width: 300vw;
  height: 1px;
  background: #ebebeb;
  bottom: -50px;
}

section.product-list h2.products-title::before {
  content: '';
  position: absolute;
  left: -100vw;
  width: 300vw;
  height: 1px;
  background: #ebebeb;
  top: -51px;
}

section.product-list .products .product-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  border-right: 1px solid #ebebeb;
  text-align: center;
  position: relative;
  padding: 85px 40px;
}

section.product-list .products .product-item::after {
  content: '';
  position: absolute;
  width: 100vw;
  bottom: 0;
  height: 1px;
  background: #ebebeb;
  right: 0;
}

section.product-list .products .product-item:nth-child(4n) {
  border-right: none;
}

section.product-list .products .product-item:nth-child(4n)::after {
  left: 0;
}

section.product-list .products .product-item img {
  height: 140px;
  display: inline-block;
  margin-bottom: 40px;
}

section.product-list .products .product-item h3 {
  font-size: 20px;
  font-weight: 500;
  color: #848484;
  -webkit-transition: .3s all;
  transition: .3s all;
}

section.product-list .products .product-item:hover h3 {
  color: #ef0000;
}

section.references-page .references {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.references-page .references .reference-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 330px;
  border-right: 1px solid #ebebeb;
  position: relative;
  padding: 50px;
}

section.references-page .references .reference-item::after {
  content: '';
  position: absolute;
  width: 100vw;
  bottom: 0;
  height: 1px;
  right: 0;
  background: #ebebeb;
}

section.references-page .references .reference-item:nth-child(4n) {
  border-right: none;
}

section.references-page .references .reference-item:nth-child(4n)::after {
  left: 0;
}

section.references-page .references .reference-item img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .4;
  -webkit-transition: .3s all;
  transition: .3s all;
  max-width: 150px;
}

section.references-page .references .reference-item:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

footer.site-footer {
  background: #282a2a url(../images/footer-bg.png) no-repeat;
  background-size: contain;
  background-position: center;
}

footer.site-footer .footer-top {
  border-bottom: 1px solid #383b3b;
}

footer.site-footer .footer-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 110px;
}

footer.site-footer .footer-top .container nav.footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer.site-footer .footer-top .container nav.footer-menu ul li a {
  font-size: 16px;
  color: #979797;
  display: block;
  margin-left: 35px;
}

footer.site-footer .footer-top .container nav.footer-menu ul li a:hover {
  color: #fff;
}

footer.site-footer .footer-center {
  border-bottom: 1px solid #383b3b;
}

footer.site-footer .footer-center .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 150px;
}

footer.site-footer .footer-center .container .copyright {
  font-size: 18px;
  color: #979797;
}

footer.site-footer .footer-center .container .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer.site-footer .footer-center .container .social a {
  width: 49px;
  height: 49px;
  color: #a3a3a3;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 10px;
}

footer.site-footer .footer-center .container .social a:hover {
  background: #fff;
  color: #ef0024;
}

footer.site-footer .footer-bottom {
  position: relative;
  padding: 80px 0 20px;
  font-size: 14px;
  line-height: 1.94;
  color: #979797;
}

footer.site-footer .footer-bottom a {
  color: #979797;
}

footer.site-footer .footer-bottom h5 {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
}

footer.site-footer .footer-bottom .info {
  margin-bottom: 30px;
}

footer.site-footer .footer-bottom .iframe iframe {
  position: absolute;
  right: 0;
  width: calc(50% - 30px);
  height: 100%;
  top: 0;
  border: none;
}

section.home-services .desc {
  min-height: 12em;
}


.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: .3s all;
}

.search-popup .search-content {
  position: relative;
  max-width: 700px;
  width: 100%;
  display: flex;
  cursor: unset;
  transform: translateY(50vh);
  transition: .3s all;
}

.search-popup.active {
  opacity: 1;
  pointer-events: visible;
}

.search-popup.active .search-content {
  transform: translateY(0);
}

.search-popup .search-content .search-input {
  width: 100%;
  border: none;
  height: 60px;
  padding: 0 30px;
}

.search-popup .search-content .search-button {
  border: none;
  background: #EF0000 url(../images/search-icon-white.svg) no-repeat;
  background-position: center;
  background-size: 20px;
  width: 60px;
  color: #fff;
  transition: .3s all;
}

.search-popup .search-content .search-button:hover {
  background-color: #313131;
}

.search-popup .search-content .close-search {
  position: absolute;
  right: -30px;
  top: -40px;
  color: #fff;
  border: none;
  background: transparent;
  font-size: 20px;
}

.search-results {
  padding: 80px 0;
}

.search-results h3 {
  background: #ef0024;
  color: #fff;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

.search-results span.badge {
  display: none;
}

.search-results ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #f1f1f1;
}

.search-results ul li a {
  display: block;
  border-bottom: 1px solid #f1f1f1;
  padding: 13px 25px;
  color: #3c3c3c;
}

.search-results ul li:last-child a {
  border-bottom: none;
}

.search-results ul li a:hover {
  background: #f1f1f1;
}

section.photo-gallery .gallery-item {
  display: block;
  margin-bottom: 30px;
  /*overflow: hidden;*/
}

section.photo-gallery .gallery-item img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: .5s all;
}

section.photo-gallery {
  padding-bottom: 80px;
}

section.photo-gallery .gallery-item {
  position: relative;
}

section.photo-gallery .gallery-item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: -10px;
  left: -10px;
  border: 2px #ef0024 solid;
  z-index: -1;
  transition: .3s all;
}

section.photo-gallery .gallery-item:hover::before {
  top: 0;
  left: 0;
}

@media only screen and (max-width: 1860px) {
  header.site-header .header-content .header-right nav.header-menu ul li a {
    margin-left: 40px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 1440px) {
  section.home-banner .home-banner-item .image img {
    height: calc(100vh - 145px);
  }

  section.home-banner .home-banner-item .content h3 {
    font-size: 36px;
  }

  section.home-banner .home-banner-item .content .desc {
    font-size: 15px;
  }

  section.home-banner .owl-dots {
    height: 85px;
  }

  section.home-banner .home-banner-item .content {
    padding: 0 90px 85px;
  }

  header.site-header .header-content {
    height: 100px;
  }

  header.site-header .header-top {
    height: 45px;
  }

  header.site-header .header-top .lang-select a {
    font-size: 13px;
    padding-bottom: 7px;
  }

  header.site-header .header-content .header-right nav.header-menu ul li a {
    font-size: 13px;
    line-height: 100px;
    margin-left: 25px;
  }

  section.home-services h2 {
    font-size: 28px;
  }

section.home-services .desc {
    font-size: 15px;
  }

  section.home-about-us {
    padding: 170px 125px 150px;
  }

  section.home-about-us h2 {
    font-size: 34px;
  }

  section.home-about-us .desc {
    font-size: 17px;
  }

  .container {
    max-width: 1240px;
  }

  section.page-content .right-content {
    padding-left: 10px;
  }

  section.page-title .container h1 {
    font-size: 26px;
  }

  section.page-title .container .right ul li a {
    font-size: 16px;
    margin-right: 35px;
    max-width: 100px;
    display: block;
  }

  footer.site-footer .footer-top .container nav.footer-menu ul li a {
    font-size: 14px;
  }
}

.product-list+section.product-categories {
  border-top: 1px solid #ebebeb;
  margin-top: -1px;
}

@media only screen and (max-width: 1280px) {
  header.site-header .header-content .header-right nav.header-menu ul li a {
    font-size: 12px;
    margin-left: 20px;
  }
}


@media only screen and (min-width: 1131px) {
  .show-mobile {
    display: none !important;
  }
}

@media only screen and (max-width: 1130px) {

  section.services-page .services .service-item:hover h3{
      color: #3c3c3c;
  }

  nav.header-menu {
    position: absolute;
    left: 0;
    width: 100vw;
    background: #fff;
    top: 144px;
    z-index: 99999999999;
    padding: 25px 0;
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: .3s all;
    transition: .3s all;
    pointer-events: none;
  }

  .world-map {
    transform: scale(0.28);
    width: 1195px;
    transform-origin: left top;
  }

  .world-map .location {
      font-size: 34px;
  }

  nav.header-menu.active {
    opacity: 1;
    pointer-events: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  header.site-header .header-content .header-right nav.header-menu ul {
    display: block;
  }

  header.site-header .header-content .header-right nav.header-menu ul li a {
    line-height: 60px;
  }

  header.site-header .header-content {
    padding: 0 20px;
  }

  header.site-header .header-content .logo img {
    height: 30px;
  }

  header.site-header .header-top {
    padding: 0 20px;
  }

  header.site-header .header-content .header-right button.open-search img {
    height: 20px;
  }

  section.home-banner .home-banner-item .image {
    width: 100%;
  }

  section.home-banner .home-banner-item {
    display: block;
  }

  section.home-banner .home-banner-item .image img {
    height: 240px;
  }

  section.home-banner .home-banner-item .content {
    width: 100%;
    padding: 30px 30px 120px;
  }

  section.home-banner .owl-dots {
    width: 100%;
  }

  section.home-banner .home-banner-item .content h3 {
    font-size: 22px;
  }

  section.home-banner .home-banner-item .content .desc {
    font-size: 13px;
  }

  section.home-services ul {
    margin-bottom: 40px;
  }

  section.home-services {
    padding: 30px 0;
  }

  section.home-about-us .image img {
    position: absolute;
    width: 100%;
    height: 230px;
    bottom: 0;
    top: unset;
  }

  section.home-about-us {
    padding: 45px 25px 260px;
  }

  section.home-about-us h2 {
    font-size: 23px;
  }

  section.home-about-us .desc {
    font-size: 14px;
  }

  section.home-products {
    padding: 30px 0;
  }

  section.home-products .container {
    opacity: 1 !important;
    -webkit-transform: none !important;
    transform: none !important;
  }

  section.home-products h2 {
    text-align: center;
  }

  section.home-products .product-item {
    text-align: center;
    margin-bottom: 35px;
  }

  section.home-references {
    -webkit-transform: none !important;
    transform: none !important;
    opacity: 1 !important;
    padding: 30px 0;
  }

  footer.site-footer .footer-top .container {
    display: block;
    height: auto;
    text-align: center;
  }

  footer.site-footer .footer-top .container nav.footer-menu ul {
    display: block;
    margin-top: 20px;
  }

  footer.site-footer .footer-top {
    padding: 35px 0;
  }

  footer.site-footer .footer-top .container nav.footer-menu ul li a {
    margin-left: 0;
    line-height: 50px;
  }

  footer.site-footer {
    background-position: top;
    background-size: 285%;
  }

  footer.site-footer .footer-center .container {
    display: block;
    text-align: center;
    height: auto;
    padding: 35px 15px;
  }

  footer.site-footer .footer-center .container .copyright {
    font-size: 16px;
  }

  footer.site-footer .footer-center .container .social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px;
  }

  footer.site-footer .footer-bottom .iframe iframe {
    position: unset;
    width: 100%;
    margin-top: 31px;
  }

  button.show-mobile.open-header-menu {
    border: 1px solid #ebebeb;
    background: #fff;
    padding: 6px 15px;
    margin-left: 20px;
    border-radius: 5px;
    color: #313131;
  }

  section.contact-page .left-image img.contact-image {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  section.contact-page .left-image img.hs-image {
    width: 140px;
  }

  section.page-header img,
  section.page-header iframe {
    height: 180px;
  }

  section.contact-page .left-image {
    margin-bottom: 30px;
  }

  section.contact-page .contact-content {
    padding-left: 0;
  }

  section.contact-page .contact-content .contact-form .contact-bottom {
    display: block;
  }

  section.page-content {
    padding: 40px 0;
  }

  section.page-content .left-text {
    font-size: 20px;
  }

  section.page-content .right-content {
    padding-left: 0;
    margin-top: 25px;
  }

  section.page-content h5 {
    font-size: 17px;
  }

  section.page-content {
    font-size: 14px;
  }

  section.references-page .references .reference-item {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    border-right: none;
    height: 200px;
  }

  section.references-page .references .reference-item::after {
    left: -34px;
    width: 200vw;
  }

  section.services-page .services .service-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-right: none !important;
    padding: 30px !important;
  }

  section.services-page .services .service-item::after {
    width: 200vw !important;
    left: -50px !important;
  }

  section.services-page .services .service-item h3 {
    font-size: 28px;
  }

  section.services-page .services .service-item .text {
    font-size: 15px;
  }

  section.services-page .services .service-item::before {
    left: -40px !important;
    width: 200vw;
  }

  section.page-title .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  section.page-title .container h1.breadcrumb-title {
    font-size: 20px;
  }

  section.page-title {
    padding: 30px 0;
  }

  section.page-title .container .right ul {
    display: block;
    width: 100%;
    margin-top: 20px;
  }

  section.page-title .container .right ul li a {
    margin-left: 0;
    line-height: 50px;
  }

  section.product-list .products .product-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-right: none !important;
  }

  section.product-list .products .product-item::after {
    width: 200vw !important;
    left: -50px !important;
  }

  section.product-categories .categories .category-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-right: none !important;
    padding: 60px 0 35px;
  }

  section.product-categories .categories .category-item::after {
    width: 200vw !important;
    left: -50px !important;
  }

  section.product-categories .categories .category-item h2 {
    font-size: 24px;
  }

  footer.site-footer .footer-bottom {
    padding: 30px 0 10px;
  }

  section.home-services .desc {
    min-height: 0;
  }

  .search-popup .search-content {
    padding: 0 40px;
  }

  .search-popup .search-content .close-search {
    right: 30px;
  }
  
  section.contact-page .contact-content .contact-form .contact-bottom .kvkk label span {
    font-size: 10px;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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

.fancybox-bg {
  background: #fff !important;
}

.world-map {
  position: relative;
}

.world-map .location {
  color: #ef0024;
  font-size: 25px;
  position: absolute;
}

.world-map .location .hover {
  background: #fff;
  padding: 6px 10px 10px;
  border-radius: 5px;
  opacity: 0;
  pointer-events: none;
  transition: .3s all;
  position: absolute;
  z-index: 9;
}

.world-map .location:hover .hover {
  opacity: 1;
  pointer-events: visible;
}

.world-map .location .hover img {
  width: 210px;
  max-height: 70px;
  object-fit: contain;
}

section.home-products .product-item span.title {
  line-height: 1.6em;
  display: block;
  min-height: 3em;
}

@media only screen and (max-width: 1920px) and (min-width: 768px) {
  .world-map {
    margin-bottom: -280px;
  }
}

@media screen and (max-width: 768px) {
  section.page-title .container .right ul li a {
    max-width: unset !important;
  }
}

