body {
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.menu-section {
  border-bottom: 3px solid #c20f2f;
}
.ptb15 { padding-top:15px; padding-bottom:15px;}
.main-container {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.main-container.news-container {
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
}

.main-container.footer-container {
  position: relative;
}

.main-container.why-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-container.dealer-container {
  display: block;
  min-height: 500px;
  background-image: url('../images/world.jpg');
  background-position: 50% 80px;
  background-repeat: no-repeat;
  text-align: center;
}

.top-menu {
  width: 100%;
  height: 40px;
  padding-top: 5px;
  float: none;
}

.logo {
  padding-bottom: 10px;
  text-align: center;
  padding-top: 10px;
}

.navbar {
  margin-right: 0px;
  padding-right: 0px;
  float: none;
  background-color: transparent;
}

.nav-link {
  padding: 15px;
  float: none;
  -webkit-transition: background-color 444ms ease, color 444ms ease;
  transition: background-color 444ms ease, color 444ms ease;
  font-size: 15px;
  font-weight: 300;
}

.nav-link:hover {
  background-color: #c20f2f;
  color: #fff !important;
}
.active {
  background-color: #c20f2f;
     color: #fff !important;
}

.nav-link.dropdown-nav {
  padding: 0px;
}

.nav-menu {
  width: 100%;
  float: none;
  text-align: center;
}

.top-menu-block {
  padding: 5px 10px;
  float: right;
  border-right: 1px solid #969696;
}

.top-menu-block.tmb-last {
  border-right-width: 0px;
}

.main-link {
  padding-right: 5px;
  padding-left: 5px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #000;
  text-decoration: none;
}

.main-link:hover {
  color: #c20f2f;
}

.main-link.lang-link {
  border-right: 1px solid #7c7272;
  font-weight: 500;
}

.main-link.lang-link.lang-link-last {
  border-right-width: 0px;
}

.main-slider {
  z-index: 998;
  min-height: 600px;
}

.slide-nav {
  display: none;
}

.slide-item {
  z-index: 998;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/Layer-14.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/Layer-14.jpg');
  background-position: 0px 0px, 50% 50%;
}

.slider-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.slider-title {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
}

.slider-text {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.slider-button {
  padding: 15px 35px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 0px;
  background-color: #c20f2f;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #fff;
  font-weight: 300;
  margin-top: 10px;
}

.slider-button:hover {
  background-color: #961128;
}

.main-product-and-about-section {
  margin-bottom: -50px;
}

.main-product-slider-container {
  position: relative;
  top: -99px;
  z-index: 999;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  text-align: center;
}

.h1-title {
  font-size: 34px;
  font-weight: 400;
}

.main-product-slider {
  height: 410px;
  margin-top: 15px;
  background-color: transparent;
}

.product-slider-nav {
  margin-right: 0px;
  margin-left: 0px;
  color: #181818;
}

.product-slider-dot {
  background-color: transparent;
  color: transparent;
}

.left-arrow {
  width: 40px;
  padding-right: 0px;
}

.right-arrow {
  width: 40px;
  padding-left: 15px;
}

.product-slide-image {
    display: block;
    width: 48%;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.h2-title {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.h2-title.news-title {
  margin-top: 25px;
  margin-bottom: 25px;
}

.main-about-us {
  margin-top: 30px;
  margin-left: -10px;
}

.main-about-us-image {
  height: 170px;
  background-image: url('../images/aboutus.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.main-about-p {
  margin-bottom: 0px; 
  padding: 20px 0px;
}

.main-news-section {
  position: static;
  min-height: 444px;
}

.main-news {
  width: 55.5%;
  min-height: 444px;
  float: left;
  background-color: #f5f5f5;
}

.main-news.m-news-left {
  background-color: #f5f5f5;
}

.main-icon-menu {
  width: 45%;
  padding-top: 57px;
  padding-bottom: 57px;
  float: left;
}

.news-block {
  float: none;
}

.product-slider-link {
  display: block;
  color: #000;
  text-align: center;
  text-decoration: none;
}

.product-slider-link:hover {
  color: #c20f2f;
}

.main-news-row {
  position: absolute;
  width: 100%;
}

.news-big-image {
  display: block;
  width: 280px;
  margin-right: auto;
  margin-left: auto;
}

.news-h1-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 32px;
  font-size: 12px;
  font-weight: 500;
}

.news-paragraph {
  padding-right: 32px;
  padding-left: 32px;
  font-size: 12px;
  font-weight: 300;
  text-align: justify;
}

.news-small {
  margin-bottom: 30px;
}

.small-news-image {
  width: 25%;
  height: 59px;
  float: left;
}

.small-news-text-block {
  width: 75%;
  padding-right: 13px;
  padding-left: 13px;
  float: left;
  text-align: center;
}

.news-link {
  color: #000;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
}

.news-link.link-hover {
  display: block;
  margin-top: 5px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-weight: 500;
}

.news-link.link-hover:hover {
  color: #c20f2f;
}

.news-big-link {
  display: block;
  padding: 9px 32px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.news-big-link:hover {
  color: #c20f2f;
}

.all-news-link {
  display: block;
  margin-top: 35px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #000;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.all-news-link:hover {
  color: #c20f2f;
}

.all-news-link.main-menu-link {
  margin-top: 10px;
}

.all-news-link.about-more-link {
  margin-top: 0px;
  padding-right: 12px;
  text-align: right;
}

.main-menu-block {
  display: block;
  width: 49%;
  min-height: 135px;
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
  border-top: 1px solid #fff;
  border-right: 0px solid #fff;
  border-bottom: 0px solid #fff;
  text-align: center;
}

.main-menu-block.main-menu-line1 {
  width: 49%;
  margin-right: 0px;
  clear: none;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-top-width: 0px;
}

.main-menu-block.main-menu-line2 {
  margin-top: -1px;
  margin-left: -1px;
  border-width: 1px 0px 0px 1px;
  border-top-style: solid;
  border-top-color: #000;
  border-left-style: solid;
  border-left-color: #000;
}

.main-menu-container {
  padding: 70px 40px;
}

.slide-item-copy {
  z-index: 998;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/slider2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/slider2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.brand-section {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.footer-section {
  border-top: 3px solid #c20f2f;
  background-color: #f5f5f5;
}

.copyright-section {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

.footer-address {
  padding-top: 30px;
}

.footer-address-text {
  margin-bottom: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 16px;
  font-weight: 300;
}

.footer-h3 {
  font-size: 18px;
  font-weight: 600;
}

.footer-menu {
  width: 33.33333333%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  float: left;
}

.footer-menu-link {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.footer-menu-link:hover {
  color: #c20f2f;
}

.seonet-link {
  position: absolute;
  right: 0px;
  bottom: -71px;
  overflow: visible;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #000;
  text-decoration: none;
}

.seonet-link:hover {
  color: #c20f2f;
}

.sub-page-top-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 230px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .21), rgba(0, 0, 0, .21)), url('../images/kurumsaltop.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .21), rgba(0, 0, 0, .21)), url('../images/kurumsaltop.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.sub-page-top-bar.bar-product {
  background-image: -webkit-linear-gradient(270deg, transparent, transparent), url('../images/uruntop.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/uruntop.jpg');
}

.sub-page-top-bar.hr-top {
  background-image: -webkit-linear-gradient(270deg, transparent, transparent), url('../images/job.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/job.jpg');
}

.sub-page-top-bar.contact-top {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .21), rgba(0, 0, 0, .21)), url('../images/contact.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .21), rgba(0, 0, 0, .21)), url('../images/contact.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.top-bar-page-title {
  margin-top: 0px;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
}

.top-bar-nav-link {
  padding: 4px 15px;
  border-right: 1px solid #fff;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #fff;
  text-decoration: none;
}

.top-bar-nav-link:hover {
  color: #c20f2f;
}

.top-bar-nav-link.last-top-link {
  border-right-width: 0px;
  font-weight: 300;
}

.sub-page-section {
  padding-top: 40px;
  padding-bottom: 40px;
  font-style: normal;
}

.about-menu-box {
  display: block;
  width: 160px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #f5f5f5;
  text-align: center;
}

.sub-menu-link {
  display: block;
  margin-top: 10px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.sub-menu-link:hover {
  color: #c20f2f;
}

.about-text-block {
  padding-left: 30px;
}

.sub-page-title {
  font-size: 14px;
    font-weight: 600;
}

.sub-page-title.gallery-title {
  margin-top: 40px;
}

.sub-page-title.product-title {
  margin-bottom: 50px;
}

.sub-page-title.product-title.product-detail-title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 35px;
}

.sub-page-title.docs-title {
  font-size: 16px;
}

.sub-page-title.video-title {
  font-size: 20px;
}

.sub-page-title.detail-content-title {
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
}

.sub-page-p {
  font-weight: 300;
}

.about-gallery-block {
  width: 250px;
  height: 220px;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 30px;
  float: left;
}

.product-list-block {
  width: 260px;
  min-height: 378px;
  margin-right: 30px;
  margin-bottom: 50px;
  float: left;
  background-color: #f5f5f5;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
  text-align: center;
  border: 1px solid #d9d6d6;
}

.product-list-block:hover {
  box-shadow: 5px 5px 15px 2px #e9e9e9;
}

.product-image {
  display: block;
  width: 202px;
  height: 272px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  text-align: center;
}

.product-link {
  display: block;
  height: 378px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  color: #000;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.product-list-text {
  margin-top: 18px;
  color: #000;
}

.nav-toggle {
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-toggle:hover {
  color: #ffd9d9;
}

.nav-toggle.w--open {
  background-color: #c20f2f;
  color: #fff;
}

.dropdown-list {
  margin-left: 0px;
}

.dropdown-list.w--open {
  position: absolute;
  border-bottom: 3px solid #c20f2f;
  background-color: #fff;
}

.dropdown-link {
  background-color: #f5f5f5;
  font-size: 14px;
}

.dropdown-link:hover {
  background-color: #f5f5f5;
}

.dropdown-link-2 {
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.why-all-alci-block {
  width: 33.33333333%;
  margin-bottom: 60px;
  padding-right: 34px;
  padding-left: 34px;
  float: none;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
}

.why-all-alci-block.detail-block {
  width: 50%;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
}

.why-all-image {
  display: block;
  width: 321px;
  height: 250px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #cbcbcb;
}

.why-all-image.detail {
  width: 150px;
  height: 135px;
}

.docs-category-block {
  display: block;
  min-height: 250px;
  padding-top: 2px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
  text-align: center;
}

.docs-category-link {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b4b4b4;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #000;
  font-weight: 300;
  text-decoration: none;
}

.docs-category-link:hover {
  color: #c20f2f;
}

.docs-list {
  padding-left: 30px;
}

.docs-content-link {
  display: block;
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #bebebe;
  background-image: url('../images/download.png');
  background-position: 98% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.docs-content-link:hover {
  color: #c20f2f;
}

.docs-video-block {
  width: 50%;
  margin-top: 10px;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 37px;
  float: left;
  text-align: center;
}

.select {
  display: block;
  width: 400px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  border-width: 0px 0px 1px;
  border-bottom-style: solid;
  border-bottom-color: #d1d1d1;
  font-size: 16px;
  font-weight: 400;
}

.form {
  text-align: center;
}

.human-list {
  margin-top: 30px;
}

.form-block-hr {
  padding: 30px;
  background-color: #f5f5f5;
}

.form-block-hr.form-contact {
  width: 97%;
  margin-top: 40px;
}

.hr-form {
  padding: 0px;
  text-align: left;
}

.hr-input {
  border-width: 0px 0px 1px;
  border-bottom-style: solid;
  border-bottom-color: #818181;
  background-color: transparent;
}

.hr-policy-block {
  padding-top: 30px;
  padding-right: 30px;
  font-weight: 300;
}

.hr-position-item {
  padding-top: 7px;
  padding-bottom: 18px;
  border-bottom: 1px solid #c2c2c2;
}

.hr-title {
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 400;
}

.textarea {
  border-width: 0px 0px 1px;
  border-bottom-style: solid;
  border-bottom-color: #000;
  background-color: transparent;
}

.contact-factory-image {
  height: 186px;
  margin-top: 40px;
}

.maps-block {
  margin-top: 40px;
}

.product-detail-text {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}

.product-detail-image {
  display: block;
  width: 258px;
  height: 272px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-bottom: 30px;
}

.product-detail-features {
  width: 33.33333333%;
  padding: 20px;
  float: none;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}

.bold-text-product {
  font-size: 24px;
  font-weight: 500;
}

.pd-h1 {
  font-size: 16px;
  font-weight: 400;
}

.pd-row {
  margin-bottom: 0px;
}
.pd-table table { font-size:12px;}

.product-detail-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pd-link {
  margin-right: 4px;
  padding: 15px;
  background-color: #f5f5f5;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.pd-link:hover {
  color: #c20f2f;
}

.pd-p {
  display: inline-block;
  margin-bottom: 50px;
}

.pd-section {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #f5f5f5;
}

.pd-title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

.pd-features {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pd-download-link {
  display: block;
  margin-top: 4px;
  margin-left: 9px;
  padding: 10px 9px 9px;
  color: #000;
}

.pd-gallery {
  width: 25%;
  margin-bottom: 30px;
  padding: 10px;
  float: left;
  text-align: center;
}

.pd-table.gray {
  background-color: #f5f5f5;
  font-size: 12px;
}

.pd-td-left {
  width: 35%;
  min-height: 32px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  float: left;
  font-size: 12px;
}

.pd-td-right {
  width: 65%;
  min-height: 32px;
  padding-top: 5px;
  padding-bottom: 5px;
  float: left;
  font-size: 12px;
}

.text-block {
  padding-top: 5px;
  padding-bottom: 5px;
}

.product-item-container {
  width: 25%;
  float: left;
}

.dealer-list {
  width: 32.333333%;
  margin-bottom: 15px;
  padding: 10px;
  float: left;
  border: 1px #f5f5f5 solid;
  min-height: 353px;
  margin-right: 10px;
}

.dealer-info {
  padding: 10px;
  background-color: #fff;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
  font-weight: 300;
}



.dealer-h1 {
  margin-top: 0px;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
}

.detail-container {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.detail-image {
  margin-bottom: 30px;
}

.detail-right-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.link-block {
  display: block;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #000;
  text-decoration: none;
}

.link-block:hover {
  color: #c20f2f;
}

@media (max-width: 991px) {
  .logo {
    width: 80%;
    float: left;
  }
  .nav-link {
    padding: 15px 23px;
  }
  .nav-menu {
    padding: 0px;
    background-color: #fff;
  }
  .slider-container {
    padding-left: 73px;
  }
  .main-news {
    min-height: 725px;
  }
  .news-small {
    margin-top: 12px;
    padding-left: 19px;
  }
  .main-menu-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .main-menu-block.main-menu-line1 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    border-width: 0px;
  }
  .main-menu-block.main-menu-line2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    border-width: 0px;
  }
  .footer-address {
    width: 50%;
    float: left;
  }
  .footer-address-text {
    font-size: 15px;
  }
  .footer-menu {
    width: 33.33333333%;
  }
  .seonet-link {
    right: 9px;
    bottom: -37px;
  }
  .about-text-block {
    padding-left: 5px;
  }
  .sub-page-title.docs-title {
    font-size: 16px;
    line-height: 25px;
  }
  .sub-page-title.detail-content-title {
    line-height: 20px;
  }
  .about-gallery-block {
    margin-right: 14px;
  }
  .dropdown-list.w--open {
    margin-left: 0px;
  }
  .dropdown-link {
    position: static;
    padding-left: 36px;
    background-color: #fff;
  }
  .why-all-alci-block {
    width: 50%;
  }
  .why-all-alci-block.detail-block {
    width: 33.33333333%;
  }
  .docs-category-block {
    padding-right: 8px;
    padding-left: 8px;
  }
  .product-detail-text {
    font-size: 18px;
    line-height: 30px;
  }
  .product-detail-image {
    margin-top: 60px;
  }
  .pd-link {
    margin-bottom: 10px;
    float: left;
  }
  .menu-button {
    background-color: transparent;
  }
  .menu-button:active {
    background-color: #c20f2f;
    color: #fff;
  }
  .menu-button.w--open:hover {
    background-color: #c20f2f;
  }
  .product-item-container {
    width: 50%;
  }
  .dealer-list {
    width: 50%;
  }
  .detail-container {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 10px;
    font-weight: 300;
  }
  .detail-right-side {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .logo {
    width: 80%;
    padding-top: 10px;
    float: left;
  }
  .slider-text {
    font-size: 15px;
  }
  .main-product-slider-container {
    position: static;
    margin-top: 26px;
  }
  .main-news-section {
    display: block;
    min-height: 1100px;
  }
  .main-news {
    display: none;
  }
  .news-block {
    margin-top: 70px;
  }
  .news-small {
    margin-top: 20px;
  }
  .news-big-link {
    margin-top: 12px;
  }
  .main-menu-block {
    float: left;
  }
  .main-menu-block.main-menu-line1 {
    float: left;
    border-right-width: 1px;
    border-bottom-width: 1px;
  }
  .main-menu-block.main-menu-line2 {
    margin-left: -1px;
    float: left;
    border-top-width: 1px;
    border-left-width: 1px;
  }
  .main-menu-container {
    padding-top: 47px;
    padding-bottom: 47px;
  }
  .footer-address {
    width: 100%;
  }
  .footer-menu {
    width: 100%;
  }
  .footer-menu.last-item {
    width: 100%;
  }
  .about-menu-box {
    margin-right: 10px;
    float: left;
  }
  .sub-page-title {
    font-size: 20px;
  }
  .sub-page-title.detail-content-title {
    line-height: 25px;
  }
  .about-gallery-block {
    width: 150px;
    height: 132px;
    float: left;
  }
  .why-all-alci-block {
    width: 100%;
  }
  .why-all-alci-block.detail-block {
    width: 33.33333333%;
  }
  .docs-category-block {
    min-height: 300px;
  }
  .hr-policy-block {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .product-detail-features {
    width: 50%;
  }
  .pd-link {
    margin-right: 2px;
  }
  .detail-container {
    width: 100%;
  }
  .detail-right-side {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .logo {
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
  }
  .main-slider {
    min-height: 400px;
  }
  .slider-container {
    padding-left: 40px;
  }
  .slider-title {
    font-size: 30px;
  }
  .slider-text {
    font-size: 14px;
  }
  .main-news-section {
    min-height: 1150px;
  }
  .footer-address-text {
    font-size: 13px;
  }
  .footer-menu.last-item {
    padding-top: 0px;
  }
  .about-menu-box {
    display: block;
    width: 48%;
    margin-right: 0px;
    margin-left: auto;
  }
  .about-menu-box.last-item {
    width: 100%;
  }
  .about-menu-box.box-right {
    padding-bottom: 27px;
    float: right;
  }
  .sub-page-title {
    font-size: 20px;
  }
  .sub-page-title.gallery-title {
    font-size: 20px;
  }
  .sub-page-title.video-title {
    font-size: 14px;
  }
  .soldan{padding-left: 41px !important;}
  .about-gallery-block {
    width: 125px;
    height: 110px;
  }
  .product-list-block {
    width: 100%;
}
.ppp {
    width: 128px !important;
    height: 133px !important;
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 29px;
    float: left;
}
.soldan2 {
    padding-left: 50px !important;
}
  .why-all-alci-block.detail-block {
    width: 100%;
    margin-top: 10px;
  }
  .why-all-image {
    width: 100%;
    height: 240px;
  }
  .docs-list {
    padding-left: 0px;
  }
  .select {
    width: 100%;
  }
  .hr-policy-block {
    padding-right: 0px;
    padding-left: 0px;
  }
  .contact-factory-image {
    height: 90px;
  }
  .product-detail-features {
    width: 100%;
  }
  .pd-link {
    width: 49%;
  }
  .pd-gallery {
    width: 50%;
  }
  .right-arrow-2 {
    width: 35px;
  }
  .left-arrow-2 {
    width: 35px;
  }
  .padding-0 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .product-item-container {
    width: 100%;
  }
  .dealer-list {
    width: 100%;
  }
  .detail-container {
    margin-bottom: 30px;
  }
}

