.product_options .option_list, .drawing_section .drawing_list, .cantroller_products .product_images_list, .padlocks_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.drawing_section .image_block img, .padlocks_list .product_image img, .product_inline .images_block img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.products_section {
  position: relative;
}

.header .user_btn {
  display: flex;
}

.product_inline {
  display: flex;
  min-height: 420px;
  color: #333333;
}
.product_inline .images_block {
  flex: 0 0 45%;
  max-width: 45%;
  position: relative;
  background: #eaf3fa;
}
.product_inline .images_block img {
  object-fit: cover;
}
.product_inline .info_block {
  padding-left: 120px;
  padding-right: 20px;
  flex: 0 0 55%;
  max-width: 55%;
  display: flex;
  align-items: center;
}
.product_inline .info_content {
  max-width: 700px;
}
.product_inline .section_description {
  opacity: 0.7;
}
.product_inline .second_title {
  margin-top: 15px;
}

.padlocks_list {
  display: flex;
  flex-wrap: wrap;
  margin: 80px -10px;
}
.padlocks_list li {
  width: 33.3%;
  padding: 10px;
}
.padlocks_list .product_image {
  width: 100%;
  position: relative;
  padding-bottom: 88%;
}
.padlocks_list .product_image img {
  object-fit: contain;
}
.padlocks_list .product_info {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.padlocks_list .section_description {
  color: #666666;
}
.padlocks_list .section_description span {
  margin-top: 15px;
  font-family: "bold", "arm-bold";
}

.center_info {
  color: #333333;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 50px;
  text-align: center;
}
.center_info .section_description {
  margin-top: 5px;
}

.product_table {
  margin-top: 20px;
  margin-bottom: 80px;
}
.product_table table {
  width: 100%;
  font-size: 180%;
  line-height: 29px;
  color: #333333;
}
.product_table tr {
  width: 100%;
}
.product_table tr td {
  width: 25%;
}
.product_table tr:nth-child(odd) {
  background: #f8f8f8;
}
.product_table tr:first-child {
  background: rgba(248, 138, 33, 0.3);
  font-family: "bold", "arm-bold";
}
.product_table td {
  height: 70px;
  padding-left: 100px;
}
.product_table span.check {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #f88a21;
}

.cantroller_products {
  margin-top: 80px;
}
.cantroller_products .product_block {
  display: flex;
}
.cantroller_products .product_block {
  margin-bottom: 30px;
}
.cantroller_products .product_info {
  max-width: 330px;
  width: 100%;
}
.cantroller_products .product_images_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
  padding-left: 25px;
}
.cantroller_products .product_images_list li {
  width: 33.3%;
  padding: 15px;
}
.cantroller_products .product_images_list li img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: top;
}

.drawing_section {
  margin-top: 40px;
  background: #fbfbfb;
  padding: 80px 0;
}
.drawing_section .drawing_list {
  display: flex;
  justify-content: space-around;
  margin-top: 80px;
}
.drawing_section .drawing_list li {
  padding: 0 20px;
}
.drawing_section .drawing_block {
  position: relative;
  max-width: 393px;
  width: 100%;
}
.drawing_section .image_block {
  width: 100%;
  position: relative;
  height: 250px;
}
.drawing_section .image_block img {
  object-fit: cover;
}
.drawing_section .info_block {
  margin-top: 40px;
  text-align: center;
  color: #333333;
}
.drawing_section .info_block .section_description {
  color: #666666;
  font-family: "bold", "arm-bold";
}

.product_options {
  padding-top: 80px;
}
.product_options .center_info {
  max-width: 772px;
}
.product_options .option_list {
  display: flex;
  flex-wrap: wrap;
}
.product_options .option_list li {
  padding: 40px 20px;
  width: 25%;
}
.product_options .image_block {
  position: relative;
}
.product_options .image_block img {
  height: 58px;
  width: auto;
}
.product_options .info_block {
  max-width: 308px;
  width: 100%;
  margin-top: 20px;
}
.product_options .option_title {
  font-family: "bold", "arm-bold";
  color: #333333;
}
.product_options .option_description {
  color: #666666;
  margin-top: 10px;
}

@media (max-width: 1440px) {
  .product_inline .info_block {
    padding-left: 60px;
  }

  .product_table td {
    padding-left: 40px;
  }

  .cantroller_products .product_images_list {
    padding-left: 10px;
  }
  .cantroller_products .product_images_list li {
    padding: 5px;
  }
}
@media (max-width: 1199px) {
  .product_inline {
    min-height: 320px;
  }
  .product_inline .info_block {
    padding-left: 40px;
  }
  .product_inline .images_block {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .product_inline .info_block {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .product_table table {
    font-size: 140%;
    line-height: 19px;
  }

  .cantroller_products .product_images_list li {
    width: 50%;
    padding: 10px;
  }
  .cantroller_products .product_info {
    max-width: 250px;
  }
}
@media (max-width: 991px) {
  .product_inline .info_block {
    padding-left: 20px;
  }

  .padlocks_list {
    margin: 40px -10px;
  }
  .padlocks_list .section_description {
    margin-top: 10px;
  }
  .padlocks_list .info_inner {
    padding: 0 20px;
  }

  .product_table table {
    display: block;
    overflow-x: auto;
  }
  .product_table td {
    padding-left: 20px;
    min-width: 220px;
  }

  .drawing_section {
    padding: 40px 0;
  }
  .drawing_section .image_block {
    height: 195px;
  }

  .product_options .option_list li {
    padding: 20px;
    width: 33.3%;
  }
  .product_options .center_info {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .product_inline {
    min-height: auto;
    flex-direction: column-reverse;
  }
  .product_inline .images_block {
    flex: 0 0 100%;
    max-width: none;
  }
  .product_inline .images_block img {
    position: relative;
  }
  .product_inline .info_block {
    max-width: none;
    padding: 30px 20px;
    flex: 0 0 100%;
  }

  .padlocks_list {
    margin: 20px -5px;
  }
  .padlocks_list .info_inner {
    padding: 0 15px;
  }

  .cantroller_products .product_block {
    flex-direction: column;
  }
  .cantroller_products .product_images_list {
    margin-top: 20px;
    justify-content: center;
  }
  .cantroller_products .product_images_list li {
    width: 33.3%;
  }

  .drawing_section .drawing_list li {
    padding: 0 10px;
  }
  .drawing_section .image_block {
    height: 140px;
  }
}
@media (max-width: 575px) {
  .padlocks_list li {
    width: 100%;
    margin-bottom: 15px;
  }
  .padlocks_list .info_inner {
    padding: 0 10px;
    text-align: center;
  }

  .cantroller_products {
    margin-top: 30px;
  }
  .cantroller_products .product_images_list li {
    width: 100%;
  }

  .drawing_section .drawing_list {
    margin-top: 30px;
    flex-direction: column;
  }
  .drawing_section .drawing_list li {
    margin-bottom: 20px;
  }

  .drawing_list {
    margin-top: 30px;
  }

  .product_options .option_list li {
    padding: 10px;
    width: 50%;
  }
}

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