@charset "utf-8";

body {
  position: relative;
}
.public_header_ways_phones a{
    white-space: nowrap;
}
.index-body {
  position: relative;
  background: url(../images/bg.jpg) repeat;
  /*background-size: cover;*/
  padding: 40px;
  z-index: 0;
}

.index-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(241, 241, 241, 0.8);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.head_layer .container {
  justify-content: space-between;
}

.index_web_head .public_ad_header_logo {
  flex: 0 25%;
}

.head_layer {
  padding: 10px 0;
}

.fixed-nav .head_layer {
  padding: 0px 0;
}

.fixed-nav .head_layer {
  background-color: #fff !important;
  z-index: 9999;
}

.nav_wrap {
  padding-left: 150px;
}

.public_ad_header {
  position: relative;
  z-index: 99;
  padding: 50px 40px;
  background-color: #fff;
}

.public_ad_header .public_ad_header_con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  z-index: 99;
  position: relative;
}

.public_ad_header .public_ad_header_contact {
  padding-right: 0;
}

.public_header_ways ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.public_header_ways li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 30px;
}

.public_header_ways li span {
  padding: 11px 16px;
  text-align: center;
  background-color: rgb(255, 65, 58);
  border-radius: 50%;
  margin-right: 20px;
}

.public_header_ways li i {
  font-size: 20px;
  color: #fff;
}

.public_header_ways li:nth-child(3) a {
  width: 300px;
}

.public_header_ways_phones p {
  color: #000;
  font-weight: 900;
  font-size: 16px;
}

.public_ad_header_social_media a:hover {
  background-color: rgba(255, 65, 58, 1);
  border: 1px solid rgba(255, 65, 58, 1);
  color: #000;
}

/* abour us */
.index_aboutus {
  padding: 120px 0;
}

.index_aboutus .row {
  justify-content: space-between;
}

.index_aboutus_left {
  z-index: 99;
}

.index_aboutus .index_aboutus_left h4 {
  font-size: 20px;
  line-height: 40px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  display: block;
  position: relative;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  color: rgba(27, 192, 118, 1);
  text-transform: none;
}

.index_aboutus .index_aboutus_left h1 {
  font-weight: 900;
  font-size: 45px;
  color: #000;
  font-family: Montserrat, sans-serif;
  margin-bottom: 50px;
}

.index_aboutus .index_aboutus_left p {
  font-size: 18px;
  line-height: 30px;
}

.index_aboutus .index_aboutus_right {
  width: 80%;
  padding-left: 40px;
  padding-top: 35px;
  padding-bottom: 40px;
  padding-right: 40px;
  background-color: #fff;
  height: auto;
  min-height: auto;
  z-index: 999;
  position: relative;
  margin-left: 20%;
  /* display: flex; */
}

.index_aboutus_right {

  z-index: 99;
}

.index_aboutus_right h2 {
  font-size: 40px;
  font-weight: 900;
  color: #000;
  text-align: center;
}

.index_aboutus_right .index_aboutus_right_des {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.index_aboutus_right_check {
  margin: 20px 10px 30px;
  font-size: 15px;
}

.index_aboutus_right_check input {
  margin-top: 4px;
}

.index_aboutus_right_check a {
  padding-left: 5px;
  line-height: 20px;
  color: #fff;
}

.index_aboutus_right_button {
  width: 100%;
  padding: 25px 30px;
  background-color: rgba(255, 65, 58);
  border: none;
  color: #fff;
  font-weight: 900;
  font-size: 18px;
}

/* products */
.index_products {
  position: relative;
  z-index: 99;
}

.indexproduct_flex {
  display: flex;
  /* flex-wrap: wrap; */
}

.indexproduct_li {
  margin-bottom: 30px;
}

.indexproduct_box {
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  cursor: pointer;
}

.indexproduct_img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}

.indexproduct_img img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indexproduct_content {
  padding: 40px;
  text-align: center;
  background-color: rgba(241, 241, 241, 1);
}

.indexproduct_box h3 {
  color: #fff;
  text-align: center;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-all;
  background-color: rgb(255, 65, 58);
  padding: 25px 30px;
}

.indexproduct_box .indexproduct_h3 {
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-weight: 900;
  font-family: Montserrat, sans-serif;
  text-transform: none;
  transition: all ease 0.3s;
  
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.indexproduct_content p {
  font-size: 16px;
  text-align: center;
  color: #666;
  word-wrap: break-word;
  word-break: break-all;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
  padding: 0px 20px;
  margin-bottom: 30px;
}

.indexproduct_more {
  width: 100%;
  display: inline-block;
  padding: 25px 30px;
  text-transform: none;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
  background-color: rgba(255, 65, 58);
  border-radius: 5px;
  transition: all ease 0.3s;
}

.indexproduct_li:hover .indexproduct_img img {
  transform: scale(1.2);
}

.indexproduct_li:hover h3 {
  background-color: rgba(255, 65, 58);
  color: #000;
  /* font-size: 18px; */
  transition: all ease 0.3s;
}

.indexproduct_li:hover .indexproduct_more {
  background-color:#000;
  color: #fff;
  /* font-size: 16px; */
  transition: all ease 0.3s;
}

.index_products .swiper-pagination {
  position: relative;
  z-index: 99;
  margin-top: 38px;
}

.index_products .swiper-pagination span {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 10px !important;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 65, 58, 1);
}

