.documents_zone .lists_wrap {
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
  padding: 2em 0;
}
.documents_zone .lists_wrap h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  color: #12ADC4;
  text-align: center;
  margin-bottom: 2em;
}
@media screen and (max-width: 1024px) {
  .documents_zone .lists_wrap h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .documents_zone .lists_wrap h2 {
    font-size: 24px;
  }
}
.documents_zone .lists_wrap h2 span {
  display: inline-block;
  position: relative;
}
.documents_zone .lists_wrap h2 span:before, .documents_zone .lists_wrap h2 span:after {
  content: "";
  display: block;
  width: 64px;
  height: 1px;
  background-color: #12ADC4;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.documents_zone .lists_wrap h2 span:before {
  right: 118%;
}
.documents_zone .lists_wrap h2 span:after {
  left: 118%;
}
.documents_zone .lists_wrap .list_of_documents_box {
  display: grid;
  grid-template-columns: repeat(auto-fill, calc(50% - 2em));
  justify-content: space-between;
  gap: 2em;
  margin: 0 auto 4em;
  max-width: 1110px;
}
@media screen and (max-width: 767px) {
  .documents_zone .lists_wrap .list_of_documents_box {
    grid-template-columns: repeat(auto-fill, 100%);
    justify-content: flex-start;
    gap: 0;
  }
}
.documents_zone .lists_wrap .list_of_documents_box .file_info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1em 0;
}
@media screen and (max-width: 767px) {
  .documents_zone .lists_wrap .list_of_documents_box .file_info {
    padding: 2em 0;
  }
}
.documents_zone .lists_wrap .list_of_documents_box .file_info .image_wrap {
  width: 80px;
  height: 80px;
  padding: 5px;
  border: 1px solid #B5B5B5;
  margin-right: 2em;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .documents_zone .lists_wrap .list_of_documents_box .file_info .image_wrap {
    margin-right: 1em;
  }
}
.documents_zone .lists_wrap .list_of_documents_box .file_info .image_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.documents_zone .lists_wrap .list_of_documents_box .file_info .type_icon {
  width: 73px;
  height: 73px;
  border-radius: 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  padding: 5px;
  transition: 0.5s;
  margin-right: 2em;
  display: block;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .documents_zone .lists_wrap .list_of_documents_box .file_info .type_icon {
    margin-right: 1em;
  }
}
.documents_zone .lists_wrap .list_of_documents_box .file_info .type_icon.catalog {
  background-image: url("../images/common/download_icon/icon_catalog_white.svg");
  background-color: #12ADC4;
}
.documents_zone .lists_wrap .list_of_documents_box .file_info .type_icon.sds {
  background-image: url("../images/common/download_icon/icon_sds_white.svg");
  background-color: #12ADC4;
}
.documents_zone .lists_wrap .list_of_documents_box .file_info .type_icon.exclusive_sds {
  background-image: url("../images/common/download_icon/icon_psds_white.svg");
  background-color: #12ADC4;
}
.documents_zone .lists_wrap .list_of_documents_box .file_info .type_icon.f4_star {
  background-image: url("../images/common/download_icon/icon_star_white.svg");
  background-color: #12ADC4;
}
.documents_zone .lists_wrap .list_of_documents_box .file_info button {
  display: block;
  margin: 0 0 0 auto;
  font-weight: bold;
  border: 1px solid;
  padding: 0.5em 1em;
  transition: 0.5s;
  position: relative;
  z-index: 4;
}
.documents_zone .lists_wrap .list_of_documents_box .file_info .product_name {
  display: block;
}
.documents_zone .lists_wrap .list_of_documents_box .file_info.building .type_icon {
  background-color: #12ADC4;
}
.documents_zone .lists_wrap .list_of_documents_box .file_info.building .product_name {
  color: #12ADC4;
}
.documents_zone .lists_wrap .list_of_documents_box .file_info.building button {
  color: #12ADC4;
}
.documents_zone .lists_wrap .list_of_documents_box .file_info.building button:hover {
  background-color: #12ADC4;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .documents_zone .lists_wrap .list_of_documents_box .file_info.building button:hover {
    background-color: inherit;
    color: #12ADC4;
  }
}
.documents_zone .lists_wrap .list_of_documents_box .file_info.industrial .type_icon {
  background-color: #FFC247;
}
.documents_zone .lists_wrap .list_of_documents_box .file_info.industrial .product_name {
  color: #FFC247;
}
.documents_zone .lists_wrap .list_of_documents_box .file_info.industrial button {
  color: #FFC247;
}
.documents_zone .lists_wrap .list_of_documents_box .file_info.industrial button:hover {
  background-color: #FFC247;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .documents_zone .lists_wrap .list_of_documents_box .file_info.industrial button:hover {
    background-color: inherit;
    color: #FFC247;
  }
}
.documents_zone .lists_wrap .list_of_documents_box .file_info.optics .type_icon {
  background-color: #EF857E;
}
.documents_zone .lists_wrap .list_of_documents_box .file_info.optics .product_name {
  color: #EF857E;
}
.documents_zone .lists_wrap .list_of_documents_box .file_info.optics button {
  color: #EF857E;
}
.documents_zone .lists_wrap .list_of_documents_box .file_info.optics button:hover {
  background-color: #EF857E;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .documents_zone .lists_wrap .list_of_documents_box .file_info.optics button:hover {
    background-color: inherit;
    color: #EF857E;
  }
}

