.tcl-configurator__wrapper {
  position: relative;
}
.tcl-configurator__heading {
  font-family: "Montserrat";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  letter-spacing: -0.02em;
  font-weight: 700;
  font-size: 30px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 25px;
  position: relative;
}
@media (max-width: 1199px) {
  .tcl-configurator__heading {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .tcl-configurator__heading {
    padding-left: 15px;
  }
}
.tcl-configurator__heading::after {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  left: -40px;
}
@media (max-width: 1199px) {
  .tcl-configurator__heading::after {
    left: 0;
  }
}
.tcl-configurator__subheading {
  font-family: "Montserrat";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  letter-spacing: -0.02em;
  font-weight: 600;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 47px;
}
.tcl-configurator__description {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
  margin-bottom: 35px;
}
.tcl-configurator__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tcl-configurator__buttons--col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tcl-configurator__next button {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: #111111;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 10px 8px 15px;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
  padding: 8px 45px 8px 15px;
  background: url("../../../images/icon-arrow.svg") no-repeat calc(100% - 10px) center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  margin: 0 0;
  outline: none;
}
.tcl-configurator__next button:disabled {
  opacity: 0.5 !important;
}
.tcl-configurator__next button:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
.tcl-configurator__next button:not(:disabled):hover {
  background-position: calc(100% + 24px) center;
}
.tcl-configurator__next button:hover {
  color: #ffffff;
  background-color: #111111;
}
.tcl-configurator__next button span {
  width: 30px;
  height: 30px;
  background-image: url("/wp-content/themes/avantgarde-acoustic/images/loading.svg");
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 100%;
  margin-left: 10px;
  display: none;
}
.tcl-configurator__order {
  margin-bottom: 20px;
}
.tcl-configurator__order button {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: #111111;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 10px 8px 15px;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
  padding: 8px 45px 8px 15px;
  background: url("../../../images/icon-arrow.svg") no-repeat calc(100% - 10px) center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 0;
  outline: none;
}
.tcl-configurator__order button:disabled {
  opacity: 0.5 !important;
}
.tcl-configurator__order button:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
.tcl-configurator__order button:not(:disabled):hover {
  background-position: calc(100% + 24px) center;
}
.tcl-configurator__order button:hover {
  color: #ffffff;
  background-color: #111111;
}
.tcl-configurator__order a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: #111111;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 10px 8px 15px;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
  padding: 8px 45px 8px 15px;
  background: url("../../../images/icon-arrow.svg") no-repeat calc(100% - 10px) center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 0;
  outline: none;
}
.tcl-configurator__order a:disabled {
  opacity: 0.5 !important;
}
.tcl-configurator__order a:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
.tcl-configurator__order a:not(:disabled):hover {
  background-position: calc(100% + 24px) center;
}
.tcl-configurator__order a:hover {
  color: #ffffff;
  background-color: #111111;
}
.tcl-configurator__refresh button {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: #111111;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 10px 8px 15px;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px;
  outline: none;
  background-color: transparent;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.tcl-configurator__refresh button:disabled {
  opacity: 0.5 !important;
}
.tcl-configurator__refresh button:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
.tcl-configurator__refresh button span {
  margin-right: 12px;
}
.tcl-configurator__back button {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: #111111;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 10px 8px 15px;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0;
  outline: none;
  background-color: var(--background-color);
  padding: 13px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.tcl-configurator__back button:disabled {
  opacity: 0.5 !important;
}
.tcl-configurator__back button:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
.tcl-configurator__back button svg {
  -webkit-filter: none !important;
          filter: none !important;
}
.tcl-configurator__back button svg path {
  stroke: #ffffff !important;
}
.tcl-configurator__options {
  margin-bottom: 20px;
}
.tcl-configurator__step {
  position: relative;
}
.tcl-configurator__picture {
  width: 50%;
}
@media (max-width: 1199px) {
  .tcl-configurator__picture {
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
@media (min-width: 1921px) {
  .tcl-configurator__picture img {
    max-height: 100vh;
  }
}
.tcl-configurator__picture img {
  width: auto;
  max-width: 100%;
}
.tcl-configurator__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 45px;
}
.tcl-configurator__group-item a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
  position: relative;
  padding-bottom: 3px;
  text-decoration: none;
  display: block;
  -webkit-transition: opacity 0.3s ease, text-shadow 0.1s linear;
  transition: opacity 0.3s ease, text-shadow 0.1s linear;
}
.tcl-configurator__group-item a:hover {
  text-shadow: 0.7px 0 0 #ffffff;
}
.tcl-configurator__group-item a.active {
  opacity: 1;
}
.tcl-configurator__group-item a.active:after {
  width: 30px;
}
.tcl-configurator__group-item a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0px;
  height: 3px;
  background-color: #ffffff;
  opacity: 1;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.tcl-configurator__content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  left: 0;
}
@media (max-width: 1199px) {
  .tcl-configurator__content {
    position: static;
    -webkit-transform: inherit;
        -ms-transform: inherit;
            transform: inherit;
  }
}
.tcl-configurator__overview {
  margin-bottom: 45px;
}
.tcl-configurator__overview-item {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tcl-configurator__overview-item span {
  width: 50%;
}
.tcl-configurator__overview-item:last-child {
  margin-bottom: 0;
}
.tcl-configurator__option {
  text-align: center;
  height: 100%;
}
.tcl-configurator__option svg,
.tcl-configurator__option img {
  margin: 0 auto;
  margin-bottom: 5px;
  max-width: 51px !important;
}
.tcl-configurator__option svg path,
.tcl-configurator__option img path {
  stroke: #ffffff;
}
.tcl-configurator__option--large .tcl-configurator__option-name {
  margin-bottom: 20px;
  text-align: left;
}
.tcl-configurator__option--large img {
  width: 100%;
  max-width: inherit;
  margin-bottom: 0px;
}
.tcl-configurator__option label {
  cursor: pointer;
  width: 100%;
  position: relative;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  height: 100%;
  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;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
.tcl-configurator__option label.active {
  opacity: 1;
}
.tcl-configurator__option-name {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  width: 100%;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.tcl-configurator__option input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.tcl-configurator__option input + span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #f8f9fa;
  padding-left: 35px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.tcl-configurator__option input + span::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 0.5px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
}
.tcl-configurator__option input + span::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 4px;
  top: 6px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.tcl-configurator__option input:checked + span::before {
  opacity: 1;
}
.tcl-configurator__option input + span {
  width: 23px;
  height: 23px;
  padding: 0 0;
  margin-top: 21px;
  margin-bottom: 30px;
}
.tcl-configurator__option input + span::after {
  border: 0.5px solid #ffffff;
  background-color: #ffffff;
  left: 0;
  top: 0;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  width: 23px;
  height: 23px;
}
.tcl-configurator__option input + span::before {
  background-color: #ffffff;
  left: 4px;
  top: 4px;
  width: 15px;
  height: 15px;
}
.tcl-configurator__option input:checked + span::after {
  background-color: var(--background-color);
}
.tcl-configurator__reset-button {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: #111111;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 10px 8px 15px;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
  padding: 8px 45px 8px 15px;
  background: url("../../../images/icon-reset.svg") no-repeat calc(100% - 10px) center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  width: 400px;
  max-width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tcl-configurator__reset-button:disabled {
  opacity: 0.5 !important;
}
.tcl-configurator__reset-button:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
.tcl-configurator__reset-button:hover {
  color: #ffffff;
  background-color: #111111;
}
.tcl-configurator__form {
  margin-top: 70px;
}
.tcl-configurator__form.scrollable {
  padding-right: 10px;
  overflow-y: auto;
}
.tcl-configurator__form.scrollable::-webkit-scrollbar {
  width: 2px;
}
.tcl-configurator__form.scrollable::-webkit-scrollbar-thumb {
  background-color: #fff;
}
.tcl-configurator__form .tcl-form label.error {
  display: none !important;
}
.tcl-configurator__form .tcl-form__field {
  margin-bottom: 44px;
}
.tcl-configurator__form .tcl-form__field-label {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.2em;
  color: #ffffff;
  margin-bottom: 5px;
}
.tcl-configurator__form .tcl-form__field input:not([type=checkbox]) {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #ffffff;
  border: 0;
  outline: none;
  background: none;
  border-bottom: solid 1px #ced4da;
  padding: 8px 5px;
  width: 100%;
  color: #ffffff;
}
.tcl-configurator__form .tcl-form__field input:not([type=checkbox])::-webkit-input-placeholder {
  opacity: 0.5;
}
.tcl-configurator__form .tcl-form__field input:not([type=checkbox])::-moz-placeholder {
  opacity: 0.5;
}
.tcl-configurator__form .tcl-form__field input:not([type=checkbox]):-ms-input-placeholder {
  opacity: 0.5;
}
.tcl-configurator__form .tcl-form__field input:not([type=checkbox])::-ms-input-placeholder {
  opacity: 0.5;
}
.tcl-configurator__form .tcl-form__field input:not([type=checkbox])::placeholder {
  opacity: 0.5;
}
.tcl-configurator__form .tcl-form__field input[type=checkbox] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.tcl-configurator__form .tcl-form__field input[type=checkbox] + span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #f8f9fa;
  padding-left: 35px;
  position: relative;
  display: inline-block;
}
.tcl-configurator__form .tcl-form__field input[type=checkbox] + span::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 0.5px solid #ffffff;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 2px;
}
.tcl-configurator__form .tcl-form__field input[type=checkbox] + span::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 0.5px solid #ffffff;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 2px;
  background-image: url("/wp-content/themes/avantgarde-acoustic/images/icon_checked.svg");
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.tcl-configurator__form .tcl-form__field input[type=checkbox]:checked + span::before {
  opacity: 1;
}
.tcl-configurator__form .tcl-form__field input[type=checkbox] + span {
  color: #ffffff;
}
.tcl-configurator__form .tcl-form__field span.wpcf7-list-item {
  margin: 0 0;
}
.tcl-configurator__form .tcl-form__button {
  display: inline-block;
  text-align: right;
  position: relative;
}
.tcl-configurator__form .tcl-form__button input {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: #111111;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 10px 8px 15px;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
  padding: 8px 45px 8px 15px;
  background: url("../../../images/icon-arrow.svg") no-repeat calc(100% - 10px) center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 0;
}
.tcl-configurator__form .tcl-form__button input:disabled {
  opacity: 0.5 !important;
}
.tcl-configurator__form .tcl-form__button input:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
.tcl-configurator__form .tcl-form__button input:not(:disabled):hover {
  background-position: calc(100% + 24px) center;
}
.tcl-configurator__form .tcl-form__button input:hover {
  color: #ffffff;
  background-color: #111111;
}
.tcl-configurator__form .tcl-form__button .wpcf7-spinner {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 10px;
  position: absolute;
  right: 100%;
}
.tcl-configurator__filter select,
.tcl-configurator__filter input {
  width: 100%;
  background: transparent;
  color: white;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 10px;
  text-transform: uppercase;
  padding: 10px 0;
  height: 44px;
  margin: 0 15px 0 -15px;
}
.tcl-configurator__filter input {
  text-transform: none;
  font-size: 14px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 10px 40px 10px 10px;
  position: relative;
  color: #d9d9d9;
}
.tcl-configurator__filter input:focus, .tcl-configurator__filter input:focus-visible {
  outline: 1px solid #ffffff;
}
.tcl-configurator__filter option {
  background-color: #111111;
}
.tcl-configurator__location-table {
  display: block;
  width: 100%;
  padding-right: 30px;
  margin-top: 20px;
  height: 400px;
  overflow-y: scroll;
  position: relative;
  scrollbar-width: none;
  margin-bottom: 60px;
}
.tcl-configurator__location-table::-webkit-scrollbar {
  display: none;
}
.tcl-configurator__location-table::-webkit-scrollbar-thumb {
  display: none;
}
.tcl-configurator__location-table-row {
  width: 100%;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: #111111;
  -webkit-transition: all 2s;
  transition: all 2s;
  white-space: nowrap;
  cursor: pointer;
}
.tcl-configurator__location-table-row:after {
  content: "";
  width: 100%;
  height: 1.1px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(29.68%, rgba(255, 255, 255, 0.8)), color-stop(60.79%, rgba(255, 255, 255, 0.8)), color-stop(91.9%, rgba(255, 255, 255, 0))), #727272;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 29.68%, rgba(255, 255, 255, 0.8) 60.79%, rgba(255, 255, 255, 0) 91.9%), #727272;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.tcl-configurator__location-table-row:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.tcl-configurator__location-table-row.active {
  background-color: #ffffff;
  color: #111111;
}
.tcl-configurator__location-table-row.active *:before {
  -webkit-filter: brightness(0.1);
          filter: brightness(0.1);
}
.tcl-configurator__location-table-title, .tcl-configurator__location-table-content {
  width: 33.3333333333%;
  display: inline-block;
  line-height: 120%;
  padding-right: 10px;
  white-space: normal;
}
.tcl-configurator__location-table-title {
  width: 66.6666666667%;
  padding-left: 20px;
}
.tcl-configurator__location-table-content {
  word-break: break-word;
}
.tcl-configurator__location-table-phone, .tcl-configurator__location-table-email, .tcl-configurator__location-table-web, .tcl-configurator__location-table-contact-person {
  position: relative;
  margin-bottom: 5px;
}
.tcl-configurator__location-table-phone:before, .tcl-configurator__location-table-email:before, .tcl-configurator__location-table-web:before, .tcl-configurator__location-table-contact-person:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  height: 15px;
  width: 15px;
  background: no-repeat center;
  background-size: contain;
}
.tcl-configurator__location-table-phone:before {
  background-image: url("../../../images/icon-phone-mini.svg");
}
.tcl-configurator__location-table-email:before {
  background-image: url("../../../images/icon-mail-mini.svg");
}
.tcl-configurator__location-table-web:before {
  background-image: url("../../../images/icon-link-mini.svg");
}
.tcl-configurator__location-table-contact-person:before {
  background-image: url("../../../images/icon-person.svg");
}
.tcl-configurator__location-table-address {
  width: 33.3333333333%;
  display: inline-block;
  line-height: 120%;
  color: #969696;
  font-size: 14px;
  white-space: normal;
}
.tcl-configurator__location-table-container {
  position: relative;
}
.tcl-configurator__location-table-container:before {
  content: "";
  background: -webkit-gradient(linear, right top, left top, color-stop(40%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(114, 114, 114, 0.8)), color-stop(60%, rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 40%, rgba(114, 114, 114, 0.8) 50%, rgba(255, 255, 255, 0) 60%);
  position: absolute;
  right: 0;
  left: 100%;
  top: 0;
  bottom: 0;
  width: 1px;
}
.tcl-configurator__location-table-container.no-scroll:before {
  display: none;
}
.tcl-configurator__location-table-scrollbar {
  background: -webkit-gradient(linear, right top, left top, color-stop(40%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(114, 114, 114, 0.8)), color-stop(60%, rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 40%, rgba(114, 114, 114, 0.8) 50%, rgba(255, 255, 255, 0) 60%);
  width: 13px;
  border-radius: 10px;
  background: url("/wp-content/themes/avantgarde-acoustic/images/knob.png") center no-repeat;
  height: 13px;
  position: absolute;
  right: -6px;
  top: 0;
  cursor: pointer;
}
.no-scroll .tcl-configurator__location-table-scrollbar {
  display: none;
}
.tcl-configurator .ui-widget-content {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  border: 1px solid white;
  background: #111111;
  color: white;
  font-size: 14px;
  font-weight: 300;
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  z-index: 100;
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}
.tcl-configurator .ui-widget-content::-webkit-scrollbar {
  background: #444444;
  border: 1px solid #ffffff;
  width: 9px;
}
.tcl-configurator .ui-widget-content::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 10px;
  width: 2px;
}
.tcl-configurator .ui-widget-content .ui-menu-item {
  position: relative;
  margin: 0;
  cursor: pointer;
  min-height: 0;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  padding: 10px 15px;
  position: relative;
}
.tcl-configurator .ui-widget-content .ui-menu-item:after {
  content: "";
  width: 100%;
  height: 1.1px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.05)), color-stop(29.68%, rgba(255, 255, 255, 0.8)), color-stop(60.79%, rgba(255, 255, 255, 0.8)), color-stop(91.9%, rgba(255, 255, 255, 0.05)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.8) 29.68%, rgba(255, 255, 255, 0.8) 60.79%, rgba(255, 255, 255, 0.05) 91.9%);
  display: block;
  position: absolute;
  bottom: 0;
  left: 5px;
  right: 5px;
}
.tcl-configurator .ui-widget-content .ui-menu-item:hover {
  background: rgba(255, 255, 255, 0.3);
}
.tcl-configurator .select {
  cursor: pointer;
  display: block;
  position: relative;
  margin: 0 15px 0 -15px;
}
.tcl-configurator .s-hidden {
  visibility: hidden;
  padding-right: 10px;
}
.tcl-configurator .styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: transparent;
  color: white;
  border: 1px solid #ffffff;
  border-radius: 5px;
  padding: 10px;
  text-transform: uppercase;
  height: 44px;
}
.tcl-configurator .styledSelect:after, .tcl-configurator .styledSelect:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 7px;
  background: url("../../../images/small-arrow-down.svg") no-repeat center;
  background-size: contain;
  right: 10px;
  top: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tcl-configurator .styledSelect:active:after,