.index_products .indexproduct_main .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgba(255, 65, 58);
}

.index_products_bottom {
  margin-top: -500px;
  position: relative;
}

.index_products_bottom_content {
  background: url(../images/index_product_banner.jpg);
  background-size: cover;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 620px;
  padding-bottom: 60px;
  /* display: flex; */
}

.index_products_bottom_content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

.index_products_bottom_content .container {
  margin: 0 auto;
}

.index_products .swiper-button-next,
.index_products .swiper-button-prev {
  top: 95%;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  cursor: pointer;
  z-index: 99;
  transition: all ease 0.3s;
}

.index_products .swiper-button-next:hover,
.index_products .swiper-button-prev:hover {
  background-color: rgba(255, 65, 58);
  color: #fff;
}

.index_products .swiper-button-next::after,
.index_products .swiper-button-prev::after {
  font-size: 17px;
  font-weight: 900;
}

.index_products_content_info {
  display: flex;
  color: #fff;
  z-index: 99;
  align-items: center;
}

.index_products_content_info .index_products_content_num {
  font-size: 45px;
  font-weight: 900;
  color: #fff;
  display: block;
  text-align: center;
}

.index_products_content_info p {
  font-family: Montserrat, sans-serif;
  line-height: 30px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin-left: 40px;
  flex: 1;
  word-wrap: break-word; word-break: break-all; 
}


/* advantages */
.index_advantages {
  position: relative;
  z-index: 99;
  padding: 120px 40px 60px;
}

.index_advantages_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index_advantages_title span {
  display: block;
  font-size: 20px;
  line-height: 40px;
  font-family: Montserrat, sans-serif;
  color: rgb(255, 65, 58);
  text-transform: none;
  margin-bottom: 20px;
}

.index_advantages_title h2 {
  font-size: 45px;
  font-weight: 900;
  color: #000;
}

.index_advantages_top .index_advantages_button {
  cursor: pointer;
  padding: 25px 50px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 900;
  transition: all ease 0.3s;
  background-color: rgba(255, 65, 58);
  color: #fff;
}

.index_advantages_button sapn {
  line-height: 22px;
}

.index_advantages_top .index_advantages_button:hover {
  background-color: #000;
  color: #fff;
}

.index_advantages_content {
  margin-top: 80px;
}

.index_advantages_content_item {
  display: flex;
  margin-bottom: 60px;
}

.index_advantages_item_img {
  width: 100px !important;
  height: 100px;
  border-radius: 50%;
  background-color: rgb(255, 65, 58);
  display: flex;
  align-items: center;
  justify-content: center;
}

.index_advantages_item_img i {
  font-size: 45px;
  color: #fff;
}

.index_advantages_item_main {
  margin-left: 30px;
  /* width: 280px; */
}

.index_advantages_item_main h4 {
  font-size: 22px;
  font-weight: 900;word-wrap: break-word; word-break: break-all;
}

.index_advantages_item_main p {
  font-size: 16px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 10px;word-wrap: break-word; word-break: break-all;
}


/* retro */
.index_retro {
  position: relative;
  z-index: 99;

}

.index_retro_bg {
  background-image: url(../images/index_feedback_banner.jpg);
 padding: 120px 40px 120px 40px;
  background-size:50% 50%;
  
  background-repeat: no-repeat;
}

.index_retro_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  /* bottom: 0; */
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 70%;
}

.index_retro_content {
  position: relative;
  z-index: 99;
}

.index_retro_content_top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;

  align-items: center;
}

.index_retro_content_title span {
  display: block;
  font-size: 20px;
  line-height: 40px;
  font-family: Montserrat, sans-serif;
  color: rgb(255, 65, 58);
  text-transform: none;
  margin-bottom: 20px;
}

.index_retro_content_title h2 {
  font-size: 45px;
  font-weight: 900;
  color: #fff;
}

.index_retro_content_top .index_retro_content_button {
  padding: 25px 50px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 900;
  transition: all ease 0.3s;
  background-color: rgba(255, 65, 58);
  color: #fff;
}

.index_retro_content_button sapn {
  line-height: 22px;
}

.index_retro_content_top .index_retro_content_button:hover {
  background-color: #000;
  color: #fff;
}



.indexproduct_flex {
  display: flex;
  /* flex-wrap: wrap; */
}

.indexproduct_li {
  margin-bottom: 30px;
}

.indexretro_box {
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  background: transparent;
  cursor: pointer;
}

.indexretro_content {
  padding: 40px;
  text-align: center;
  background-color: rgba(255, 255, 255, 1);
  position: relative;
  overflow: hidden;
  height: 100%;
}

.indexretro_trans {
  background-color: transparent;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
}

.indexretro_box .indexretro_box_top {
  background-color: rgb(255, 65, 58);
}