.form_zone {
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
}
@media screen and (max-width: 767px) {
  .form_zone {
    width: 90%;
  }
}
.form_zone .top_text {
  padding: 61px 0 0 0;
}
.form_zone .top_text p {
  line-height: 2.055;
}
.form_zone .top_text .lists {
  padding: 26px 0 0 0;
}
.form_zone .top_text .lists li {
  font-weight: bold;
  line-height: 1.777;
  padding: 0 0 0 14px;
  position: relative;
  margin: 0 0 9px 0;
}
.form_zone .top_text .lists li:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #12ADC4;
  position: absolute;
  left: -2px;
  top: 13px;
}
.form_zone .form_wrap {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
}
.form_zone .form_wrap .top_message_box {
  font-weight: bold;
  text-decoration: underline;
  color: #12ADC4;
  font-size: 20px;
  text-align: center;
  margin: 0 0 1em 0;
}
.form_zone .form_wrap table {
  width: 100%;
  table-layout: fixed;
}
.form_zone .form_wrap table tr {
  display: block;
  margin-bottom: 20px;
}
.form_zone .form_wrap table tr td {
  display: block;
  margin-bottom: 9px;
}
.form_zone .form_wrap table tr td:nth-of-type(1) span {
  display: inline-block;
}
.form_zone .form_wrap table tr td:nth-of-type(1) span:nth-of-type(1) {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  margin-right: 9px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .form_zone .form_wrap table tr td:nth-of-type(1) span:nth-of-type(1) {
    font-size: 18px;
  }
}
.form_zone .form_wrap table tr td:nth-of-type(1) span:nth-of-type(2) {
  font-size: 14px;
  font-weight: 500;
  border-radius: 50px;
  color: #fff;
  background-color: #D20000;
  padding: 3px 14px;
  line-height: 1;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .form_zone .form_wrap table tr td:nth-of-type(1) span:nth-of-type(2) {
    font-size: 11px;
  }
}
.form_zone .form_wrap table tr td input[type=radio] {
  display: inline-block;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  transform: scale(1.7);
  vertical-align: middle;
  margin-right: 12px;
}
.form_zone .form_wrap table tr td .wpcf7-list-item {
  margin: 0;
}
.form_zone .form_wrap table tr td .wpcf7-list-item-label {
  display: inline-block;
  font-size: 18px;
  margin-right: 26px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .form_zone .form_wrap table tr td .wpcf7-list-item-label {
    font-size: 16px;
  }
}
.form_zone .form_wrap table tr td input[type=text], .form_zone .form_wrap table tr td input[type=email], .form_zone .form_wrap table tr td input[type=tel], .form_zone .form_wrap table tr td textarea {
  display: block;
  border: 1px solid #707070;
  border-radius: 4px;
  width: 100%;
  padding: 0 1em;
}
.form_zone .form_wrap table tr td input[type=text].fixed, .form_zone .form_wrap table tr td input[type=email].fixed, .form_zone .form_wrap table tr td input[type=tel].fixed, .form_zone .form_wrap table tr td textarea.fixed {
  border: none;
  border-bottom: 1px solid #707070;
  border-radius: 0;
  pointer-events: none;
}
.form_zone .form_wrap table tr td input[type=radio].fixed {
  pointer-events: none;
  accent-color: #707070;
}
.form_zone .form_wrap table tr td input[type=radio].fixed + span {
  pointer-events: none;
}
.form_zone .form_wrap table tr td label:has(input[type=radio].fixed) {
  pointer-events: none;
}
.form_zone .form_wrap table tr td .checkbox_wrap input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  transform: scale(2);
  border-radius: 0%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
}
.form_zone .form_wrap table tr td .checkbox_wrap input.fixed {
  pointer-events: none;
  accent-color: #707070;
}
.form_zone .form_wrap table tr td .checkbox_wrap .wpcf7-list-item-label {
  display: none;
}
.form_zone .form_wrap table tr td .checkbox_wrap .link_to_privacy_policy {
  font-weight: bold;
  text-decoration: underline;
  vertical-align: middle;
}
.form_zone .form_wrap table tr td .checkbox_wrap .text {
  vertical-align: middle;
}
.form_zone .form_wrap table tr td .checkbox_wrap .wpcf7-not-valid-tip {
  display: inline-block;
}
.form_zone .form_wrap table tr td .validation_err_text {
  font-weight: bold;
  color: red;
}
.form_zone .form_wrap .buttons {
  text-align: center;
  padding-top: 97px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 2em;
}
@media screen and (max-width: 767px) {
  .form_zone .form_wrap .buttons .confirmation_wrap, .form_zone .form_wrap .buttons .go_back_wrap, .form_zone .form_wrap .buttons .submit_wrap {
    margin-bottom: 1em;
  }
}
.form_zone .form_wrap .buttons .confirmation_wrap input, .form_zone .form_wrap .buttons .go_back_wrap input, .form_zone .form_wrap .buttons .submit_wrap input {
  font-size: 20px;
  border: 1px solid #12ADC4;
  background-color: #12ADC4;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  padding: 15px 72px;
  border-radius: 50px;
  transition: 0.5s;
}
.form_zone .form_wrap .buttons .confirmation_wrap input:hover, .form_zone .form_wrap .buttons .go_back_wrap input:hover, .form_zone .form_wrap .buttons .submit_wrap input:hover {
  background-color: #fff;
  color: #12ADC4;
}
.form_zone .form_wrap .buttons .confirmation_wrap input.go_back_button, .form_zone .form_wrap .buttons .go_back_wrap input.go_back_button, .form_zone .form_wrap .buttons .submit_wrap input.go_back_button {
  background-color: #abb8c3;
  border-color: #abb8c3;
}
.form_zone .form_wrap .buttons .confirmation_wrap input.go_back_button:hover, .form_zone .form_wrap .buttons .go_back_wrap input.go_back_button:hover, .form_zone .form_wrap .buttons .submit_wrap input.go_back_button:hover {
  background-color: #fff;
  color: #abb8c3;
}
@media screen and (max-width: 767px) {
  .form_zone .form_wrap .buttons .confirmation_wrap input, .form_zone .form_wrap .buttons .go_back_wrap input, .form_zone .form_wrap .buttons .submit_wrap input {
    font-size: 16px;
    padding: 10px 50px;
  }
}
.form_zone .form_wrap .buttons .submit_wrap .wpcf7-spinner {
  display: none;
}
.form_zone .form_wrap .wpcf7-not-valid-tip {
  display: none;
}
.form_zone .form_wrap .wpcf7-not-valid-tip.is-show {
  display: block;
}
.form_zone .form_wrap .validation_err_text {
  margin: 0 1em;
  vertical-align: middle;
}
.form_zone .form_wrap .wpcf7 form.sent .wpcf7-response-output {
  margin: 0;
  color: #12ADC4;
  border: none;
  padding: 1em 0;
  font-weight: bold;
  text-align: center;
  font-size: 22px;
}

