﻿.content_body_products {
  overflow: hidden;
  flex: 1;
}

.content_body_products .products_introduced {
  display: flex;
}

.content_body_products .products_introduced .productsSwiper {
  width: 35%;
  overflow: hidden;
  position: relative;
  user-select: none;
  margin-right: 105px;
}

.content_body_products .products_introduced .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content_body_products .products_introduced .swiper-slide img {
  display: block;
  object-fit: cover;
}

.content_body_products .products_introduced .products_introduced_body {
  flex: 1;
}

.content_body_products .products_introduced .products_introduced_body .pinb_title {
  font-weight: bold;
  font-size: 26px;
  color: #333333;
  line-height: 33px;
  font-family: Akzidenz-Grotesk BQ;
}

.content_body_products .products_introduced .products_introduced_body .pinb_desc {
  font-weight: 400;
  color: #666666;
  line-height: 26px;
}

.content_body_products .products_introduced .products_introduced_body .btn_cell {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.content_body_products .products_introduced .products_introduced_body .btn_cell input {
  width: 170px;
  height: 49px;
  background: #00071a;
  color: #fff;
  cursor: pointer;
  margin: 0;
}

.content_body_products .products_introduced .products_introduced_body .btn_cell input.active_go,
.content_body_products .products_introduced .products_introduced_body .btn_cell input:hover {
  background: #8b6745;
}

.content_body_products .products_detail {
  margin-top: 105px;
}

.content_body_products .products_detail .pd_title {
  font-size: 30px;
  color: #333333;
  line-height: 30px;
  font-weight: bold;
  font-family: Akzidenz-Grotesk BQ;
}

.content_body_products .products_detail .pd_line {
  margin-top: 9px;
  width: 100%;
  height: 1px;
  background: #040e27;
  opacity: 0.2;
}

.content_body_products .products_detail .pd_body {
  font-weight: 400;
  color: #666666;
  font-family: Arial;
  font-size: 16px;
  line-height: 30px;
}

.content_body_products .products_detail .pd_body img {
  width: auto !important;
  max-width: 100%;
  height: auto;
  margin: 30px 0;
}

.content_body_products .products_detail .pd_body p:not(:first-child) {
  margin-top: 20px;
}

.content_body_products .products_detail .pd_body table {
  width: 100%;
}

.content_body_products .products_detail .pd_body table tbody tr td {
  background: #fbfbfb !important;
}

.content_body_products .products_detail .pd_body table tbody tr td:first-child {
  background: #f6f6f6 !important;
}

.content_body_products .products_detail .pd_body table th,
.content_body_products .products_detail .pd_body table td {
  border: 1px solid #dddddd;
}

.content_body_products .products_detail .pd_body table p {
  margin-top: 0 !important;
}

.git_title {
  border-bottom: 1px solid #040e27;
}

.products-roch {
  margin-top: 90px;
  background: #8b6745;
}

.products-roch .layout {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 90px 0;
}

.products-roch .layout .roch_img {
  margin-right: 55px;
  overflow: hidden;
  height: 0;
  width: 54.16%;
  padding-bottom: 33.63%;
}

.products-roch .layout .roch_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.products-roch .layout .roch_main {
  width: 50%;
}

.products-roch .layout .roch_main .roch_title {
  font-weight: bold;
  font-size: 39px;
  color: #ffffff;
  font-family: Akzidenz-Grotesk BQ;
  overflow: hidden;
}

.products-roch .layout .roch_main .roch_list {
  margin-top: 42px;
  /* height: 380px;
  overflow: auto; */
}

.products-roch .layout .roch_main .roch_list .roch_list_item {
  display: flex;
  align-items: center;
  background: #c5b3a2;
  padding: 15px;
}

.products-roch .layout .roch_main .roch_list .roch_list_item:first-child {
  margin-bottom: 18px;
}

.products-roch .layout .roch_main .roch_list .roch_list_item .roch_list_item_img {
  width: 70px;
  height: 70px;
  padding: 13px;
  flex-shrink: 0;
  background: #482f18;
  margin-right: 20px;
}

.products-roch .layout .roch_main .roch_list .roch_list_item .roch_list_item_img img {
  height: 100%;
}

.products-roch .layout .roch_main .roch_list p {
  font-size: 20px;
  color: #fff;
}

.products-roch .layout .roch_main .roch_list .roch_list_item .roch_list_item_main .roch_list_item_main_title a {
  font-weight: bold;
  font-size: 22px;
  color: #482f18;
  font-family: Akzidenz-Grotesk BQ;
}

.products-roch .layout .roch_main .roch_list .roch_list_item .roch_list_item_main .roch_list_item_main_desc {
  font-weight: 400;
  font-size: 16px;
  color: #482f18;
  line-height: 28px;
  white-space: normal;
}

@media screen and (max-width: 1366px) {
  .content_aside {
    display: none;
  }

  .products-roch .layout .roch_main .roch_title {
    font-size: 36px;
    height: 82px;
  }

  .content_body_products .products_introduced .products_introduced_body {
    margin-left: 60px;
  }
}

@media screen and (max-width: 1040px) {
  .products-roch {
    margin-top: 30px;
  }

  .products-roch .layout {
    padding: 50px 20px;
    flex-direction: column;
  }

  .products-roch .layout .roch_img {
    width: 100%;
    margin-right: 0;
    padding-bottom: 60%;
  }

  .products-roch .layout .roch_main {
    width: 100%;
    margin-top: 30px;
  }

  .products-roch .layout .roch_main .roch_title {
    font-size: 30px;
    height: unset;
  }

  .products-roch .layout .roch_main .roch_list {
    height: unset;
  }
}

@media screen and (max-width: 768px) {
  .news-main .layout .content_main {
    margin-top: 30px;
  }

  .content_body_products .products_introduced .products_introduced_body .btn_cell {
    gap: 10px;
  }

  .content_body_products .products_introduced {
    flex-direction: column;
  }

  .content_body_products .products_introduced .productsSwiper {
    width: auto;
    margin-right: 0;
  }

  .content_body_products .products_introduced .swiper-slide {
    height: 300px;
  }

  .content_body_products .products_introduced .products_introduced_body {
    margin-left: 0;
  }

  .content_body_products .products_introduced .products_introduced_body .pinb_title {
    font-size: 20px;
  }

  .content_body_products .products_introduced .products_introduced_body .btn_cell input {
    width: 100%;
  }

  .content_body_products .products_introduced .products_introduced_body .btn_cell input:not(:first-child) {
    margin-top: 10px;
  }

  .content_body_products .products_detail {
    margin-top: 50px;
  }

  .content_body_products .products_detail .pd_title {
    font-size: 20px;
  }

  .products-roch .layout .roch_main .roch_title {
    font-size: 26px;
  }

  .products-roch .layout .roch_main .roch_list {
    margin-top: 30px;
  }

  .products-roch .layout .roch_main .roch_list .roch_list_item .roch_list_item_main .roch_list_item_main_title a {
    font-size: 18px;
  }

  .get_in_touch .git_title {
    font-size: 20px;
  }

  .get_in_touch form ul li.form_name,
  .get_in_touch form ul li.form_email,
  .get_in_touch form ul li.form_phone {
    width: 100%;
  }
}

.divtable11 {
  width: 100%;
  overflow: auto;
}