.indexretro_img1 {
  position: relative;
  width: 100%;
  height: 50px;
}

.indexretro_img {
  width: 100px;
  height: 100px;
  z-index: 999;
}

.indexretro_img img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.indexretro_box h3 {
  color: #fff;
  text-align: center;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-all;
  padding: 25px 30px;
}

.indexretro_box .indexretro_h3 {
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-weight: 900;
  font-family: Montserrat, sans-serif;
  text-transform: none;
  transition: all ease 0.3s;
}

.indexretro_content p {
  font-size: 16px;
  text-align: center;
  color: #666;
  word-wrap: break-word;
  word-break: break-all;
  line-height: 30px;
  text-align: left;
  padding: 0px 20px;
  /* margin-bottom: 30px; */
}

.index_retro .swiper-pagination {
  position: relative;
  z-index: 99;
  margin-top: 38px;
}

.index_retro .swiper-pagination span {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 10px !important;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 65, 58, 1);
}

.index_retro .index_retro_content_bottom .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgba(255, 65, 58);
}


.index_retro .swiper-button-next,
.index_retro .swiper-button-prev {
  top: 93%;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  cursor: pointer;
  z-index: 99;
  transition: all ease 0.3s;
}

.index_retro .swiper-button-next:hover,
.index_retro .swiper-button-prev:hover {
  background-color: rgba(255, 65, 58);
  color: #fff;
}

.index_retro .swiper-button-next::after,
.index_retro .swiper-button-prev::after {
  font-size: 17px;
  font-weight: 900;
}

.index_retro_content_bottom .swiper-slide {
  height: auto;
  padding-bottom: 60px;
}


/* news */
.indexnews {
  position: relative;
  z-index: 99;
  padding: 70px 0;
}

.indexproduct_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 99;
}

.indexproduct_title .indexproduct_title_left {
  /* flex: 0 50%; */
}

.indexproduct_title .indexproduct_title_left h2 {
  font-size: 60px;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: none;
}

.indexproduct_title .indexproduct_title_left a {
  padding: 20px 60px;
  background-color: rgb(255, 65, 58);
  transition: all ease 0.3s;
  font-size: 24px;
  font-weight: bold;
  text-transform: none;
  border-radius: 8px;
  display: inline-block;
  color: #fff;
  transition: all ease 0.3s;
}

.indexproduct_title .indexproduct_title_left a:hover {
  background-color: #000;
  color: #fff
}

.indexproduct_title .indexproduct_title_right {
  /* flex: 0 50%; */
}

.indexproduct_title .indexproduct_title_right p {
  font-size: 16px;
  color: #666;
  line-height: 25px;
}

.indexnews .blog_txt {
  padding: 20px 20px 30px 20px;
  background-color: rgba(241, 241, 241, 1);
}

.indexnews .blogbox {
  border-radius: 20px;
  overflow: hidden;
}

.indexnews .blogmorebtn {
  margin: 10px auto 0 auto;
  text-align: center;
}

.indexnews .blog_txt h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.indexnews .blogmore {
  background-color: rgba(255, 65, 58);
  border-radius: 8px;
  color: #fff;
  border: 1px solid rgba(255, 65, 58);
  padding: 15px 60px;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
}

.indexnews .blogline {
  background-color: rgb(255, 65, 58);
  left: 50%;
  transform: translateX(-50%);
}

.indexnews .blogli:hover .blogmore {
  background-color: rgb(255, 65, 58);
  color: #fff;
  border: 1px solid rgb(255, 65, 58);
}

.indexview {
  padding: 80px 0
}

.indexview .indexproduct_title_left {
  flex: 0 100% !important;
}

.indexview .swiper {
  padding-bottom: 50px !important;
}

.viewSwiper .swiper-pagination {
  text-align: right;
}

.viewSwiper .swiper-pagination-bullet {
  opacity: 1;
  border: 1px solid #005199;
  width: 15px;
  height: 15px;
  background-color: transparent;
}

.viewSwiper .swiper-pagination-bullet-active {
  background-color: #005199;
}

.viewSwiper .swiper-button-next:after,
.viewSwiper .swiper-button-prev:after {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

.viewSwiper .swiper-button-next:hover,
.viewSwiper .swiper-button-prev:hover {
  background-color: #0ba7f1;
}


.viewSwiper_main {
  color: #000
}

.viewSwiper_main .dh {
  position: absolute;
  bottom: 50px;
  padding: 0;
  right: 50px;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.viewSwiper_main .viewimg {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 60px;
}

.viewSwiper_main .viewimg img {
  border-radius: 50%;
}

.viewSwiper_main .viewtit {
  margin-top: 15px;
  margin-left: 15px;
}

.viewtit h5 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
  color: #000
}

.viewtit p {
  font-size: 14px;
  color: #222;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.viewSwiper_main .dh i {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  color: #222;
  line-height: 50px;
  text-align: center;
  position: relative;
  font-size: 60px;
  color: transparent !important;
  -webkit-text-stroke: 1px rgb(255, 65, 58);
  top: 20px
}

.viewSwiper_main .viewtxt p {
  font-size: 16px;
  margin: 15px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-weight: normal;
}

.indexnews_main .blog_img {
  /* padding-top: 90% !important; */
}

/* map */
#indexmap {
  width: 100%;
  height: 400px;
}