.downloads {
  padding: 4em 0;
}
.downloads .all_download_button_wrap {
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
  max-width: 1110px;
  margin: 0 auto;
  margin: 0 auto 2em;
}
.downloads .all_download_button_wrap .download_button {
  position: relative;
  font-size: 20px;
  display: block;
  font-weight: bold;
  max-width: 280px;
  border: 1px solid #12ADC4;
  color: #12ADC4;
  padding: 0.5em 1em;
  text-align: center;
  margin: 0 auto;
}
.downloads .all_download_button_wrap .download_button:hover {
  opacity: 1;
  color: #fff;
  background-color: #12ADC4;
}
.downloads .all_download_button_wrap .download_button:hover:after {
  background-image: url("../images/common/download_icon/all_download_icon_white.svg");
}
.downloads .all_download_button_wrap .download_button:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 47.5%;
  right: 1.3em;
  transform: translateY(-50%);
  background-image: url("../images/common/download_icon/all_download_icon.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.downloads .download_buttons_wrap {
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
  max-width: 1110px;
  margin: 0 auto 2em;
}
.downloads .download_buttons_wrap .item_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1em 0;
  border-bottom: 1px solid #B5B5B5;
}
@media screen and (max-width: 767px) {
  .downloads .download_buttons_wrap .item_box {
    padding: 1.5em 0;
    justify-content: center;
    gap: 0 1em;
  }
}
.downloads .download_buttons_wrap .item_box .image_wrap {
  width: 80px;
  height: 80px;
  padding: 5px;
  border: 1px solid #B5B5B5;
  margin-right: 2em;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .downloads .download_buttons_wrap .item_box .image_wrap {
    margin-right: 0;
  }
}
.downloads .download_buttons_wrap .item_box .image_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.downloads .download_buttons_wrap .item_box .type_icon {
  width: 73px;
  height: 73px;
  border-radius: 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  padding: 5px;
  transition: 0.5s;
  margin-right: 2em;
  display: block;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .downloads .download_buttons_wrap .item_box .type_icon {
    margin-right: 0;
  }
}
.downloads .download_buttons_wrap .item_box .type_icon.catalog {
  background-image: url("../images/common/download_icon/icon_catalog_white.svg");
  background-color: #12ADC4;
}
.downloads .download_buttons_wrap .item_box .type_icon.sds {
  background-image: url("../images/common/download_icon/icon_sds_white.svg");
  background-color: #12ADC4;
}
.downloads .download_buttons_wrap .item_box .type_icon.exclusive_sds {
  background-image: url("../images/common/download_icon/icon_psds_white.svg");
  background-color: #12ADC4;
}
.downloads .download_buttons_wrap .item_box .type_icon.f4_star {
  background-image: url("../images/common/download_icon/icon_star_white.svg");
  background-color: #12ADC4;
}
.downloads .download_buttons_wrap .item_box .download_button {
  display: block;
  margin: 0 0 0 auto;
  font-weight: bold;
  border: 1px solid;
  padding: 0.5em 1em;
  transition: 0.5s;
  position: relative;
  z-index: 4;
  flex-shrink: 0;
}
.downloads .download_buttons_wrap .item_box .download_button:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .downloads .download_buttons_wrap .item_box .download_button {
    font-size: 14px;
    margin: 0 auto;
  }
}
.downloads .download_buttons_wrap .item_box .product_name {
  display: block;
  margin-right: 2em;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .downloads .download_buttons_wrap .item_box .product_name {
    width: 100%;
    margin-right: 0;
  }
}
.downloads .download_buttons_wrap .item_box.building .type_icon {
  background-color: #12ADC4;
}
.downloads .download_buttons_wrap .item_box.building .product_name {
  color: #12ADC4;
}
.downloads .download_buttons_wrap .item_box.building .download_button {
  color: #12ADC4;
}
.downloads .download_buttons_wrap .item_box.building .download_button:hover {
  background-color: #12ADC4;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .downloads .download_buttons_wrap .item_box.building .download_button:hover {
    background-color: inherit;
    color: #12ADC4;
  }
}
.downloads .download_buttons_wrap .item_box.industrial .type_icon {
  background-color: #FFC247;
}
.downloads .download_buttons_wrap .item_box.industrial .product_name {
  color: #FFC247;
}
.downloads .download_buttons_wrap .item_box.industrial .download_button {
  color: #FFC247;
}
.downloads .download_buttons_wrap .item_box.industrial .download_button:hover {
  background-color: #FFC247;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .downloads .download_buttons_wrap .item_box.industrial .download_button:hover {
    background-color: inherit;
    color: #FFC247;
  }
}
.downloads .download_buttons_wrap .item_box.optics .type_icon {
  background-color: #EF857E;
}
.downloads .download_buttons_wrap .item_box.optics .product_name {
  color: #EF857E;
}
.downloads .download_buttons_wrap .item_box.optics .download_button {
  color: #EF857E;
}
.downloads .download_buttons_wrap .item_box.optics .download_button:hover {
  background-color: #EF857E;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .downloads .download_buttons_wrap .item_box.optics .download_button:hover {
    background-color: inherit;
    color: #EF857E;
  }
}
/*# sourceMappingURL=down_load_form.css.map */