@font-face {
  font-family: "ABC Favorit";
  src: url('../fonts/ABCFavorit-Bold.woff') format('woff2'), url('../fonts/ABCFavorit-Bold.woff2') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "ABC Favorit";
  src: url('../fonts/ABCFavorit-BoldItalic.woff') format('woff2'), url('../fonts/ABCFavorit-BoldItalic.woff2') format('woff');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "ABC Favorit";
  src: url('../fonts/ABCFavorit-Regular.woff') format('woff2'), url('../fonts/ABCFavorit-Regular.woff2') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ABC Favorit";
  src: url('../fonts/ABCFavorit-RegularItalic.woff') format('woff2'), url('../fonts/ABCFavorit-RegularItalic.woff2') format('woff');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "ABC Favorit Extended";
  src: url('../fonts/ABCFavoritExtended-Bold.woff') format('woff2'), url('../fonts/ABCFavoritExtended-Bold.woff2') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url('../../../../../../frontend/Smartwave/porto/de_DE/Printq_X1/fonts/icomoon.eot?xle0d6');
  src: url('../../../../../../frontend/Smartwave/porto/de_DE/Printq_X1/fonts/icomoon.eot?xle0d6#iefix') format('embedded-opentype'), url('../../../../../../frontend/Smartwave/porto/de_DE/Printq_X1/fonts/icomoon.ttf?xle0d6') format('truetype'), url('../../../../../../frontend/Smartwave/porto/de_DE/Printq_X1/fonts/icomoon.woff?xle0d6') format('woff'), url('../../../../../../frontend/Smartwave/porto/de_DE/Printq_X1/fonts/icomoon.svg?xle0d6#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-info:before {
  content: "\e900";
}
.icon-login:before {
  content: "\e901";
}
.icon-file:before {
  content: "\e902";
}
.icon-text:before {
  content: "\e903";
}
.icon-shapes:before {
  content: "\e904";
}
.icon-image:before {
  content: "\e905";
}
.icon-template:before {
  content: "\e906";
}
.icon-upload:before {
  content: "\e907";
}
.icon-paint:before {
  content: "\e908";
}
.icon-arrow-prev:before {
  content: "\e909";
}
.icon-arrow-next:before {
  content: "\e90a";
}
input[type="radio"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
       appearance: none;
  /* Not removed via appearance */
  margin: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #183C2D;
  border-radius: 50%;
  -webkit-transform: translateY(-0.075em);
          transform: translateY(-0.075em);
  cursor: pointer;
  display: grid;
  place-content: center;
}
input[type="radio"]::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms transform ease-in-out;
  transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out;
  -webkit-box-shadow: inset 10px 10px #489f13;
          box-shadow: inset 10px 10px #489f13;
}
input[type="radio"]:checked::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #faf9f7;
  margin: 0 8px 0 0;
  width: 16px;
  height: 16px;
  border: 1px solid #183C2D;
  -webkit-transform: translateY(-0.075em);
          transform: translateY(-0.075em);
  cursor: pointer;
  display: grid;
  place-content: center;
}
input[type="checkbox"]::before {
  content: "";
  width: 12px;
  height: 12px;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
          clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms transform ease-in-out;
  transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out;
  -webkit-box-shadow: inset 10px 10px #183C2D;
          box-shadow: inset 10px 10px #183C2D;
}
input[type="checkbox"]:checked::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.form-row {
  margin: 0 0 24px;
}
.form-row.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.form-row .input-holder {
  width: 100%;
}
.form-row.checkbox-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .form-row.grid {
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 20px;
  }
}
.input,
.textarea {
  border: 1px solid rgba(139, 157, 150, 0.5);
  border-radius: 4px;
  padding: 14px 8px;
  width: calc(100% - 18px);
  color: #183C2D;
  font-size: 16px;
  line-height: 18px;
  background: #faf9f7;
  font-family: 'ABC Favorit', Arial, Helvetica, sans-serif;
}
.textarea {
  resize: none;
  height: 98px;
  display: block;
}
.form-label {
  display: block;
  margin: 0 0 8px;
}
body {
  background: #faf9f7;
  font-family: 'ABC Favorit', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.35;
  color: #183C2D;
}
.matrix_layoutMain.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 56px 88px;
}
@media (max-width: 991px) {
  .matrix_layoutMain.container {
    padding: 80px 20px;
  }
}
.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: 'ABC Favorit Extended', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #ffee4e;
  background: #183C2D;
  padding: 11px 20px 10px;
  border-bottom-left-radius: 8px;
  border: 2px solid #183C2D;
}
.button .icon-arrow-next {
  font-size: 13px;
  -ms-flex-item-align: center;
      align-self: center;
  margin: 0 0 0 8px;
}
.button.yellow {
  background: #ffee4e;
  color: #183C2D;
  padding-left: 24px;
}
.button.yellow:hover {
  color: #ffee4e;
  background: #183C2D;
}
.button.white {
  background: #faf9f7;
  color: #183C2D;
  padding-left: 24px;
}
.button.white:hover {
  color: #183C2D;
  background: #ffee4e;
}
.button.sub {
  color: #183C2D;
  border: 1px solid #183C2D;
  background: transparent;
  border-radius: 0;
  padding-left: 24px;
  padding-right: 24px;
}
.button.sub:hover {
  background: #ffee4e;
  color: #183C2D;
}
.button:hover {
  background: #ffee4e;
  color: #183C2D;
}
.button:focus-visible {
  outline-offset: 0;
  outline: none;
}
.prev-link {
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #183C2D;
  letter-spacing: 1px;
}
.prev-link .icon-arrow-prev {
  margin-right: 8px;
  font-size: 13px;
  -ms-flex-item-align: center;
      align-self: center;
}
.prev-link:hover {
  color: #489f13;
}
.text-right {
  text-align: right !important;
}
.dl-list {
  margin: 0 0 36px;
}
.dl-list:last-of-type {
  margin-bottom: 30px;
}
.dl-list dt {
  width: 100%;
  margin: 0 0 9px;
}
.dl-list dt h3 {
  margin: 0;
}
.dl-list dd {
  width: 100%;
  margin: 0;
}
.dl-list address {
  font-style: normal;
}
.dl-list address span {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
  border-style: none;
}
a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #489f13;
}
a:hover {
  color: #183C2D;
}
p {
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-family: 'ABC Favorit Extended', Arial, Helvetica, sans-serif;
  line-height: 1.2;
  font-weight: bold;
  margin: 0;
}
h1,
.h1 {
  font-size: 56px;
  letter-spacing: -0.01em;
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 28px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  h1,
  .h1 {
    font-size: 42px;
  }
}
h2,
.h2 {
  font-size: 32px;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  h2,
  .h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 22px;
  }
}
h3,
.h3 {
  font-size: 20px;
  margin: 0 0 7px;
}
@media (max-width: 991px) {
  h3,
  .h3 {
    font-size: 18px;
  }
}
h5,
.h5 {
  font-family: 'ABC Favorit', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 2px;
}
@media (max-width: 991px) {
  h5,
  .h5 {
    font-size: 14px;
  }
}
.steps-bar {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  margin: 0 34px 59px 0;
}
@media (max-width: 991px) {
  .steps-bar {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 20px;
    margin: 0 0 35px;
  }
}
@media (max-width: 767px) {
  .steps-bar {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 20px;
    margin: 0 0 35px;
  }
}
.step-block .step-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.step-block .number {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid rgba(24, 60, 45, 0.5);
  background: #faf9f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgba(24, 60, 45, 0.5);
  font-weight: bold;
  line-height: 1.2;
  margin: 0 19px 0 0;
}
.step-block h3 {
  color: rgba(24, 60, 45, 0.5);
  font-family: 'ABC Favorit', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 6px;
}
.step-block .border {
  width: calc(100% - 20px - 19px);
  height: 2px;
  background: rgba(24, 60, 45, 0.5);
}
.step-block.active .number {
  background: #183C2D;
  border-color: #183C2D;
  color: #faf9f7;
}
.step-block.active h3 {
  font-weight: bold;
  color: #183C2D;
}
.step-block.checked .number {
  background: #183C2D;
  border-color: #183C2D;
  color: #faf9f7;
}
.step-block.checked h3 {
  color: #183C2D;
}
.step-block.checked .border {
  background: #183C2D;
}
.step-container .heading {
  margin: 0 0 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.step-container .heading .prev-link {
  margin-left: 15px;
}
.step-container .two-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  -webkit-column-gap: 45px;
     -moz-column-gap: 45px;
          column-gap: 45px;
  margin: 0 0 64px;
}
.step-container .two-columns.without-image {
  -webkit-column-gap: 90px;
     -moz-column-gap: 90px;
          column-gap: 90px;
}
.step-container .two-columns.without-image .column {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.step-container .two-columns.without-image .form-radio-control {
  margin: 0 32px 0 0;
}
.step-container .two-columns.without-image .label {
  text-align: left;
  margin: 0 0 11px;
}
.step-container .two-columns.without-image .info-block {
  margin: 0;
  text-align: left;
}
.step-container .two-columns .image-holder {
  width: 100%;
  max-width: 316px;
  height: 316px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  background: #183C2D;
  border-bottom-left-radius: 44px;
  margin: 0 0 27px;
}
.step-container .two-columns .image-holder .icon {
  font-size: 78px;
  color: #ffee4e;
}
.step-container .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.step-container .image {
  display: block;
  max-width: 336px;
  width: 100%;
  margin: 0 auto 26px;
}
.step-container .info-block {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.step-container .form-radio-control {
  margin: 0 0 26px;
}
.step-container .label {
  cursor: pointer;
  text-align: center;
  display: block;
}
.step-container .extra-image {
  max-width: 939px;
  width: 100%;
  margin: -7px auto -143px;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .step-container .heading {
    margin: 0 0 35px;
  }
}
@media (max-width: 991px) {
  .step-container .heading {
    margin: 0 0 35px;
  }
  .step-container .two-columns {
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    margin: 0;
  }
  .step-container .two-columns.without-image .form-radio-control {
    margin: 0 18px 0 0;
  }
  .step-container .two-columns .image-holder {
    height: 200px;
  }
  .step-container .column {
    margin: 0 0 30px;
  }
  .step-container .form-radio-control {
    margin: 0 0 15px;
  }
  .step-container .extra-image {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .step-container .heading {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .step-container .heading .prev-link {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 15px auto;
  }
  .step-container .heading h1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
/* notification block */
.notification-block {
  background: #ffee4e;
  padding: 16px 24px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0 24px;
}
.notification-block .icon-info {
  font-size: 24px;
}
.notification-block .button {
  -ms-flex-item-align: center;
      align-self: center;
  margin: 0 0 0 auto;
}
.notification-block .notification-details {
  padding: 0 15px 0 16px;
  max-width: 996px;
}
@media (max-width: 991px) {
  .notification-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 14px;
  }
  .notification-block .icon-info {
    display: none;
  }
}
/* editor */
.configurator-editor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 63px;
}
.configurator-editor .editor-panel {
  width: 112px;
  margin: 0 24px 29px 0;
}
.configurator-editor .editor-panel.error {
  color: #8b9d96;
}
.configurator-editor .editor-panel__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 43px;
}
.configurator-editor .editor-panel__item .icon {
  display: block;
  margin: 0 auto 7px;
  font-size: 32px;
}
.configurator-editor .editor-panel__item .icon.icon-text {
  font-size: 24px;
}
.configurator-editor .editor-panel__item .title {
  display: block;
}
.configurator-editor .editor-container {
  width: calc(100% - 130px - 24px);
  height: 100%;
}
.configurator-editor .editor-container .buttons-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.configurator-editor .editor-content {
  border: 2px solid #ebe3d8;
  background: #fff;
  min-height: 655px;
  height: 100%;
  margin: 0 0 23px;
}
.configurator-editor .editor-content__image {
  display: block;
  max-width: 294px;
  width: 100%;
  border: 2px solid #ebe3d8;
  border-width: 0 0 2px 2px;
  margin: 0 0 0 auto;
}
@media (max-width: 991px) {
  .configurator-editor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 30px;
  }
  .configurator-editor .editor-panel {
    width: 100%;
    margin: 0 0 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 15px;
  }
  .configurator-editor .editor-panel__item {
    margin: 0;
  }
  .configurator-editor .editor-container {
    width: 100%;
  }
  .configurator-editor .editor-content {
    min-height: 350px;
  }
  .configurator-editor .editor-content__image {
    max-width: 180px;
  }
}
@media (max-width: 767px) {
  .configurator-editor .editor-panel {
    grid-template-columns: repeat(3, 1fr);
  }
}
.product-container {
  padding: 31px 0 0;
}
.product-container h2 {
  margin: 0 0 55px;
}
@media (max-width: 991px) {
  .product-container {
    padding: 0;
  }
  .product-container h2 {
    margin: 0 0 25px;
  }
}
.product-main-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 179px;
}
@media (max-width: 991px) {
  .product-main-info {
    margin: 0 0 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.product-image--holder {
  width: 50%;
  max-width: 412px;
  border: 2px solid #ebe3d8;
}
.product-image--holder img {
  display: block;
}
@media (max-width: 991px) {
  .product-image--holder {
    width: 100%;
    margin: 0 auto 25px;
  }
}
.product-details {
  width: 65%;
  max-width: 752px;
  padding: 3px 0 0 20px;
}
@media (max-width: 991px) {
  .product-details {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
.product-form label {
  width: calc(100% - 324px - 15px);
  font-weight: bold;
  margin: 0 0 11px;
}
.product-form .select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  border: 1px solid rgba(24, 60, 45, 0.5);
  border-radius: 4px;
  font-size: 16px;
  font-weight: normal;
  padding: 13px 9px 15px;
  color: #183C2D;
  cursor: pointer;
  position: relative;
  letter-spacing: 0.03em;
}
.product-form .select::after {
  content: "";
  width: 20px;
  height: 20px;
  background: red;
  top: 6px;
  right: 10px;
  position: absolute;
  color: rgba(24, 60, 45, 0.5);
  z-index: 100;
}
.product-form .select:focus {
  outline: none;
}
.product-form .product-price {
  margin: 0 0 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.product-form .product-price dt {
  font-family: 'ABC Favorit Extended', Arial, Helvetica, sans-serif;
  font-size: 32px;
}
.product-form .product-price dd {
  margin: 0 0 0 8px;
}
@media (max-width: 991px) {
  .product-form .product-price dt {
    font-size: 26px;
  }
}
.product-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 32px;
}
@media (max-width: 991px) {
  .product-form__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.product-sub-row {
  width: 324px;
  margin-left: 15px;
}
@media (max-width: 991px) {
  .product-sub-row {
    margin: 0;
  }
}
.product-two-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
  padding-top: 17px;
  overflow: hidden;
}
.product-two-columns .product-column {
  width: 46%;
  padding: 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-two-columns .form-radio-control {
  margin: 1px 16px 10px 0;
}
.product-two-columns .info-block--holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-two-columns .info-block--holder label {
  width: 100%;
  text-align: left;
}
.product-two-columns .info-block--holder .info-block {
  text-align: left;
}
@media (max-width: 991px) {
  .product-two-columns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    padding: 0;
  }
  .product-two-columns .product-column {
    width: 100%;
    padding: 0 0 20px;
  }
}
.product-bottom--section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 63px;
}
@media (max-width: 991px) {
  .product-bottom--section {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.product-bottom--column:first-of-type {
  width: 40%;
}
.product-bottom--column:last-of-type {
  width: 60%;
  max-width: 752px;
  padding-left: 50px;
}
.product-bottom--column .h2 {
  margin: 0 0 19px;
}
.product-bottom--column .product-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 27px;
}
.product-bottom--column .product-table th {
  border-bottom: 1px solid #183C2D;
  padding: 19px 10px 20px;
}
.product-bottom--column .product-table td {
  width: 28%;
  border-bottom: 1px solid #183C2D;
  border-left: 1px solid #183C2D;
  text-align: center;
  padding: 19px 10px 20px;
}
.product-bottom--column .product-table td:first-child {
  border-left: 0;
  width: 16%;
}
@media (max-width: 991px) {
  .product-bottom--column {
    margin: 0 0 50px;
  }
  .product-bottom--column:first-of-type {
    width: 100%;
  }
  .product-bottom--column:last-of-type {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  .product-bottom--column .product-table {
    margin: 0;
  }
  .product-bottom--column .product-table th {
    padding: 5px;
  }
}
.product-service--info {
  background: #ffee4e;
  padding: 40px 80px 40px 40px;
}
.product-service--info .h2 {
  margin: 0 0 29px;
}
.product-service--info h3 {
  line-height: 1.4;
  margin: 0 0 52px;
}
.product-service--info .button-holder {
  margin: 0 0 15px;
}
@media (max-width: 991px) {
  .product-service--info {
    padding: 15px;
  }
  .product-service--info .h2 {
    margin: 0 0 18px;
  }
  .product-service--info h3 {
    margin: 0 0 20px;
  }
}
/* contact section */
.contact--section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .contact--section {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.contact-column {
  width: 50%;
  max-width: 640px;
}
.contact-column:first-of-type {
  padding: 3px 34px 0 0;
}
@media (max-width: 991px) {
  .contact-column {
    width: 100%;
    max-width: 100%;
  }
  .contact-column:first-of-type {
    padding: 0 0 20px;
  }
}
.contact-form .button-holder {
  text-align: right;
  margin: 0 0 15px;
}
/* complete section */
.complete--section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 34px;
}
@media (max-width: 991px) {
  .complete--section {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.complete-column:first-child {
  max-width: 523px;
  width: 41%;
  border: 2px solid #ebe3d8;
}
.complete-column:first-child img {
  display: block;
}
.complete-column:last-child {
  max-width: 753px;
  margin-left: 32px;
  width: 57%;
  padding: 3px 0 0;
}
.complete-column .h3 {
  color: #489f13;
  margin: 0 0 35px;
}
@media (max-width: 991px) {
  .complete-column:first-child {
    width: 100%;
    margin: 0 auto 25px;
  }
  .complete-column:last-child {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
}
.complete-sub-columns {
  display: grid;
  grid-template-columns: 1fr 2fr;
  -webkit-column-gap: 73px;
     -moz-column-gap: 73px;
          column-gap: 73px;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .complete-sub-columns {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
}
@media (max-width: 991px) {
  .complete-sub-columns {
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