.tcl-configurator .styledSelect.active:after {
  rotate: -90deg;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  top: 25px;
}
.tcl-configurator .styledSelect:active:before,
.tcl-configurator .styledSelect.active:before {
  rotate: 90deg;
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  top: 25px;
}
.tcl-configurator .options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  border: 1px solid #ffffff;
  background: #111111;
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}
.tcl-configurator .options::-webkit-scrollbar {
  background: #444444;
  border: 1px solid #ffffff;
  width: 9px;
}
.tcl-configurator .options::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 10px;
  width: 2px;
}
.tcl-configurator .options li {
  margin: 0 0;
  padding: 10px 15px;
  position: relative;
}
.tcl-configurator .options li:after {
  content: "";
  width: 100%;
  height: 1.1px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.05)), color-stop(29.68%, rgba(255, 255, 255, 0.8)), color-stop(60.79%, rgba(255, 255, 255, 0.8)), color-stop(91.9%, rgba(255, 255, 255, 0.05)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.8) 29.68%, rgba(255, 255, 255, 0.8) 60.79%, rgba(255, 255, 255, 0.05) 91.9%);
  display: block;
  position: absolute;
  bottom: 0;
  left: 5px;
  right: 5px;
}
.tcl-configurator .options li:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.tcl-configurator__location-chosen {
  padding-right: 30px;
  margin-bottom: 30px;
  white-space: nowrap;
}
.tcl-configurator__location-chosen > span {
  width: 66.6666666667%;
  display: inline-block;
  white-space: normal;
  vertical-align: text-top;
}
.tcl-configurator__location-chosen .js--chosen-dealership {
  width: 33.3333333333%;
}
.tcl-configurator__location-chosen .js--chosen-dealership > * {
  width: 100% !important;
  padding: 0 !important;
}