/* footer */
.index_footer {
  position: relative;
  z-index: 99;
}

.index_footer_bg {
  background-image: url(../images/index_footer.jpg);
  background-size: cover;
  padding: 100px 0;
  padding-top: 80px;
}

.index_footer_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

.footer_tags {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 30px 0;
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 99;
}

.footer_tags p {
  font-size: 14px;
  color: #ddd;
  text-transform: none;
  margin-right: 10px;
}

.footer_tags a {
  font-size: 16px;
  color: #ddd;
  display: block;
  line-height: 28px;
  margin-right: 20px;
}

.footer_tags a:hover {
  text-decoration: underline !important;
  color: rgb(255, 65, 58);
}

.index_footer .public_ad_header {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}

.index_footer .public_header_ways_phones p {
  color: #fff;
  font-weight: 900;
  font-size: 16px;
}

.index_footer .public_header_ways a {
  color: #fff;
}

.footer_bottom {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}

.footer_bottom_left h4 {
  line-height: normal;
  color: #fff;
  position: relative;
  font-weight: 900;
  font-size: 16px;
}

.footer_bottom_right {
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}

.footer_bottom_right a {
  color: #fff;
  font-size: 16px;
  transition: all ease .3s;
}

.footer_bottom_right a:hover {
  color: rgba(255, 65, 58);
  font-size: 16px;
}

.indexnews .blogli:hover .blogline {
  width: 100%;
}

.indexnews .blogli:hover .blogmore {
  background-color: rgb(255, 65, 58);
  border: 1px solid rgb(255, 65, 58);
  color: #fff;
}

.indexnews .blogli:hover .blog_txt h3 {
  font-weight: bold;
  color: rgb(255, 65, 58);
}

.indexnews .blogli:hover .blog_img img {
  transform: scale(1.2);
}

.indexnews .blogli {
  margin-bottom: 30px;
}