.tcl-section--light .tcl-configurator__next button {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: #111111;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 10px 8px 15px;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
  padding: 8px 45px 8px 15px;
  background: url("../../../images/icon-arrow.svg") no-repeat calc(100% - 10px) center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #111111;
  border: 1px solid rgba(17, 17, 17, 0.3);
  background: url("/wp-content/themes/avantgarde-acoustic/images/icon-arrow-dark.svg") no-repeat calc(100% - 10px) center;
  margin: 0 0;
}
.tcl-section--light .tcl-configurator__next button:disabled {
  opacity: 0.5 !important;
}
.tcl-section--light .tcl-configurator__next button:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
.tcl-section--light .tcl-configurator__next button:not(:disabled):hover {
  background-position: calc(100% + 24px) center;
}
.tcl-section--light .tcl-configurator__next button:hover {
  color: #ffffff;
  background-color: #111111;
}
.tcl-section--light .tcl-configurator__next button:hover {
  color: #111111;
  background-color: #ffffff;
}
.tcl-section--light .tcl-configurator__next span {
  background-image: url("/wp-content/themes/avantgarde-acoustic/images/loading-white.svg");
}
.tcl-section--light .tcl-configurator__reset-button {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: #111111;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 10px 8px 15px;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
  padding: 8px 45px 8px 15px;
  background: url("../../../images/icon-reset.svg") no-repeat calc(100% - 10px) center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #111111;
  border: 1px solid rgba(17, 17, 17, 0.3);
  background: url("../../../images/icon-reset-dark.svg") no-repeat calc(100% - 10px) center;
}
.tcl-section--light .tcl-configurator__reset-button:disabled {
  opacity: 0.5 !important;
}
.tcl-section--light .tcl-configurator__reset-button:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
.tcl-section--light .tcl-configurator__reset-button:hover {
  color: #ffffff;
  background-color: #111111;
}
.tcl-section--light .tcl-configurator__reset-button:hover {
  color: #111111;
  background-color: #ffffff;
}
.tcl-section--light .tcl-configurator__order button {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: #111111;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 10px 8px 15px;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
  padding: 8px 45px 8px 15px;
  background: url("../../../images/icon-arrow.svg") no-repeat calc(100% - 10px) center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #111111;
  border: 1px solid rgba(17, 17, 17, 0.3);
  background: url("/wp-content/themes/avantgarde-acoustic/images/icon-arrow-dark.svg") no-repeat calc(100% - 10px) center;
  margin: 0 0;
}
.tcl-section--light .tcl-configurator__order button:disabled {
  opacity: 0.5 !important;
}
.tcl-section--light .tcl-configurator__order button:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
.tcl-section--light .tcl-configurator__order button:not(:disabled):hover {
  background-position: calc(100% + 24px) center;
}
.tcl-section--light .tcl-configurator__order button:hover {
  color: #ffffff;
  background-color: #111111;
}
.tcl-section--light .tcl-configurator__order button:hover {
  color: #111111;
  background-color: #ffffff;
}
.tcl-section--light .tcl-configurator__order a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: #111111;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 10px 8px 15px;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
  padding: 8px 45px 8px 15px;
  background: url("../../../images/icon-arrow.svg") no-repeat calc(100% - 10px) center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #111111;
  border: 1px solid rgba(17, 17, 17, 0.3);
  background: url("/wp-content/themes/avantgarde-acoustic/images/icon-arrow-dark.svg") no-repeat calc(100% - 10px) center;
  margin: 0 0;
}
.tcl-section--light .tcl-configurator__order a:disabled {
  opacity: 0.5 !important;
}
.tcl-section--light .tcl-configurator__order a:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
.tcl-section--light .tcl-configurator__order a:not(:disabled):hover {
  background-position: calc(100% + 24px) center;
}
.tcl-section--light .tcl-configurator__order a:hover {
  color: #ffffff;
  background-color: #111111;
}
.tcl-section--light .tcl-configurator__order a:hover {
  color: #111111;
  background-color: #ffffff;
}
.tcl-section--light .tcl-configurator__back button {
  border-color: #111111;
  background-color: #ffffff;
}
.tcl-section--light .tcl-configurator__back button svg {
  -webkit-filter: none !important;
          filter: none !important;
}
.tcl-section--light .tcl-configurator__back button svg path {
  stroke: #111111 !important;
}
.tcl-section--light .tcl-configurator__refresh button {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: #111111;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 10px 8px 15px;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #111111;
  border: 1px solid rgba(17, 17, 17, 0.3);
  background-color: #ffffff;
  color: #111111;
}
.tcl-section--light .tcl-configurator__refresh button:disabled {
  opacity: 0.5 !important;
}
.tcl-section--light .tcl-configurator__refresh button:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
.tcl-section--light .tcl-configurator__refresh button:hover {
  color: #111111;
  background-color: rgba(17, 17, 17, 0.1);
}
.tcl-section--light .tcl-configurator__form {
  margin-top: 70px;
}
.tcl-section--light .tcl-configurator__form .tcl-form__button input {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: #111111;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 10px 8px 15px;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
  padding: 8px 45px 8px 15px;
  background: url("../../../images/icon-arrow.svg") no-repeat calc(100% - 10px) center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #111111;
  border: 1px solid rgba(17, 17, 17, 0.3);
  background: url("/wp-content/themes/avantgarde-acoustic/images/icon-arrow-dark.svg") no-repeat calc(100% - 10px) center;
}
.tcl-section--light .tcl-configurator__form .tcl-form__button input:disabled {
  opacity: 0.5 !important;
}
.tcl-section--light .tcl-configurator__form .tcl-form__button input:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
.tcl-section--light .tcl-configurator__form .tcl-form__button input:not(:disabled):hover {
  background-position: calc(100% + 24px) center;
}
.tcl-section--light .tcl-configurator__form .tcl-form__button input:hover {
  color: #ffffff;
  background-color: #111111;
}
.tcl-section--light .tcl-configurator__form .tcl-form__button input:hover {
  color: #111111;
  background-color: #ffffff;
}
.tcl-section--light .tcl-configurator__form .tcl-form__field-label {
  color: #111111;
}
.tcl-section--light .tcl-configurator__form .tcl-form__field input:not([type=checkbox]) {
  color: #111111;
}
.tcl-section--light .tcl-configurator__form .tcl-form__field input[type=checkbox] + span {
  color: #111111;
}
.tcl-section--light .tcl-configurator__form .tcl-form__field input[type=checkbox] + span:before {
  border-color: transparent;
  -webkit-filter: grayscale(1) invert(1);
          filter: grayscale(1) invert(1);
}
.tcl-section--light .tcl-configurator__form .tcl-form__field input[type=checkbox] + span:after {
  border-color: #111111;
}
.tcl-section--light .tcl-configurator__form .tcl-form__field__button input {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: #111111;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 10px 8px 15px;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
  padding: 8px 45px 8px 15px;
  background: url("../../../images/icon-arrow.svg") no-repeat calc(100% - 10px) center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #111111;
  border: 1px solid rgba(17, 17, 17, 0.3);
  background: url("/wp-content/themes/avantgarde-acoustic/images/icon-arrow-dark.svg") no-repeat calc(100% - 10px) center;
}
.tcl-section--light .tcl-configurator__form .tcl-form__field__button input:disabled {
  opacity: 0.5 !important;
}
.tcl-section--light .tcl-configurator__form .tcl-form__field__button input:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
.tcl-section--light .tcl-configurator__form .tcl-form__field__button input:not(:disabled):hover {
  background-position: calc(100% + 24px) center;
}
.tcl-section--light .tcl-configurator__form .tcl-form__field__button input:hover {
  color: #ffffff;
  background-color: #111111;
}
.tcl-section--light .tcl-configurator__form .tcl-form__field__button input:hover {
  color: #111111;
  background-color: #ffffff;
}
.tcl-section--light .tcl-configurator__heading {
  color: #111111;
}
.tcl-section--light .tcl-configurator__heading::after {
  background-color: #111111;
}
.tcl-section--light .tcl-configurator__subheading {
  color: #111111;
}
.tcl-section--light .tcl-configurator__description {
  color: #111111;
}
.tcl-section--light .tcl-configurator__group-item a {
  color: #111111;
}
.tcl-section--light .tcl-configurator__group-item a:hover {
  text-shadow: 0.7px 0 0 #111111;
}
.tcl-section--light .tcl-configurator__group-item a:after {
  background-color: #111111;
}
.tcl-section--light .tcl-configurator__overview-item {
  color: #111111;
}
.tcl-section--light .tcl-configurator__option svg path {
  stroke: #111111;
}
.tcl-section--light .tcl-configurator__option input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.tcl-section--light .tcl-configurator__option input + span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #f8f9fa;
  padding-left: 35px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.tcl-section--light .tcl-configurator__option input + span::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 0.5px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
}
.tcl-section--light .tcl-configurator__option input + span::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 4px;
  top: 6px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.tcl-section--light .tcl-configurator__option input:checked + span::before {
  opacity: 1;
}
.tcl-section--light .tcl-configurator__option input + span::after {
  border: 0.5px solid #111111;
  background-color: #111111;
}
.tcl-section--light .tcl-configurator__option input + span::before {
  background-color: #111111;
}
.tcl-section--light .tcl-configurator__option input:checked + span::after {
  background-color: #ffffff;
}
.tcl-section--light .tcl-configurator__location-table-row {
  background-color: white;
}
.tcl-section--light .tcl-configurator__location-table-row:after {
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), color-stop(29.68%, rgba(0, 0, 0, 0.8)), color-stop(60.79%, rgba(0, 0, 0, 0.8)), color-stop(91.9%, rgba(0, 0, 0, 0))), #727272;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 29.68%, rgba(0, 0, 0, 0.8) 60.79%, rgba(0, 0, 0, 0) 91.9%), #727272;
  opacity: 0.5;
}
.tcl-section--light .tcl-configurator__location-table-row:before {
  background-color: #111111;
  background-image: url("../../../images/icon-arrow.svg");
}
.tcl-section--light .tcl-configurator__location-table-phone:before {
  background-image: url("../../../images/icon-phone-mini-dark.svg");
}
.tcl-section--light .tcl-configurator__location-table-email:before {
  background-image: url("../../../images/icon-mail-mini-dark.svg");
}
.tcl-section--light .tcl-configurator__location-table-web:before {
  background-image: url("../../../images/icon-link-mini-dark.svg");
}
.tcl-section--light .tcl-configurator__location-table-contact-person:before {
  background-image: url("../../../images/icon-person-dark.svg");
}
.tcl-section--light .tcl-configurator__location-table-container {
  position: relative;
}
.tcl-section--light .tcl-configurator__location-table-container:before {
  background: -webkit-gradient(linear, right top, left top, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(114, 114, 114, 0.8)), color-stop(60%, rgba(0, 0, 0, 0)));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 40%, rgba(114, 114, 114, 0.8) 50%, rgba(0, 0, 0, 0) 60%);
}
.tcl-section--light .tcl-configurator__location-table-scrollbar {
  background: -webkit-gradient(linear, right top, left top, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(114, 114, 114, 0.8)), color-stop(60%, rgba(0, 0, 0, 0)));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 40%, rgba(114, 114, 114, 0.8) 50%, rgba(0, 0, 0, 0) 60%);
  background: url("/wp-content/themes/avantgarde-acoustic/images/knob-dark.png") center no-repeat;
}