@media (max-width:576px) {
  .navbar-toggler {
    background-color: rgb(255, 65, 58);
  }

  .bg-dark {
    padding: 0 0 !important;
    background-color: rgb(143, 103, 89) !important;
  }

  .text-bg-dark {
    color: #fff !important;
    background-color: rgb(143, 103, 89) !important;
  }

  .index-body {
    padding: 0;
  }

  .index_aboutus {
    padding: 30px 0;
  }

  .index_aboutus .index_aboutus_left h4 {
    margin-bottom: 0;
  }

  .index_aboutus .index_aboutus_left h1 {
    font-size: 34px;
    margin-bottom: 10px;
  }

  .index_aboutus_left {
    margin-bottom: 40px;
  }

  .index_aboutus_form_main {
    padding-left: 10px;
    padding-right: 10px;
  }

  .index_aboutus .index_aboutus_right {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 35px;
  }

  .index_aboutus_right h2 {
    font-size: 35px;
  }

  .index_aboutus_right .index_aboutus_right_des {
    font-size: 15px;
  }

  .index_aboutus_right_button {
    padding: 16px 30px;
  }

  .index_aboutus .index_aboutus_left p {
    font-size: 16px;
  }

  .indexproduct_content {
    padding: 5px;
  }

  .indexproduct_content p {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .indexproduct_more {
    padding: 17px 30px;
    padding: 15px 0px;
    font-size: 12px;
  }

  .index_products .swiper-button-next,
  .index_products .swiper-button-prev {
    top: 38%;
    background: transparent;
  }

  .index_products .swiper-button-next {
    right: -10px;
  }

  .index_products .swiper-button-prev {
    left: -10px;
  }

  .index_products .swiper-button-next:hover,
  .index_products .swiper-button-prev:hover {
    background-color: transparent;
    color: #000;
  }

  .index_products .swiper-pagination {
    display: none;
  }

  .index_products_content_info {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .indexproduct_box h3 {
    padding: 15px 5px;
  }

  .indexproduct_box .indexproduct_h3 {
    font-size: 14px;
  }

  .index_products_bottom_content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 500px;
    padding-bottom: 40px;
  }

  .index_products_content_info p {
    margin-left: 0;
    text-align: center;
  }

  .index_advantages_button {
    display: none;
  }

  .index_advantages {
    padding: 50px 0px 10px;
  }

  .index_advantages_title span {
    margin-bottom: 5px;
  }

  .index_advantages_title h2 {
    font-size: 30px;
  }

  .index_advantages_content {
    margin-top: 40px;
  }

  .index_advantages_content_item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .index_advantages_item_main {
    margin-left: 0px;
    margin-top: 20px;
  }

  .index_advantages_content_item {
    margin-bottom: 40px;
  }

  .index_retro {
    padding-bottom: 40px;
  }

  .index_retro_bg {
    background-image: url(../images/index_feedback_banner.jpg);
    padding: 60px 30px;
  }

  .index_retro_content_button {
    display: none;
  }

  .index_retro_content_title span {
    margin-bottom: 0;
  }

  .index_retro_content_title h2 {
    font-size: 32px;
  }

  .indexretro_content {
    padding: 20px;
  }

  .index_retro_content_top {
    margin-bottom: 20px;
  }

  .index_retro .swiper-pagination {
    display: none;
  }

  .index_retro .swiper-button-next,
  .index_retro .swiper-button-prev {
    top: 65%;
    background: transparent;
  }

  .index_retro .swiper-button-next {
    right: -10px;
  }

  .index_retro .swiper-button-prev {
    left: -10px;
  }

  .indexproduct_title {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
  }

  .indexproduct_title .indexproduct_title_right {
    flex: 0 100%;
  }

  .indexproduct_title .indexproduct_title_left h2 {
    font-size: 30px;
    text-align: center;
  }

  .indexproduct_title .indexproduct_title_left a {
    padding-top: 12px;
    padding-bottom: 12px;
    width: 60%;
    text-align: center;
    font-size: 16px;
  }

  .indexproduct_title .indexproduct_title_right p {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .indexproduct_title .indexproduct_title_left {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .indexnews {
    padding-bottom: 20px;
  }

  .indexnews .blogmore {
    padding: 12px 50px;
    font-size: 16px;
  }

  #indexmap {
    height: 300px;
  }

  .index_footer_bg {
    padding-bottom: 60px;
    padding-top: 50px;
  }

  .index_footer .public_ad_header {
    display: block;
  }

  .index_footer .public_header_ways ul {
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
  }

  .index_footer .public_header_ways ul li {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .index_footer .public_header_ways li:nth-child(3) a {
    width: 100%;
  }

  .index_footer .public_ad_header {
    padding-top: 20px
  }

  .index_footer .public_ad_header_social_media {
    margin-left: 0;
    margin-top: 15px;
    justify-content: flex-start;
  }

  .index_footer .public_ad_header_social_media a {
    width: 50px;
    margin-left: 0px;
    border: none;
    background-color: transparent;
  }

  .index_footer .public_ad_header_social_media a i {
    font-size: 21px;
  }

  .index_footer .public_ad_header {
    padding-bottom: 20px;
  }

  .footer_bottom {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer_bottom h4 {
    text-align: center;
    font-size: 14px;
  }

  .footer_bottom_right {
    margin-top: 10px;
    font-size: 13px;
  }

  .footer_bottom_right a {
    font-size: 13px;
  }

  .index_footer {
    padding-bottom: 45px;
  }

  .feedback {
    display: none;
  }


}

@media (min-width:577px) and (max-width:767px) {
  .navbar-toggler {
    background-color: rgb(255, 65, 58);
  }

  .index-body {
    padding: 0;
  }

  
  .bg-dark {
    padding: 0 0 !important;
    background-color: rgb(143, 103, 89) !important;
  }

  .text-bg-dark {
    color: #fff !important;
    background-color: rgb(143, 103, 89) !important;
  }


  .index_aboutus {
    padding: 40px 0;
  }

  .index_aboutus .index_aboutus_left h4 {
    margin-bottom: 0px;
  }

  .index_aboutus .index_aboutus_left h1 {
    font-size: 38px;
    margin-bottom: 20px;
  }

  .index_aboutus_left {
    padding-left: 10px;
    padding-right: 10px;
  }

  .index_aboutus .index_aboutus_right {
    width: 100%;
    margin-top: 50px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .index_aboutus .index_aboutus_left p {
    font-size: 16px;
  }

  .productSwiper {
    padding-bottom: 80px;
  }

  .index_products .swiper-pagination {
    display: none;
  }

  .index_products .swiper-button-next,
  .index_products .swiper-button-prev {
    top: 38%;
    background: transparent;
  }

  .index_aboutus_right_button,
  .indexproduct_more {
    width: 100%;
    padding: 10px 5px;
    font-size: 14px;
  }

  .indexnews .blogmore {
    width: 100%;
    padding: 10px 60px;
    font-size: 18px;
  }

  .index_products_bottom_content {
    padding-top: 440px;
    padding-bottom: 40px;
  }

  .index_products_content_num {
    width: 110px;
  }

  .indexproduct_content {
    padding: 5px;
    padding-bottom: 10px;
  }

  .indexproduct_content p {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .index_products .swiper-button-prev {
    left: -10px;
  }

  .index_products .swiper-button-next {
    right: -10px;
  }

  .index_products .swiper-button-next:hover,
  .index_products .swiper-button-prev:hover {
    background-color: transparent;
    color: #000;
  }

  .index_products_content_info p {
    margin-left: 10px;
  }

  .index_advantages {
    padding: 40px 20px 30px;
  }

  .index_advantages_content_item {
    margin-bottom: 40px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .index_advantages_item_main {
    text-align: center;
    margin-left: 0;
    margin-top: 10px;
  }

  .index_advantages_title span {
    margin-bottom: 0;
  }

  .index_advantages_top .index_advantages_button,
  .index_retro_content_top .index_retro_content_button {
    display: none;
  }

  .index_advantages_title {
    text-align: center;
    width: 100%;
  }

  .index_advantages_title h2 {
    font-size: 35px;
  }

  .index_advantages_content {
    margin-top: 40px;
  }

  .indexproduct_box h3 {
    padding: 15px 10px;
  }

  .indexproduct_box .indexproduct_h3 {
    font-size: 14px;
  }

  .index_retro_content_title span {
    margin-bottom: 0;
  }

  .index_retro_bg {
    background-image: url(../images/index_feedback_banner.jpg);
    padding: 60px 30px;
  }

  .index_retro_content_top {
    margin-bottom: 40px;
  }

  .index_retro_content_title {
    width: 100%;
    text-align: center;
  }

  .index_retro_content_title h2 {
    font-size: 35px;
  }

  .index_retro_bg::before {
    height: 64%;
  }

  .index_retro .swiper-pagination {
    display: none;
  }

  .index_retro .swiper-button-next,
  .index_retro .swiper-button-prev {
    top: 65%;
    background: transparent;
  }

  .index_retro .swiper-button-next {
    right: -10px;
  }

  .index_retro .swiper-button-prev {
    left: -10px;
  }

  .indexproduct_title {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .index_retro {
    padding-bottom: 60px;
  }

  .indexproduct_title_left {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
    padding-left: 20px;
  }

  .indexproduct_title .indexproduct_title_left h2 {
    font-size: 35px;
    margin-bottom: 0;
  }

  .indexproduct_title .indexproduct_title_left a {
    padding: 10px 40px;
    font-size: 18px;
  }

  .indexproduct_title .indexproduct_title_right p {
    line-height: 25px;
    padding: 30px 20px 0;
  }

  .indexnews {
    padding-bottom: 40px;
  }

  #indexmap {
    height: 400px;
  }

  .index_footer_bg {
    padding-bottom: 60px;
    padding-top: 60px;
  }

  .index_footer .public_ad_header {
    display: block;
  }

  .index_footer .public_header_ways ul {
    flex-direction: column;
  }

  .index_footer .public_header_ways ul li {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .index_footer .public_header_ways li:nth-child(3) a {
    width: 100%;
  }

  .index_footer .public_ad_header {
    padding-top: 20px
  }

  .index_footer .public_ad_header_social_media {
    margin-left: 0;
    margin-top: 15px;
    justify-content: flex-start;
  }

  .index_footer .public_ad_header_social_media a {
    width: 50px;
    margin-left: 0px;
    border: none;
    background-color: transparent;
  }

  .index_footer .public_ad_header_social_media a i {
    font-size: 21px;
  }

  .index_footer .public_ad_header {
    padding-bottom: 20px;
  }

  .index_footer .public_header_ways ul {
    align-items: flex-start;
  }

  .footer_bottom {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
  }

  .footer_bottom h4 {
    text-align: center;
  }

  .footer_bottom_right {
    margin-top: 10px;
  }

  .index_footer {
    padding-bottom: 45px;
  }

  .feedback {
    display: none;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .navbar-toggler {
    background-color: rgb(255, 65, 58);
  }

  .index-body {
    padding: 0;
  }
  
  .bg-dark {
    padding: 0 0 !important;
    background-color: rgb(143, 103, 89) !important;
  }

  .text-bg-dark {
    color: #fff !important;
    background-color: rgb(143, 103, 89) !important;
  }


  .index_aboutus {
    padding: 40px 20px;
    padding-bottom: 80px;
  }


  .index_aboutus_left {
    margin-bottom: 50px;
  }

  .index_aboutus .index_aboutus_right {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .index_aboutus_form_main {
    padding-left: 10px;
    padding-right: 10px;
  }

  .index_aboutus_right_button {
    padding: 20px 30px;
  }

  .index_aboutus .index_aboutus_left p {
    font-size: 16px;
  }

  .indexproduct_content {
    padding: 10px;
  }

  .indexproduct_more {
    padding: 15px 0px;
  }

  .index_products .swiper-button-next,
  .index_products .swiper-button-prev {
    top: 45%;
    background: transparent;
  }

  .index_products .swiper-button-next {
    right: -10px;
  }

  .index_products .swiper-button-prev {
    left: -10px;
  }

  .index_products_bottom_content {
    padding-top: 510px;
    padding-bottom: 40px;
  }

  .indexproduct_content p {
    margin-bottom: 15px;
    padding: 0 10px;
  }

  .indexproduct_box h3 {
    padding: 22px 20px;
  }



  .index_products_content_info {
    align-items: center;
  }

  .index_products_content_info p {
    margin-left: 10px;
  }

  .index_products .swiper-pagination {
    display: none;
  }

  .index_advantages {
    position: relative;
    z-index: 99;
    padding: 60px 40px 30px;
  }

  .index_retro_bg {
    background-image: url(../images/index_feedback_banner.jpg);
    padding: 60px 30px;
  }

  .index_retro_content_top {
    margin-bottom: 60px;
  }

  .index_retro_content_title span {
    margin-bottom: 10px;
  }

  .index_advantages_title h2,
  .index_retro_content_title h2 {
    font-size: 32px;
  }

  .index_advantages_top .index_advantages_button,
  .index_retro_content_top .index_retro_content_button {
    padding: 20px 40px;
  }

  .index_advantages_content_item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .index_advantages_content {
    margin-top: 60px;
  }

  .index_advantages_item_main {
    margin-left: 0px;
    margin-top: 20px;
  }

  .index_advantages_content_item {
    margin-bottom: 40px;
  }

  .indexretro_flex {
    padding-bottom: 30px;
  }

  .index_retro_content_top {
    margin-bottom: 40px;
  }

  .index_retro .swiper-button-next,
  .index_retro .swiper-button-prev {
    top: 88%;
  }

  .index_retro_bg::before {
    height: 60%;
  }

  .index_retro {
    padding-bottom: 10px;
  }

  .indexretro_content {
    padding: 20px;
  }

  .indexretro_content p {
    padding: 15px;
  }

  .indexproduct_title {
    margin-bottom: 40px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .indexproduct_title .indexproduct_title_right {
    flex: 0 100%;
  }

  .indexproduct_title .indexproduct_title_left h2 {
    font-size: 46px;
    text-align: center;
  }

  .indexproduct_title .indexproduct_title_left a {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    text-align: center;
  }

  .indexproduct_title .indexproduct_title_right p {
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 30px;
  }

  .indexnews .blogmore {
    padding: 10px 40px
  }

  .indexnews {
    padding-bottom: 40px;
  }

  .indexretro_box h3 {
    padding: 15px 30px;
  }

  #indexmap {
    height: 400px;
  }

  .index_footer_bg {
    padding: 80px 30px 60px;
  }

  .index_footer .public_ad_header {
    display: block;
  }

  .index_footer .public_header_ways ul {
    flex-direction: column;
  }

  .index_footer .public_header_ways ul li {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .index_footer .public_header_ways li:nth-child(3) a {
    width: 100%;
  }

  .index_footer .public_ad_header {
    padding-top: 20px
  }

  .index_footer .public_ad_header_social_media {
    margin-left: 0;
    margin-top: 15px;
    justify-content: flex-start;
  }

  .index_footer .public_ad_header_social_media a {
    width: 50px;
    margin-left: 0px;
    border: none;
    background-color: transparent;
  }

  .index_footer .public_ad_header_social_media a i {
    font-size: 21px;
  }

  .index_footer .public_ad_header {
    padding-bottom: 20px;
  }

  .index_footer .public_header_ways ul {
    align-items: flex-start;
  }

  .footer_bottom {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
    flex-direction: column;
  }

  .footer_bottom h4 {
    text-align: center;
  }

  .footer_bottom_right {
    margin-top: 10px;
    text-align: center;
  }

  .index_footer {
    padding-bottom: 45px;
  }

  .feedback {
    display: none;
  }
}

@media (min-width:992px) and (max-width:1200px) {
  .navbar-toggler {
    background-color: rgb(255, 65, 58);
  }

  .index-body {
    padding: 0;
  }
  
  .bg-dark {
    padding: 0 0 !important;
    background-color: rgb(143, 103, 89) !important;
  }

  .text-bg-dark {
    color: #fff !important;
    background-color: rgb(143, 103, 89) !important;
  }


  .index_aboutus {
    padding: 60px 20px;
  }

  .index_aboutus .index_aboutus_left h4 {
    margin-bottom: 0px;
  }

  .index_aboutus .index_aboutus_left h1 {
    margin-bottom: 30px;
  }

  .index_aboutus .index_aboutus_right {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 40px;
  }

  .index_aboutus_right_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .index_aboutus_right_form form {
    width: 100%;
  }

  .index_aboutus_right_form .yandex-form #form #submit{
    background-color: rgba(255, 65, 58);
  }

  .index_aboutus_right_form .yandex-form{
    width: 100%;
  }

  .index_aboutus_right_check {
    width: 100%;
  }

  .index_aboutus_right_button {
    width: 60%;
    padding: 18px 30px;
  }

  .index_aboutus .index_aboutus_left p {
    font-size: 16px;
  }

  .indexproduct_content {
    padding: 20px;
  }

  .indexproduct_content p {
    padding: 0px 10px;
    margin-bottom: 20px;
  }

  .indexproduct_more {
    padding: 15px 30px;
  }

  .indexproduct_box h3 {
    padding: 20px 30px;
  }

  .index_products .swiper-button-next,
  .index_products .swiper-button-prev {
    top: 93%;
  }

  .index_products_bottom_content {
    padding-top: 560px;
  }

  .indexproduct_box .indexproduct_h3 {
    font-size: 16px;
  }

  .index_advantages {
    position: relative;
    z-index: 99;
    padding: 60px 40px 20px;
  }

  .index_advantages_content {
    margin-top: 60px;
  }

  .index_retro_bg {
    padding:80px 40px;
  }

  .index_retro_content_top {
    margin-bottom: 60px;
  }

  .indexretro_content {
    padding: 20px;
  }

  .indexretro_content p {
    font-size: 16px;
    padding: 0px 10px;
  }

  .index_retro {
    position: relative;
    z-index: 99;
    padding-bottom: 80px;
  }

  .index_advantages_content_item {
    align-items: center;
  }

  .indexretro_box h3 {
    padding: 15px 30px;
  }

  .indexproduct_title .indexproduct_title_left h2 {
    font-size: 45px;
  }

  .indexproduct_title .indexproduct_title_left a {
    padding: 15px 60px;
  }

  .indexnews {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .index_footer_bg {
    padding: 80px 30px 60px;
  }

  .index_footer .public_ad_header {
    display: block;
  }

  .index_footer .public_header_ways ul {
    flex-direction: column;
  }

  .index_footer .public_header_ways ul li {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .index_footer .public_header_ways li:nth-child(3) a {
    width: 100%;
  }

  .index_footer .public_ad_header {
    padding-top: 20px
  }

  .index_footer .public_ad_header_social_media {
    margin-left: 0;
    margin-top: 15px;
    justify-content: flex-start;
  }

  .index_footer .public_ad_header_social_media a {
    width: 50px;
    margin-left: 0px;
    border: none;
    background-color: transparent;
  }

  .index_footer .public_ad_header_social_media a i {
    font-size: 21px;
  }

  .index_footer .public_ad_header {
    padding-bottom: 20px;
  }

  .index_footer .public_header_ways ul {
    align-items: flex-start;
  }

  .footer_bottom {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
    flex-direction: column;
  }

  .footer_bottom h4 {
    text-align: center;
  }

  .footer_bottom_right {
    margin-top: 10px;
    text-align: center;
  }

  .index_footer {
    padding-bottom: 45px;
  }

 

  .index_products_content_info p {
    margin-left: 20px;
  }

  .feedback {
    display: none;
  }
}

@media (min-width:1200px) and (max-width:1400px) {
  .nav_wrap {
    position: relative;
    flex: 0 95%;
    padding-left: 60px;
  }

  .head_layer {
    background-image: linear-gradient(90deg, rgb(143, 103, 89) 28%, rgb(255, 255, 255) 20%);
  }

  .index_web_head .public_ad_header_logo {
    flex: 0 30%;
    padding-left: 30px;
  }

  .public_ad_header .public_ad_header_con {
    flex-wrap: nowrap;
    align-items: flex-start;
  }

  .public_header_ways {
    /* width: 78%; */
    margin-bottom: 20px;
  }

  .public_header_ways li:nth-child(3) a {
    width: 100%;
  }

  .public_header_ways li span {
    margin-right: 10px;
  }

  .public_ad_header {
    display: block;
  }

  .public_header_ways ul {
    /* flex-direction: column;
    align-items: flex-start; */
  }

  .public_header_ways ul li {
    margin-bottom: 0px;
    margin-right: 15px;
  }

  .public_ad_header_social_media a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
  }

  .public_header_ways li:nth-child(3) a {
    width: 100%;
  }

  .public_ad_header {
    padding: 20px 20px 10px;
  }

  .public_ad_header_social_media {
    margin-left: 0;
    margin-top: 15px;
    justify-content: flex-end;
  }

  .index_aboutus {
    padding: 80px 0;
  }

  .index_aboutus .index_aboutus_right {
    width: 90%;
    margin-left: 10%;
  }

  .index_aboutus .index_aboutus_left h4 {
    margin-bottom: 10px;
  }

  .index_aboutus .index_aboutus_left h1 {
    margin-bottom: 30px;
  }

  .index_aboutus .index_aboutus_left p {
    font-size: 16px;
  }

  .indexproduct_content {
    padding: 20px;
  }

  .indexproduct_more {
    padding: 20px 30px;
  }

  .index_products_bottom_content {
    padding-top: 560px;
  }

  .index_advantages {
    position: relative;
    z-index: 99;
    padding: 80px 40px 20px;
  }

  .index_retro {
    padding-bottom: 80px;
  }

  .index_retro_bg {
    padding:80px 40px;
  }

  .index_retro_content_top {
    margin-bottom: 60px;
  }

  .indexretro_content {
    padding: 22px 10px 25px;
  }

  .indexproduct_title .indexproduct_title_left h2 {
    font-size: 55px;
  }

  .indexproduct_title .indexproduct_title_left a {
    padding: 16px 60px;
  }

  .index_footer_bg {
    padding: 60px 0;
  }

  .indexnews {
    padding-bottom: 60px;
  }

  .nav_wrap .head_nav > li {
    font-size: 14px;
  }
  


  .index_products_content_info p {
    margin-left: 20px;
  }
}

@media (min-width:1400px) and (max-width:1680px) {

  .index_products_bottom_content {
    padding-top: 560px;
  }

  .public_ad_header {
    padding: 50px 20px;
  }

  .public_header_ways {
    width: 72%;
  }

  .public_header_ways li span {
    margin-right: 10px;
  }

  .public_header_ways li:nth-child(3) a {
    width: 100%;
  }

  .index_footer .public_ad_header_social_media{
    margin-left: 0;
  }

  .index_footer_bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }


  .index_products_content_info p {
    margin-left: 20px;
  }

}