.tcl-section--dark .tcl-configurator__back button {
  border-color: rgba(255, 255, 255, 0.3);
  background: none;
}
.tcl-section--dark .tcl-configurator__back button svg {
  -webkit-filter: grayscale(1) invert(1);
          filter: grayscale(1) invert(1);
}
.tcl-section--dark .tcl-configurator__refresh button {
  color: #ffffff;
}
.tcl-section--dark .tcl-configurator__refresh button svg {
  -webkit-filter: grayscale(1) invert(1);
          filter: grayscale(1) invert(1);
}

@media (min-width: 1919px) {
  .tcl-configurator__picture--big-screen {
    height: auto !important;
    padding-bottom: 0 !important;
  }
  .tcl-configurator__picture--big-screen .tcl-picture {
    min-height: 700px;
  }
}
@media (max-width: 1199px) {
  .tcl-configurator {
    padding: 30px 0;
  }
  .tcl-configurator__picture {
    width: 100%;
  }
  .tcl-configurator__picture--big-screen {
    display: none !important;
  }
  .tcl-configurator__group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tcl-configurator__group-item {
    width: calc(33.3333333333% - 26.6666666667px);
  }
  .tcl-configurator__buttons {
    position: absolute;
    top: 0;
    left: 66.6663%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 32%;
    gap: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .tcl-configurator__buttons--col {
    gap: 0;
  }
  .tcl-configurator__buttons.float {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .tcl-configurator__buttons.fixed {
    position: absolute;
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 1200px) {
  .tcl-configurator__picture--big-screen {
    height: 0;
    padding-bottom: 56.25%;
  }
  .tcl-configurator__picture--mobile-screen {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .tcl-configurator__buttons {
    position: static !important;
    width: 100%;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
}