

/* Start:/local/components/all4it/configurators.new.element/templates/new/style.css?175086666646615*/
ol.breadcrumbs {
  padding-left: 0 !important;
}

ol,
ul {
  list-style: unset !important;
  padding-left: 20px !important;
}

b {
  font-weight: 600 !important;
}

html {
  scroll-behavior: smooth;
}

.configurators-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  max-width: 950px;
}

.configurators-wrapper .product-tabs {
  width: 950px;
}

.news-page-header {
  margin-left: 5%;
}

.config-button {
  max-width: 30%;
}

.order-card .configurator-name .start-price {
  translate: 0 -5px;
}

.configurators-wrapper .product-tabs .configurator-tab {
  background-color: unset;
}

.new-tab {
  border-radius: 32px 32px 0 0 !important;
}

.product-page .product-hero-slider__wrapper {
  overflow-x: visible !important;
}

.main-group-title {
  font: normal normal 16px / 1.3 Arimo-Regular, sans-serif, Arial;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #0f6da1;
  margin: 2%;
}

a.purchase-options-garanty {
  width: fit-content;

  font-size: 14px;
  font-weight: 600;
  line-height: 22px;

  color: #0f6da1;
}

a.purchase-options-garanty:hover,
a.purchase-options-garanty:focus-visible {
  color: #0f6da1;
}

.purchase-options-garanty,
.purchase-options-delivery,
.purchase-options-benefits {
  gap: 10px;
  display: flex;
  align-items: center;
  margin-top: 2%;
}
.order-card-link.feedback_button.kp_form{
  gap: 10px;
}
feedback_button
.purchase-options-garanty svg {
  width: 33px;
  height: 33px;
}

.purchase-options-delivery__image svg {
  width: 33px;
  height: 33px;
}

.purchase-options-benefits__image svg {
  width: 33px;
  height: 33px;
}

.question-image {
  position: relative;
  display: inline-block;
}

.question-image:hover .tooltip-text {
  opacity: 1 !important;
  visibility: visible !important;
}

.question-image svg {
  width: 18px;
  height: 18px;
}

.tooltip-text {
  opacity: 0;
  visibility: hidden;
  width: 150px;
  background-color: #ffffff;
  border: 1px solid #0f6da1;
  border-radius: 4px;
  text-align: center;
  padding: 5px 0;
  position: absolute;
  z-index: 100;
  bottom: 120%;
  right: 4px;
  font-size: 11px;
  transition: opacity 0.3s, visibility 0.3s ease-in-out;
}

.tooltip-text::after {
  content: '';
  position: absolute;
  top: 100%;
  right: 0;
  border-width: 5px;
  border-style: solid;
  border-color: #0f6da1 transparent transparent transparent;
  z-index: 1000;
}

.product-hero__name {
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 900;
  line-height: 48px;
  text-align: left;
  color: #abb6bc;
  display: flex;

  & svg {
    width: 19px;
    height: 17px;
  }
}

.badges-container {
  position: absolute;
  left: 0;
}

.badge {
  margin-top: 32px;
  margin-bottom: 10px;

    padding: 4px 14px 4px 14px !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}
.badge_used{
  background-color: #349D54;
}

.badge_in-stock {
  background-color: #BE53FF; /* Пример цвета для 'В наличии' */
}

.badge_discount {
  background-color: #EE5D00; /* Пример цвета для 'Скидка' */
}

.badge_on-the-way {
  background-color: #3AA2D0; /* Пример цвета для 'В пути' */
}

.badge_vat {
  background-color: #9370db; /* Пример цвета для 'НДС' */
}

.badge_leasing {
  background-color: #EDC150; /* Пример цвета для 'Лизинг' */
}

.badge_new {
  background-color: #4986E2; /* Пример цвета для 'Гарантия' */
}

.top-card {
  color: #0f6da1;
  max-width: unset;
}

.configurator-page__content {
  display: flex;
  width: 100%;
  margin-bottom: 40px;
}

/*.configurators-wrapper > * {*/
/*    margin-bottom: 40px;*/
/*}*/

.configurators-wrapper .configurators-page-header__title {
  margin-block: 0;
  font-size: 32px;
  font-weight: 700;
  color: #0f6da1;
  width: 100%;
  word-break: break-all;
  margin-bottom: 5%;
}

.configurators-wrapper .configurator {
  width: 1000px;
  border-radius: 20px;
  overflow: visible !important;
  margin-left: -40px;
}

.configurators-wrapper .configurator .option-groups {
  margin-left: 1%;
}

.configurators-wrapper .configurator .option-groups .option-group {
  background-color: #ffffff;
  border-radius: 12px;
}

.configurators-wrapper .configurator .option-groups .group-title {
  font: normal normal 16px/1.3 Arimo-Regular, sans-serif, Arial;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #0f6da1;
  margin-top: 1%;
}

.webform-popup {
  display: flex;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.webform-content {
  position: fixed;
  top: 26%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  width: 568px;
  height: 900px;
  max-width: 568px;
  border-radius: 48px;
  animation: fadeIn 0.5s;
}

.webform-title {
  margin-left: 3%;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #191919;
  margin-top: 2%;
  margin-bottom: 3%;
}

.configuration-options {
  margin-left: 5%;
  max-height: 100px;
  overflow-y: auto;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #191919;
  margin-bottom: 2%;
}

.configuration-options strong {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #0f6da1;
}

.configuration {
  margin-left: 3%;
  margin-bottom: 3%;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #191919;
}

.webform-total-price {
  margin-left: 3%;
  margin-top: 5%;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #191919;
}

.configurators-wrapper .configurator .option-groups .option {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #191919;
  background-color: white;
}

.configurators-wrapper .configurator .option-groups .option-group:not(:first-child) {
}

.configurators-wrapper .configurator .option-groups .option-group:not(:last-child) {
  border-bottom: 1px solid #ebf1f4;
}

.configurators-wrapper .configurator .option-groups .group-head {
  display: flex;
}

.configurators-wrapper .configurator .option-groups .group-wrapper {
  margin: 1.5% 2.5%;
}

.configurators-wrapper .configurator .option-groups .last-wrapper {
  margin-top: 2%;
}

.configurators-wrapper .configurator .option-groups .select-wrapper {
  display: flex;
  flex-direction: column;
}

.configurators-wrapper .configurator .option-groups .group-head svg {
  margin-top: 1%;
  margin-left: 1%;
  fill: none;
  width: 18px;
  height: 18px;
}

.configurators-wrapper .configurator .option-groups .select-wrapper {
  display: flex;
}

.option-price.elitebook {
  margin-left: 0;
}

.configurators-wrapper .configurator .option-groups .custom-select {
  position: relative;
  display: inline-block;
}

.configurators-wrapper .configurator .option-groups .select-wrapper .select-selected {
  width: 732px;
  height: 50px;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #191919;
}

.configurators-wrapper .configurator .option-groups .select-wrapper .selected-container {
  border: 1px solid #b2becb;
  display: flex;
  justify-content: space-between;
  border-radius: 4px;
  max-width: 732px;
  height: 50px;
}

.configurators-wrapper .configurator .option-groups .select-wrapper .container-flex-middle {
  margin-left: 2%;
}

.configurators-wrapper .configurator .option-groups .select-wrapper .flex-middle {
  width: 482px;
  height: 50px;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}

.configurators-wrapper .configurator .option-groups .select-wrapper .flex-left {
  width: 523px;
  height: 50px;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}

.configurators-wrapper .configurator .config-buttons {
  display: flex;
  justify-content: flex-end;
  margin-top: 3%;
  margin-right: 3%;
}

.configurators-wrapper .configurator .reset-button {
  background-color: unset;
  border: none;
  color: #0f6da1;
  font-size: 13px;
}

.configurators-wrapper .configurator .add-button {
  margin-right: 1%;
  background-color: white;
  border: 1px solid #0f6da1;
  color: #0f6da1;
  font-size: 13px;
  width: 133px;
  height: 48px;
  gap: 10px;
  border-radius: 3px;
  text-align: center;
  margin-bottom: 2%;
}

.configurators-wrapper .configurator .option-groups .select-wrapper svg {
  margin-top: 2.5%;
  margin-right: 1%;
  fill: none;
  width: 10px;
  height: 5px;
}

.configurators-wrapper .configurator .option-groups .select-items {
  position: absolute;
  background-color: #f1f1f1;
  border-radius: 4px;
  overflow-y: auto;
  border: 1px solid #ccc;
  z-index: 1;
  display: none;
  width: 100%;
}

.configurators-wrapper .configurator .option-groups .top {
  margin-top: 6%;
}

.configurators-wrapper .configurator .option-groups .select-items div {
  padding: 8px 16px;
  cursor: pointer;
}

.configurators-wrapper .configurator .option-groups .select-wrapper .input-group {
  font-family: Montserrat;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: center;
  min-width: 100px;
  width: 100px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #b2becb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  margin-left: -15%;
}

.configurators-wrapper .configurator .option-groups .select-wrapper .right-input {
  margin-left: 2.5%;
}

.configurators-wrapper .configurator .option-groups .select-wrapper .total-amount-selected {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  color: #191919;
  width: 93px;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #b2becb;
  display: flex;
  justify-content: center;
  align-items: center;
}

.configurators-wrapper .configurator .option-groups .select-wrapper .delete-button {
  margin-left: 1%;
  width: 48px;
  height: 50px;
  border: 1px solid #b2becb;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.configurators-wrapper .configurator .option-groups .select-wrapper .delete-button svg {
  width: 15px;
  height: 18px;
  fill: none;
}

.configurators-wrapper .configurator .option-groups .select-wrapper .input-group input {
  width: 133px;
  height: 50px;
  flex: 1;
  padding: 8px;
  font-size: 16px;
  text-align: center;
}

.configurators-wrapper .configurator .option-groups .select-wrapper .input-group button {
  margin-bottom: 2%;
  padding: 8px 12px;
  font-size: 16px;
  cursor: pointer;
  background: none;
  border: none;
}

.configurators-wrapper .configurator .option-groups .select-wrapper .input-group svg {
  width: 14px;
  height: 14px;
}

.configurators-wrapper .configurator .option-groups .select-wrapper .input-group .plus-button {
  margin-right: 5%;
}

.configurators-wrapper .configurator .option-groups .select-wrapper .input-group .minus-button {
  margin-left: 5%;
}

.configurators-container .configurator--decor-1 {
  background-color: #fff !important;
}

.right-side-block {
  display: flex;
  gap: 42px;
  flex-direction: column;
  overflow: visible;
  position: relative;
  margin-top: 46px;
  left: 0%;
  margin-left: auto;
  width: 630px;
  transition: top 0.3s ease;
}

@media (max-width: 767px) {
  .configurators-wrapper,
  .right-side-block {
    width: 100%;
  }
}

.right-side-block .configuration-text {
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 600;
  line-height: 25px;
  text-align: left;
  text-transform: uppercase;
  color: #161616;
}

.right-side-block .order-card {
  border-radius: 32px;
  border: 2px solid #41a4db;
  box-shadow: 0px 0px 22px 0px #25aefa59;
  background-color: #ffffff;

  transition: top 0.3s ease, position 0.3s ease;
}

.order-card.description-card {
  height: 730px;
}
.configurator-main-image {
  /* height: 730px; */
}
.description-card {
  padding-right: 20px;
  max-height: 752.5px !important;
  overflow-y: hidden;
}

.card-description-info::-webkit-scrollbar-button {
  display: none;
}

.payment-card {
  border-radius: 32px !important;
  border: 2px solid #804eb7 !important;
}

.sticky-block {
  position: sticky;
  top: 0;
}

/*.payment-card svg {*/
/*    width: 30px !important;*/
/*    height: 30px !important;*/
/*}*/

.card-option-change {
  display: flex;
  align-items: center;
  color: #bac8cf;
  font-size: 10px;
  font-weight: 500;
  margin-top: -10px;
}

.card-option-change svg {
  width: 15px !important;
  height: 15px !important;
}

.banner {
  width: 100%;
  color: #ffffff;
  padding: 20px 44px;
  border-radius: 29px 29px 0 0;
  font-size: 16px;
  font-weight: bold;
  background: linear-gradient(184deg, #3795ca 8.67%, #804eb7 90.59%);
  display: flex;
  gap: 12px;
  align-items: center;

  & span svg {
    width: 30px;
    height: 30px;
  }

  & h2 {
    color: white;
    text-transform: uppercase;
    font-size: 22px;
    margin: unset;
  }
}

.card-description-info {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #636363;
  padding: 0 28px 0 48px;

  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #0f6da1 #e6f6ff;
}

.separator-line svg {
  width: 100%;
}

.right-side-block .order-card .price-wrapper {
  justify-content: space-between;
  align-items: center;
  padding: 0 48px 40px;
}
.price-wrapper.top{
  padding: 0 0 48px 40px;
}

.price-wrapper .price-wrapper-info {
  padding-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.price-wrapper .price-wrapper-info-desc {
  display: flex;
  align-items: center;
  gap: 10px;

  & label {
    font-size: 14px;
    font-weight: 500;
    min-width: auto;
    display: flex;
    gap: 10px;
  }
}

.price-wrapper .vat span {
  font-weight: 600;
}

.price-wrapper .vat {
  font-size: 13px;
  color: #0f6da1;
}

.purchase-options {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.purchase-options label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
}

.purchase-options-desc {
  color: #0f6da1;
  width: fit-content;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  position: relative;
  letter-spacing: -0.1px;
}

.question-image {
  top: 7px;
  transform: translateY(-50%);
}

label.custom-checkbox .question-image {
  top: 7px;
  cursor: pointer;
  transform: translateY(-50%);
}

.purchase-options span {
  font-weight: 600;
}

.purchase-options-desc span {
  font-weight: 600;
}

@media (max-width: 768px) {
  .price-wrapper .price-wrapper-info-desc {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 0;

    & label {
      font-size: 14px;
      font-weight: 500;
      min-width: auto;
    }
  }

  .price-wrapper .vat {
    font-size: 13px;
    color: #0f6da1;
    margin-top: 10px;
  }
}

.right-side-block .order-card .order-button {
  display: block;
  width: 68px;
  height: 45px;
  border: none;
  background: transparent
    url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjgiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA2OCA0NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjY4IiBoZWlnaHQ9IjQ0IiByeD0iNSIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzM2MTZfMTQ1MDQpIi8+CjxwYXRoIGQ9Ik00OCAxMUM0OCAxMC40NDc3IDQ4LjQ0NzcgMTAgNDkgMTBDNDkuNTUyMyAxMCA1MCAxMC40NDc3IDUwIDExVjE5QzUwIDE5LjU1MjMgNDkuNTUyMyAyMCA0OSAyMEM0OC40NDc3IDIwIDQ4IDE5LjU1MjMgNDggMTlWMTFaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNNDUgMTZDNDQuNDQ3NyAxNiA0NCAxNS41NTIzIDQ0IDE1QzQ0IDE0LjQ0NzcgNDQuNDQ3NyAxNCA0NSAxNEg1M0M1My41NTIzIDE0IDU0IDE0LjQ0NzcgNTQgMTVDNTQgMTUuNTUyMyA1My41NTIzIDE2IDUzIDE2SDQ1WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTI0LjMzMzMgMTYuMzMzM0wyMy41IDEzSDIxTTI0LjMzMzMgMTYuMzMzM0wyNiAyNi4zMzMzTTI0LjMzMzMgMTYuMzMzM0w0MSAxNi4zMzMzTDM5LjMzMzMgMjYuMzMzM0gyNk0zNy42NjY3IDI5LjY2NjdIMjZNMzcuNjY2NyAyOS42NjY3QzM2Ljc0NjIgMjkuNjY2NyAzNiAzMC40MTI5IDM2IDMxLjMzMzNDMzYgMzIuMjUzOCAzNi43NDYyIDMzIDM3LjY2NjcgMzNDMzguNTg3MiAzMyAzOS4zMzMzIDMyLjI1MzggMzkuMzMzMyAzMS4zMzMzQzM5LjMzMzMgMzAuNDEyOSAzOC41ODcyIDI5LjY2NjcgMzcuNjY2NyAyOS42NjY3Wk0yNiAyOS42NjY3QzI1LjA3OTUgMjkuNjY2NyAyNC4zMzMzIDMwLjQxMjkgMjQuMzMzMyAzMS4zMzMzQzI0LjMzMzMgMzIuMjUzOCAyNS4wNzk1IDMzIDI2IDMzQzI2LjkyMDUgMzMgMjcuNjY2NyAzMi4yNTM4IDI3LjY2NjcgMzEuMzMzM0MyNy42NjY3IDMwLjQxMjkgMjYuOTIwNSAyOS42NjY3IDI2IDI5LjY2NjdaTTI2IDI5LjY2NjdMMjYgMjYuMzMzMyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMzYxNl8xNDUwNCIgeDE9IjU3LjAwMzMiIHkxPSIyLjMyODRlLTA2IiB4Mj0iMTAuOTk2NyIgeTI9IjQ0IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiMzNzk1Q0EiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjODA0RUI3Ii8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==')
    no-repeat;
}

.right-side-block .order-card .order-button-top {
  display: block;
  width: 68px;
  height: 45px;
  border: none;
  background: transparent
    url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjgiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA2OCA0NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iLTAuMDAxMzczMjkiIHdpZHRoPSI2OCIgaGVpZ2h0PSI0NCIgcng9IjUiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8zNzc2XzE3NjU0KSIvPgo8cGF0aCBkPSJNNDcuOTk4NiAxMUM0Ny45OTg2IDEwLjQ0NzcgNDguNDQ2MyAxMCA0OC45OTg2IDEwQzQ5LjU1MDkgMTAgNDkuOTk4NiAxMC40NDc3IDQ5Ljk5ODYgMTFWMTlDNDkuOTk4NiAxOS41NTIzIDQ5LjU1MDkgMjAgNDguOTk4NiAyMEM0OC40NDYzIDIwIDQ3Ljk5ODYgMTkuNTUyMyA0Ny45OTg2IDE5VjExWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTQ0Ljk5ODYgMTZDNDQuNDQ2MyAxNiA0My45OTg2IDE1LjU1MjMgNDMuOTk4NiAxNUM0My45OTg2IDE0LjQ0NzcgNDQuNDQ2MyAxNCA0NC45OTg2IDE0SDUyLjk5ODZDNTMuNTUwOSAxNCA1My45OTg2IDE0LjQ0NzcgNTMuOTk4NiAxNUM1My45OTg2IDE1LjU1MjMgNTMuNTUwOSAxNiA1Mi45OTg2IDE2SDQ0Ljk5ODZaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMjQuMzMyIDE2LjMzMzNMMjMuNDk4NiAxM0gyMC45OTg2TTI0LjMzMiAxNi4zMzMzTDI1Ljk5ODYgMjYuMzMzM00yNC4zMzIgMTYuMzMzM0w0MC45OTg2IDE2LjMzMzNMMzkuMzMyIDI2LjMzMzNIMjUuOTk4Nk0zNy42NjUzIDI5LjY2NjdIMjUuOTk4N00zNy42NjUzIDI5LjY2NjdDMzYuNzQ0OSAyOS42NjY3IDM1Ljk5ODYgMzAuNDEyOSAzNS45OTg2IDMxLjMzMzNDMzUuOTk4NiAzMi4yNTM4IDM2Ljc0NDkgMzMgMzcuNjY1MyAzM0MzOC41ODU4IDMzIDM5LjMzMiAzMi4yNTM4IDM5LjMzMiAzMS4zMzMzQzM5LjMzMiAzMC40MTI5IDM4LjU4NTggMjkuNjY2NyAzNy42NjUzIDI5LjY2NjdaTTI1Ljk5ODcgMjkuNjY2N0MyNS4wNzgyIDI5LjY2NjcgMjQuMzMyIDMwLjQxMjkgMjQuMzMyIDMxLjMzMzNDMjQuMzMyIDMyLjI1MzggMjUuMDc4MiAzMyAyNS45OTg3IDMzQzI2LjkxOTEgMzMgMjcuNjY1MyAzMi4yNTM4IDI3LjY2NTMgMzEuMzMzM0MyNy42NjUzIDMwLjQxMjkgMjYuOTE5MSAyOS42NjY3IDI1Ljk5ODcgMjkuNjY2N1pNMjUuOTk4NyAyOS42NjY3TDI1Ljk5ODYgMjYuMzMzMyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMzc3Nl8xNzY1NCIgeDE9IjMzLjk5ODYiIHkxPSIwIiB4Mj0iMzMuOTk4NiIgeTI9IjQ0IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiMwRjZEQTEiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjNDFBNERCIi8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==')
    no-repeat;
}

.right-side-block .order-card .price-wrapper .total-price {
  margin-left: 10%;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  color: #191919;
}

.right-side-block .order-card .price-wrapper .price {
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 0em;
  text-align: left;
  color: #0f6da1;
  min-width: 150px;
}

.right-side-block .product-links {
  margin-top: 10%;
}

.right-side-block .product-links .product-links-item {
  display: flex;
  align-items: center;
}

.right-side-block .product-links .product-links-item:not(:first-child) {
  margin-top: 5%;
}

.right-side-block .product-links .product-links-item svg {
  width: 32px;
  height: 32px;
  fill: none;
}

.right-side-block .product-links .product-links-item__text {
  margin-left: 4%;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: #0f6da1;
}

.description-wrapper .info-title {
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  color: #0f6da1;
}

.description-wrapper span {
  margin-top: 2%;
  margin-right: 1%;
}

.description-wrapper .info-wrapper {
  display: flex;
}

.description-wrapper .info-wrapper svg {
  width: 24px;
  height: 24px;
  fill: none;
}

.description-wrapper .info-desc {
  margin-top: 2%;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #636363;
}

.description-wrapper .info-desc a {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #0f6da1;
}

.description-wrapper .text-title {
  margin-bottom: 2%;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  color: #191919;
}

.description-wrapper .info-wrapper svg {
  width: 24px;
  height: 24px;
  fill: none;
}

.description-wrapper .text-block:not(:first-child) {
  margin-top: 5%;
}

.configurators-wrapper .uniq-description {
  padding: 5px;
  font-family: Arimo-Italic, sans-serif;
  font-size: 14px;
  color: #869cac;
}

.configurators-wrapper .uniq-wrapper {
  display: flex;
}

.configurators-wrapper .uniq-wrapper svg {
  margin-top: 0.5%;
  fill: #869cac;
  margin-right: 1%;
  min-width: 20px;
  min-height: 20px;
  width: 20px;
  height: 20px;
}

.configurators-wrapper .product-hero__image {
  width: 90%;
  margin: auto;
  aspect-ratio: 2;
  -o-object-fit: contain;
  object-fit: contain;
}

.configurators-wrapper .more-button {
  display: flex;
  align-items: center;
  width: 120px;
  height: 27px;
  margin-left: 45%;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: center;
  color: #0f6da1;
  border: 1.5px solid #0f6da1;
  background-color: unset;
  border-radius: 4px;
}

.configurators-wrapper .product-hero-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.configurators-wrapper .product-hero-slider__button {
  padding: 0;
  border: none;
  outline: none;
  background: none;
  color: #0f6da1;
}

.configurators-wrapper .product-hero-slider__button svg {
  width: 64px;
  height: 64px;
  fill: none;
}

.configurators-wrapper .product-hero-slider__inner {
  width: 100%;
  max-width: 500px;
  overflow-x: clip;
}

.configurators-wrapper .product-hero-slider__wrapper {
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.configurators-wrapper .product-hero-slider__button {
  padding: 0;
  border: none;
  outline: none;
  background: none;
  color: #0f6da1;
}

.right-side-block .order-card-name {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.configurators-container .card-options .card-option {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  margin-top: 21px;
  padding: 0 49px 0 47px;
}

.card-options {
  max-height: 610px;
  overflow-y: auto;
  overflow-x: hidden;
}

.card-options::-webkit-scrollbar {
  width: 8px;
}

.card-options::-webkit-scrollbar-track {
  background: #e6f6ff;
  border-radius: 4px;
}

.card-options::-webkit-scrollbar-thumb {
  background: #0074a2;
  border-radius: 4px;
  border: 2px solid #e6f6ff;
}

.card-options::-webkit-scrollbar-thumb:hover {
  background: #005b82;
}

.card-options::-webkit-scrollbar-button {
  display: none;
}

.card-options {
  scrollbar-width: thin;
  scrollbar-color: #0f6da1 #e6f6ff;
}

.configurators-container .card-options .card-option .card-option-title {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  line-height: 19.5px;
  text-align: left;
  color: #161616;
  text-transform: uppercase;
  width: fit-content;
  max-width: 436px;
  position: relative;

  & svg {
    width: 69px;
    height: 17px;
    transform: translate(100%, -50%);
    position: absolute;
    top: 0;
    right: 0;
  }
}

.configurators-container .card-options .card-option .card-option-text {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: #191919;
}

@media screen and (max-width: 767px) {
  .right-side-block .order-card {
    position: unset;
    width: 100%;
    transform: unset;
  }

  .total-configuration-price-price {
    width: 100%;
  }

  .right-side-block {
    position: unset;
    margin-left: 0%;
    margin-bottom: 10%;
  }

  .configurators-container {
    flex-direction: column;
    position: relative;
  }

  .configurator-page__content {
    flex-direction: column;
  }

  .configurators-wrapper .product-hero-slider,
  .configurators-wrapper .configurator,
  .configurators-wrapper .configurator .option-groups .select-wrapper .select-selected,
  .configurators-wrapper .configurator .option-groups .select-wrapper .selected-container {
    width: 100%;
    overflow: hidden;
  }

  .configurators-wrapper .configurator .option-groups .custom-select {
    width: 100%;
  }

  .configurators-wrapper .configurator .option-groups {
    margin-right: 3%;
  }

  .right-side-block {
    order: 2;
  }

  .description-wrapper {
    width: 100%;
    order: 3;
    margin-right: 5%;
    margin-left: 0%;
  }

  .configurators-wrapper {
    order: 1;
  }
}

.order-card .configurator-name {
  font-family: Montserrat;
  font-size: 29px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  color: #636363;
  padding: 40px 50px 15px 46px;
}
.description-card .configurator-name{
  padding-top:46px;
}
.payment-card .configurator-name{
  padding-top:22px;
  font-size:26px;
  line-height: 34px;
}
.order-card .configurator-name .start-price {
  /*color: #0f6da1;*/
  color: #636363;
}
.price-wrapper {
  position: relative;
}
.price-wrapper .start-price {
  /* position: absolute;
  top: 0;
  right: 0; */
  font-size: 24px;
  font-weight: 700;
  color: #636363;
}

.price-wrapper .start-price > span {
  color: #0f6da1;
}

.catalog-page.product-page {
  padding-bottom: 0;
}
.right-side-block .order-card-links {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  padding-left: 39px;
}
.price-wrapper .start-price {
    padding-right:28px;
}

@media (max-width: 767px) {
  .right-side-block .order-card-links {
    padding-left: 9px;
  }
}

.right-side-block .order-card-link {
  width: -webkit-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.5px;
  text-align: left;
  color: #0f6da1;
}

.right-side-block .order-card-link svg {
  fill: none;
}

.configurator-main-image {
  padding: 40px;
  padding-top:46px;
  width: 950px;
  border-radius: 32px;
  background-color: #fff;
  position: relative;
  margin-bottom: 42px;
}

.configurator-main-image .product-hero-slider__slide {
  padding-top: 10px;
  width: 90px;
}

.right-side-block .product-links-item__icon {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  color: #fff;
}

.product-links-item__icon svg {
  width: 32px !important;
  height: 32px !important;
}

.product-page .product-links-item__icon {
  background-image: unset !important;
}

.configurator__decor--big-gear {
  z-index: 0 !important;
}

/* НОВЫЕ СТИЛИ */
.custom-radio {
  justify-content: space-between;
  margin-right: 2.5%;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.outer-circle {
  min-width: 20px;
  width: 20px;
  height: 20px;
  border: 2px solid #0f6da1;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
}

.inner-circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0f6da1;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-48%, -52%);
}

.custom-radio.selected .inner-circle {
  display: inline-block;
}

.checkmark {
  border: none !important;
  margin-right: unset !important;
}

.option-info {
  display: flex;
  font: normal normal 16px/1.3 Arimo-Regular, sans-serif, Arial;
  font-size: 14px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: left;
  color: #636363;
  align-items: center;
}

.option-price {
  margin-left: 15%;
  align-items: center;
  display: flex;
  font: normal normal 16px/1.3 Arimo-Regular, sans-serif, Arial;
  font-size: 14px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: left;
  color: #636363;
}

label.custom-checkbox {
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  cursor: pointer;

  /* &:last-child {
    align-items: flex-start;
  } */
}

@media (max-width: 767px) {
  label.custom-checkbox {
    display: flex;
    column-gap: 10px;
  }
}

.custom-checkbox input {
  display: none;
}

.custom-checkbox .checkmark {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: transparent;
  cursor: pointer;
  justify-self: center;
}

.custom-checkbox svg {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.custom-checkbox .active-checkmark,
.custom-checkbox .inactive-checkmark {
  display: none;
}

.custom-checkbox input:checked + .checkmark .active-checkmark {
  display: block;
}

.custom-checkbox input:checked + .checkmark .inactive-checkmark {
  display: none;
}

.custom-checkbox input + .checkmark .inactive-checkmark {
  display: block;
}

.option-wrapper {
  min-height: 50px;
  padding-left: 1%;
  padding-right: 1%;
  margin: 1% 0 10px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  transition: background-color 0.3s;
  border-radius: 6px;
}

.option-wrapper.hovered {
  background-color: #0f6da1;
  color: #fff;
}

.option-wrapper.hovered * {
  color: #fff;
}

.option-wrapper.selected {
  background-color: #0f6da1;
  color: #fff;
}

.option-wrapper.selected * {
  color: #fff;
}

.total-hards-count {
  margin-right: 5%;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  line-height: 28.8px;
  text-align: right;
  color: #0f6da1;
}

.total-memory-count {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  line-height: 28.8px;
  text-align: right;
  color: #0f6da1;
  margin-left: 50%;
}

.total-memory-modules {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  line-height: 28.8px;
  text-align: left;
  color: #0f6da1;
  margin-left: -50%;
}

.memory-info {
  display: flex;
  margin-right: 5%;
}

.maximum-memory {
  margin-right: 5%;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  line-height: 28.8px;
  text-align: left;
  color: #636363;
}

.option-info-block {
  display: flex;
  justify-content: space-between;
}

.input-option-wrapper {
  display: flex;
}

.option-wrapper.hovered .outer-circle {
  border: 2px solid #fff;
}

.option-wrapper.hovered .inner-circle {
  background-color: #fff;
}

.option-wrapper.hovered .checkmark {
  border: 2px solid #fff;
}

.option-wrapper.hovered .checkmark-inner {
  border: solid #fff;
  border-width: 0 2px 2px 0;
}

.option-wrapper.hovered svg path,
.option-wrapper.hovered svg rect {
  fill: #fff;
}

.option-wrapper.selected .outer-circle {
  border: 2px solid #fff;
}

.option-wrapper.selected .inner-circle {
  background-color: #fff;
}

.option-wrapper.selected .checkmark {
  border: 2px solid #fff;
}

.option-wrapper.selected .checkmark-inner {
  border: solid #fff;
  border-width: 0 2px 2px 0;
}

.option-wrapper.selected svg path,
.option-wrapper.selected svg rect {
  fill: #fff;
}

.total-configuration-price {
  margin-bottom: 1%;
  margin-right: 5%;
  display: flex;
  flex-direction: row-reverse;
}

.configurators-container svg {
  fill: none !important;
}

.card-option-title span {
  color: #0f6da1;
  font-weight: 700;
}

.total-configuration-price-text {
  margin-right: 2%;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
  line-height: 28.8px;
  text-align: left;
  color: #636363;
}

.total-configuration-price-price {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
  line-height: 28.8px;
  text-align: right;
  color: #636363;
}

.product-tabs .configurator {
  background-color: unset;
}

.product-tabs p {
  padding: 5px 0;
  color: #5a5a5a;
}

.product-tabs b {
  font-weight: Bold;
  color: #5a5a5a;
}

.product-tabs ul {
  list-style: inherit;
  display: flex;
  flex-direction: column;
  margin-left: 15px;
}

li::marker {
  color: #5a5a5a;
}

@media (max-width: 768px) {
  .configurator-main-image {
    width: 100%;
    min-height: 400px;
    align-content: center;
    border-radius: 40px;
    background-color: #fff;
  }

  .configurators-wrapper {
    display: flex;
    margin-left: 0;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    max-width: 1226px;
  }

  .configurators-wrapper .configurators-page-header__title {
    margin-block: 0;
    font-size: 32px;
    font-weight: 700;
    color: #0f6da1;
    width: 100%;
    word-break: break-word;
    margin-bottom: 5%;
  }
}

.options-js {
  text-transform: lowercase !important;
  font-weight: 400 !important;
  color: #191919 !important;
  font-size: 14px;
}

.hidden {
  display: none;
}

.react-configurators-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  width: 100%;
}

.westcomp-react-configurator {
  width: 100%;
}

.westcomp-react-configurator-header {
  padding: 25px;

  display: none;
  align-items: center;
  column-gap: 15px;

  font-size: 22px;
  font-weight: 700;

  color: #191919;
  background-color: #dcf1ff;

  border-top-right-radius: 32px;
  border-top-left-radius: 32px;
}

.westcomp-react-configurator-header svg {
  width: 32px;
  height: 32px;
}

.westcomp-react-configurator:has(.westcomp-react-configurator-root[data-is-blades])
  .westcomp-react-configurator-header {
  display: flex;
}

#westcomp-react-configurator {
  width: 100%;
}
.product-page .configurator-name h1 {
  color: #636363;
  font-weight: 700;
  font-size: 29px;
  display:inline;
}
.configurators-container .card-options .card-option.card-option-blade {
  background: linear-gradient(0deg, #dcf1ff, #dcf1ff);
  align-items: center;
}

.configurators-container .card-options .card-option.card-option-blade .card-option-text {
  font-size: 18px;
  font-weight: 700;
}

.configurator-h1 {
  margin-bottom: 0;
}

.configurators-wrapper > .right-side-block {
  display: none;
}

.sticky-payment-card-header {
  position: fixed;
  z-index: 2;

  bottom: 57px;
  right: 10px;

  padding: 10px 15px 0 15px;
  width: calc(100% - 10px * 2);

  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;

  color: #636363;
  background-color: #ffffff;

  border: 1px solid #804eb7;
  border-bottom: none;
  border-radius: 16px 16px 0 0;

  visibility: hidden;
  box-shadow: 0px 0px 22px 0px #25aefa59;
}

@media (max-width: 767px) {
  .custom-checkbox .checkmark {
    justify-self: flex-start;
  }

  .configurator-main-image {
    padding: 15px;
    margin-bottom: 0;
    min-height: auto;
    border-radius: 16px;
  }

  .configurator-main-image .product-hero__name {
    font-size: 22px;
    line-height: 1.5;
  }

  .configurator-main-image .badges-container,
  .configurator-main-image .product-gallery-thumbs-carousel__outer {
    display: none;
  }

  .react-configurators-wrapper {
    margin-top: 10px;
  }

  .order-card {
    padding-right: 0;
    border-width: 1px;
    border-radius: 16px;
  }

  .order-card.description-card {
    height: revert !important;
    max-height: none !important;
  }

  .order-card .configurator-name {
    padding: 15px 15px 0 15px;
  }

  .order-card .configurator-name,
  .order-card .configurator-name > h1 {
    font-size: 14px;
    line-height: 1.5;
  }

    .card-description-info {
        padding-inline: 15px;

        font-size: 12px;
        line-height: 1.5;

        margin-right: 15px;
        max-height: 15lh;
    }

    .separator-line {
        margin-block: 15px;
    }

    .right-side-block .order-card .price-wrapper {
        display: flex;
        flex-direction: column;
        row-gap: 15px;
        padding: 0 15px 15px 15px;
    }

    .purchase-options-desc {
        font-size: 12px;
        line-height: 1.5;
    }

    .price-wrapper > * {
        margin-block: 0;
    }

    .right-side-block {
        row-gap: 10px;
    }

  .order-card.payment-card {
    margin-top: 0;
    border-width: 1px !important;
    border-radius: 32px !important;
  }

    .order-card.payment-card .banner {
        display: none;
    }

    .order-card.payment-card .configurator-name {
        padding: 10px 15px 0 15px;
    }

    .order-card.payment-card .separator-line {
        margin-top: 5px;
    }

    .card-option {
        margin-top: 0 !important;
        padding-inline: 10px !important;
    }

    .card-option + .card-option {
        margin-top: 10px !important;
    }

    .card-option-text {
        font-size: 12px;
    }

  .order-card.payment-card .price-wrapper .price-wrapper-info {
    padding-top: 10px;
    width: 100%;
  }

    .order-card.payment-card .price-wrapper .price-wrapper-info .price {
        font-size: 32px;
    }

    .order-card.payment-card .purchase-options {
        width: 100%;
    }

    .order-card.payment-card .price-wrapper {
        row-gap: 10px;
    }

    #nds-value {
        font-size: 13px;
        color: #646464;
    }

    .order-card.payment-card .purchase-options-desc {
        font-size: 13px;
        color: #646464;
    }

    .right-side-block .order-card-links {
        display: flex;
        flex-direction: column;
        row-gap: 10px;
        padding-top: 10px;
    }

    .right-side-block .order-card-links .product-links-item__icon {
        padding: 0;
        margin-right: 5px;
    }

    .right-side-block .order-card-links .order-card-link {
        font-size: 13px;
        font-weight: 400;
    }

    .configurators-wrapper > .right-side-block {
        display: block;
        order: revert;
        margin-bottom: 0;
    }

    .configurator-page__content > .right-side-block > .order-card.description-card {
        display: none;
    }

    .configurator-page__content .sticky-payment-card-header {
        visibility: visible;
    }
}

.sticky-payment-card-header {
    position: fixed;
    z-index: 2;

    bottom: 57px;
    right: 10px;

  padding: 10px 15px 0 15px;
  width: calc(100% - 10px * 2);

    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;

    color: #636363;
    background-color: #ffffff;

    border: 1px solid #804eb7;
    border-bottom: none;
    border-radius: 16px 16px 0 0;

    visibility: hidden;
    box-shadow: 0px 0px 22px 0px #25aefa59;
}

@media (max-width: 767px) {
    .custom-checkbox .checkmark {
        justify-self: flex-start;
    }

    .configurator-main-image {
        padding: 15px;
        margin-bottom: 0;
        min-height: auto;
        border-radius: 16px;
    }

    .configurator-main-image .product-hero__name {
        font-size: 22px;
        line-height: 1.5;
    }

    .configurator-main-image .badges-container,
    .configurator-main-image .product-gallery-thumbs-carousel__outer {
        display: none;
    }

    .react-configurators-wrapper {
        margin-top: 10px;
    }

    .order-card {
        padding-right: 0;
        border-width: 1px;
        border-radius: 16px;
    }

    .order-card.description-card {
        height: revert !important;
        max-height: none !important;
    }

    .order-card .configurator-name {
        padding: 15px 15px 0 15px;
    }

    .order-card .configurator-name,
    .order-card .configurator-name > h1 {
        font-size: 14px;
        line-height: 1.5;
    }

    .card-description-info {
        padding-inline: 15px;

        font-size: 12px;
        line-height: 1.5;

        margin-right: 15px;
        max-height: 15lh;
    }

    .separator-line {
        margin-block: 15px;
    }

    .right-side-block .order-card .price-wrapper {
        display: flex;
        flex-direction: column;
        row-gap: 15px;
        padding: 0 15px 15px 15px;
    }

    .purchase-options-desc {
        font-size: 12px;
        line-height: 1.5;
    }

    .price-wrapper > * {
        margin-block: 0;
    }

    .right-side-block {
        row-gap: 10px;
    }

    .order-card.payment-card {
        margin-top: 0;
        border-width: 1px !important;
        border-radius: 16px !important;
    }

    .order-card.payment-card .banner {
        display: none;
    }

    .order-card.payment-card .configurator-name {
        padding: 10px 15px 0 15px;
    }

    .order-card.payment-card .separator-line {
        margin-top: 5px;
    }

    .card-option {
        margin-top: 0 !important;
        padding-inline: 10px !important;
    }

    .card-option + .card-option {
        margin-top: 10px !important;
    }

    .card-option-text {
        font-size: 12px;
    }

  .order-card.payment-card .price-wrapper .price-wrapper-info {
    padding-top: 10px;
    width: 100%;
  }

    .order-card.payment-card .price-wrapper .price-wrapper-info .price {
        font-size: 32px;
    }

    .order-card.payment-card .purchase-options {
        width: 100%;
    }

    .order-card.payment-card .price-wrapper {
        row-gap: 10px;
    }

    #nds-value {
        font-size: 13px;
        color: #646464;
    }

    .order-card.payment-card .purchase-options-desc {
        font-size: 13px;
        color: #646464;
    }

    .right-side-block .order-card-links {
        display: flex;
        flex-direction: column;
        row-gap: 10px;
        padding-top: 10px;
    }

    .right-side-block .order-card-links .product-links-item__icon {
        padding: 0;
        margin-right: 5px;
    }

    .right-side-block .order-card-links .order-card-link {
        font-size: 13px;
        font-weight: 400;
    }

    .configurators-wrapper > .right-side-block {
        display: block;
        order: revert;
        margin-bottom: 0;
    }

    .configurator-page__content > .right-side-block > .order-card.description-card {
        display: none;
    }

  .configurator-page__content .sticky-payment-card-header {
    visibility: visible;
  }

  .card-option-title .ancor-link {
    right: -5px !important;
  }

  .card-option-title .ancor-link > path:nth-child(2) {
    display: none;
  }

  .price-wrapper-info {
    align-items: flex-start !important;
  }

  .radio-buttons-column {
    margin-left: 0 !important;
  }

  .radio-button__control {
    margin-left: 0 !important;
  }

  .order-card-link.feedback_button.kp_form {
    gap: 0 !important;
  }
}

@media (min-width: 768px) {
    .mobile-description {
        display: none;
    }
}

.mobile-description {
    padding: 12.5px 15px;
    margin-top: 10px;
    color: #636363;
    background-color: #fff;
    border: 1px solid #41a4db;
    border-radius: 16px;
    box-shadow: 0px 0px 22.3px 0px #25aefa40;
}

.mobile-description__title {
    font-size: 14px;
    font-weight: 700;
}

.mobile-description__text {
    margin-top: 5px;
    font-size: 12px;
}

.sticky-payment-card-header__row {
    padding: 10px 10px 10px 15px;
    margin-left: -14px;
    margin-top: 5px;
    display: flex;
    align-items: center;
    column-gap: 15px;
    justify-content: space-between;
    border-top: 1px solid #dcf1ff;
    width: calc(100% + 15px + 10px + 3px);
}

.sticky-payment-card-header__price {
    font-size: 32px;
    font-weight: 700;
    color: #0f6da1;
}

.sticky-payment-card-header__button {
  display: block;
  width: 68px;
  height: 45px;
  border: none;
  background: transparent
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjgiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA2OCA0NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjY4IiBoZWlnaHQ9IjQ0IiByeD0iNSIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzM2MTZfMTQ1MDQpIi8+CjxwYXRoIGQ9Ik00OCAxMUM0OCAxMC40NDc3IDQ4LjQ0NzcgMTAgNDkgMTBDNDkuNTUyMyAxMCA1MCAxMC40NDc3IDUwIDExVjE5QzUwIDE5LjU1MjMgNDkuNTUyMyAyMCA0OSAyMEM0OC40NDc3IDIwIDQ4IDE5LjU1MjMgNDggMTlWMTFaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNNDUgMTZDNDQuNDQ3NyAxNiA0NCAxNS41NTIzIDQ0IDE1QzQ0IDE0LjQ0NzcgNDQuNDQ3NyAxNCA0NSAxNEg1M0M1My41NTIzIDE0IDU0IDE0LjQ0NzcgNTQgMTVDNTQgMTUuNTUyMyA1My41NTIzIDE2IDUzIDE2SDQ1WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTI0LjMzMzMgMTYuMzMzM0wyMy41IDEzSDIxTTI0LjMzMzMgMTYuMzMzM0wyNiAyNi4zMzMzTTI0LjMzMzMgMTYuMzMzM0w0MSAxNi4zMzMzTDM5LjMzMzMgMjYuMzMzM0gyNk0zNy42NjY3IDI5LjY2NjdIMjZNMzcuNjY2NyAyOS42NjY3QzM2Ljc0NjIgMjkuNjY2NyAzNiAzMC40MTI5IDM2IDMxLjMzMzNDMzYgMzIuMjUzOCAzNi43NDYyIDMzIDM3LjY2NjcgMzNDMzguNTg3MiAzMyAzOS4zMzMzIDMyLjI1MzggMzkuMzMzMyAzMS4zMzMzQzM5LjMzMzMgMzAuNDEyOSAzOC41ODcyIDI5LjY2NjcgMzcuNjY2NyAyOS42NjY3Wk0yNiAyOS42NjY3QzI1LjA3OTUgMjkuNjY2NyAyNC4zMzMzIDMwLjQxMjkgMjQuMzMzMyAzMS4zMzMzQzI0LjMzMzMgMzIuMjUzOCAyNS4wNzk1IDMzIDI2IDMzQzI2LjkyMDUgMzMgMjcuNjY2NyAzMi4yNTM4IDI3LjY2NjcgMzEuMzMzM0MyNy42NjY3IDMwLjQxMjkgMjYuOTIwNSAyOS42NjY3IDI2IDI5LjY2NjdaTTI2IDI5LjY2NjdMMjYgMjYuMzMzMyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMzYxNl8xNDUwNCIgeDE9IjU3LjAwMzMiIHkxPSIyLjMyODRlLTA2IiB4Mj0iMTAuOTk2NyIgeTI9IjQ0IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiMzNzk1Q0EiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjODA0RUI3Ii8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==)
    no-repeat;
}
.order-card-link.feedback_button.kp_form {
  gap: 10px;
}

._button_14pzd_1 {
  font-size: 12px !important;
}

/* End */


/* Start:/local/templates/westcomp/components/bitrix/breadcrumb/configurator/style.min.css?1738823728547*/
.bx-breadcrumb {
    margin: 10px 0
}

.bx-breadcrumb i {
    color: #b5bdc2;
    line-height: 13px;
    font-size: 12px;
    vertical-align: middle;
    margin-right: 5px
}

.bx-breadcrumb .bx-breadcrumb-item {
    float: left;
    margin-bottom: 10px;
    white-space: nowrap;
    line-height: 13px;
    vertical-align: middle;
    margin-right: 10px
}

.bx-breadcrumb .bx-breadcrumb-item span {
    font-family: Montserrat !important;
    font-size: 13px;
    white-space: normal
}

.bx-breadcrumb .bx-breadcrumb-item a {
    border-bottom: 0
}
/* End */


/* Start:/local/components/all4it/webform.window/templates/configurator/style.css?17389215556974*/
.processing {
    width: 80%;
    height: 100%;
    text-align: center;
    padding-top: 150px;
    position: absolute;
    z-index: 9999;
    display: none;
    pointer-events: none;
    user-select: none;
}

.processing img {
    display: inline-block;
}
.popup-content .form-title {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
    color: #0F6DA1;
    margin: 10% 0 1.5rem;
}
.modal-wrapper .button-select{
    background: var(--primary-default) !important;
    border-radius: 8px !important;
    color: white !important;
}
.file_input::-webkit-file-upload-button {
    display: none;
}

.file_input::file-selector-button {
    display: none;
}
.headers_webform{
    margin-bottom: 7px;
    font-weight: bold;
}

.file_input{

    max-width: -webkit-fill-available;
}

.modal__wrap .j_dropdown{
    max-width: -webkit-fill-available;
    margin: auto !important;
}

.modal__wrap .j_dropdown:not(:last-child){

    margin-bottom: 14px !important;

}

.modal__wrap .dropdown__placeholder{
width: 85% !important;
}



.configurator-webform .popup {
    display: flex;
    position: fixed;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(15, 109, 161, 0.5);

}
.hidden {
    display:none!important;
}
.visible {
    display: flex;
}


/* Popup Content */
.configurator-webform .popup-content {
    position: fixed;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    width: 568px;
    height: 800px;
    max-width: 568px;
    border-radius: 48px;
    animation: fadeIn 0.5s;

}
@media screen and (max-width: 768px) {
    .configurator-webform .popup-content input[type=text], .configurator-webform .popup-content input[type=tel], .configurator-webform .popup-content input[type=email], .configurator-webform .popup-content input[type=submit], .configurator-webform .popup-content textarea {

        width: 100% !important;
    }
    .configurator-webform .popup-content {
        margin-top: 30%;
        width: 100%;
        position:unset;
        transform:unset;
        border-radius: 20px;
        height: 100%;
        max-height: 750px;
    }
    .configurator-webform .popup-content label {
        margin-left: 0 !important;
    }
}
.configurator-webform .popup-content h2 {
    font-family: Montserrat;
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
    color: #0F6DA1;
    margin-top: 2%;
}
.configurator-webform .webform-title {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    color: #0F6DA1;
    margin-top: 5%;
}
.configurator-webform .webform {
    z-index: 2;
}
.configurator-webform .popup-content p {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #636363;
}
.configurator-webform .popup-content a.link.special {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #0F6DA1;

}
.configurator-webform .popup-content a.link{
    color: black;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
}


.configurator-webform .popup-content .close {
    color: #aaa;
    float: right;
    font-size: 22px;
    border: none;
    background: none;
    text-decoration: none;

}



.configurator-webform .popup-content input[type=text], .configurator-webform .popup-content input[type=tel], .configurator-webform .popup-content input[type=email], .configurator-webform .popup-content input[type=submit] {

    width: 380px;
    font-family: Montserrat, Arial serif;
    padding: 12px 20px;
    margin: 32px auto;
    display: block;
    box-sizing: border-box;
    height: 48px;
    border-radius: 5px;
    border: 1px solid #B2BECB


}

.configurator-webform .popup-content textarea {
    width: 380px;
    max-width: 380px;
    font-family: Montserrat, Arial serif;
    padding: 12px 20px;
    margin: 32px auto;
    display: block;
    box-sizing: border-box;
    height: 48px;
    min-height: 50px;
    max-height: 50px;
    border-radius: 5px;
    border: 1px solid #B2BECB
}


.configurator-webform .popup-content input[type=submit]{
    border-radius: 40px;
    gap: 10px;
    background: linear-gradient(180deg, #0F6DA1 0%, #41A4DB 100%);
    font-family: Montserrat;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    margin-bottom:3%;


}
.configurator-webform .popup-content input[type=checkbox]  {
    vertical-align: middle;
    position: relative;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    margin-top: 1%;
    margin-left:-1.5%
}


.configurator-webform .popup-content label {
    margin-left: 15.5%;
    width: 380px !important;
    font-family: Montserrat !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 18px !important;
    letter-spacing: 0em !important;

}
.configurator-webform .popup-content label {
    display: inline-block;
}

.configurator-webform .popup-content input[type=submit]:hover {
    opacity: 0.8;
}
.configurator-webform .popup-container {
    z-index: 5;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 109, 161, 0.5);
    justify-content: center;
    align-items: center;

}

.configurator-webform .success-popup {
    z-index: 99999;
    text-align: center;
    border-radius: 48px;
    background-color: white;
    padding: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.configurator-webform .success-popup h2{
    font-family: Montserrat;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    color: #0F6DA1;
    margin-top: 20%;
}
.configurator-webform .success-popup .message {
    margin-top: -1.5%;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #636363;

}

.configurator-webform .close-btn {
    font-family: Montserrat;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    margin-top: 8%;
    width: 380px;
    height: 48px;
    border-radius: 40px;
    border: none;
    background: linear-gradient(180deg, #0F6DA1 0%, #41A4DB 100%);
}



#open-popup-btn {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

#open-popup-btn:hover {
    background-color: #45a049;
}


/* End */


/* Start:/local/components/all4it/webform.window/templates/.default/style.css?17389215556104*/
.processing {
    width: 80%;
    height: 100%;
    text-align: center;
    padding-top: 150px;
    position: absolute;
    z-index: 9999;
    display: none;
    pointer-events: none;
    user-select: none;
}

.processing img {
    display: inline-block;
}

.modal-wrapper .button-select{
    background: var(--primary-default) !important;
    border-radius: 8px !important;
    color: white !important;
}
.file_input::-webkit-file-upload-button {
    display: none;
}

.file_input::file-selector-button {
    display: none;
}
.headers_webform{
    margin-bottom: 7px;
    font-weight: bold;
}

.file_input{

    max-width: -webkit-fill-available;
}

.modal__wrap .j_dropdown{
    max-width: -webkit-fill-available;
    margin: auto !important;
}

.modal__wrap .j_dropdown:not(:last-child){

    margin-bottom: 14px !important;

}

.modal__wrap .dropdown__placeholder{
width: 85% !important;
}



.popup {
    display: flex;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(15, 109, 161, 0.5);

}
.hidden {
    display:none
}
.visible {
    display: flex;
}


.popup-content {
    position: fixed;
    top: 22%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    width: 568px;
    max-width: 568px ;
    border-radius: 48px;
    animation: fadeIn 0.5s;

}
@media screen and (max-width: 768px) {
    .popup-content input[type=text], .popup-content input[type=tel], .popup-content input[type=email], .popup-content input[type=submit], .popup-content textarea {

        width: 100% !important;
    }
    .popup-content {
        width: 100%;
        position:unset;
        transform:unset;
        border-radius: 20px;
        height: 100%;
        max-height: 600px;
        margin-top: 25%;
    }
    .popup-content label {
        margin-left: 0 !important;
    }
}
.popup-content label {
    display: inline-block;
}
.popup-content h2 {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
    color: #0F6DA1;
    margin-top: 10%;
}
.popup-content .form-title {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
    color: #0F6DA1;
    margin: 10% 0 1.5rem;
}
.popup-content p {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #636363;
}
.popup-content a.link.special {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #0F6DA1;

}
.popup-content a.link{
    color: black;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
}


.popup-content .close {
    color: #aaa;
    float: right;
    font-size: 22px;
    border: none;
    background: none;
    text-decoration: none;

}



.popup-content input[type=text], .popup-content input[type=tel], .popup-content input[type=email], .popup-content input[type=submit] {

    width: 380px;
    font-family: Montserrat, Arial serif;
    padding: 12px 20px;
    margin: 32px auto;
    display: block;
    box-sizing: border-box;
    height: 48px;
    border-radius: 5px;
    border: 1px solid #B2BECB


}

.popup-content textarea {
    width: 380px;
    max-width: 380px;
    font-family: Montserrat, Arial serif;
    padding: 12px 20px;
    margin: 32px auto;
    display: block;
    box-sizing: border-box;
    height: 48px;
    min-height: 50px;
    max-height: 50px;
    border-radius: 5px;
    border: 1px solid #B2BECB
}


.popup-content input[type=submit]{
    border-radius: 40px;
    gap: 10px;
    background: linear-gradient(180deg, #0F6DA1 0%, #41A4DB 100%);
    font-family: Montserrat;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    margin-bottom:3%;


}
.popup-content input[type=checkbox]  {
    vertical-align: middle;
    position: relative;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    margin-top: 1%;
    margin-left:-1.5%
}


.popup-content label {
    margin-left: 15.5%;
    width: 380px !important;
    font-family: Montserrat !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 18px !important;
    letter-spacing: 0em !important;
}
.popup-content label br + span {
    margin-left: 19.5%;
    display: inline-block;
}

.popup-content input[type=submit]:hover {
    opacity: 0.8;
}
.popup-container {
    z-index: 1;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 109, 161, 0.5);
    justify-content: center;
    align-items: center;

}

.success-popup {
    z-index: 99999;
    text-align: center;
    border-radius: 48px;
    background-color: white;
    padding: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.success-popup h2{
    font-family: Montserrat;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    color: #0F6DA1;
    margin-top: 20%;
}
.success-popup .message {
    margin-top: -1.5%;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #636363;

}

.close-btn {
    font-family: Montserrat;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    margin-top: 8%;
    width: 380px;
    height: 48px;
    border-radius: 40px;
    border: none;
    background: linear-gradient(180deg, #0F6DA1 0%, #41A4DB 100%);
}



#open-popup-btn {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

#open-popup-btn:hover {
    background-color: #45a049;
}


/* End */


/* Start:/local/components/all4it/webform.window/templates/umni-configurator/style.css?17508666666326*/
.processing {
    width: 80%;
    height: 100%;
    text-align: center;
    padding-top: 150px;
    position: absolute;
    z-index: 9999;
    display: none;
    pointer-events: none;
    user-select: none;
}

.processing img {
    display: inline-block;
}

.modal-wrapper .button-select{
    background: var(--primary-default) !important;
    border-radius: 8px !important;
    color: white !important;
}
.file_input::-webkit-file-upload-button {
    display: none;
}
.popup-content .form-title {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
    color: #0F6DA1;
    margin: 10% 0 1.5rem;
}
.file_input::file-selector-button {
    display: none;
}
.headers_webform{
    margin-bottom: 7px;
    font-weight: bold;
}

.file_input{

    max-width: -webkit-fill-available;
}

.modal__wrap .j_dropdown{
    max-width: -webkit-fill-available;
    margin: auto !important;
}

.modal__wrap .j_dropdown:not(:last-child){

    margin-bottom: 14px !important;

}

.modal__wrap .dropdown__placeholder{
width: 85% !important;
}



.config-list .popup {
    display: flex;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(15, 109, 161, 0.5);

}
.hidden {
    display:none
}
.visible {
    display: flex;
}


.config-list .popup-content {
    position: fixed;
    top: 22%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    width: 568px;
    height:auto;
    max-width: 568px ;
    border-radius: 48px;
    animation: fadeIn 0.5s;

}
@media screen and (max-width: 768px) {
    .config-list .popup-content {
        width: 100%;
        position:unset;
        transform:unset;
        border-radius: 20px;
        height: 100%;
        max-height: 600px;
        margin-top: 25%;
    }
    .popup-content input[type=text], .popup-content input[type=tel], .popup-content input[type=email], .popup-content input[type=submit], .popup-content textarea {

        width: 100% !important;
    }
    .popup-content label {
        margin-left: 0 !important;
    }
}
.popup-content label {
    display: inline-block;
}
.popup-content h2 {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
    color: #0F6DA1;
    margin-top: 10%;
}
.popup-content p {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #636363;
}
.popup-content a.link.special {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #0F6DA1;

}
.popup-content a.link{
    color: black;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
}


.popup-content .close {
    color: #aaa;
    float: right;
    font-size: 22px;
    border: none;
    background: none;
    text-decoration: none;

}



.popup-content input[type=text], .popup-content input[type=tel], .popup-content input[type=email], .popup-content input[type=submit] {

    width: 380px;
    font-family: Montserrat, Arial serif;
    padding: 12px 20px;
    margin: 32px auto;
    display: block;
    box-sizing: border-box;
    height: 48px;
    border-radius: 5px;
    border: 1px solid #B2BECB


}

.popup-content input[type=text]:focus-visible,
.popup-content input[type=tel]:focus-visible,
.popup-content input[type=email]:focus-visible,
.popup-content input[type=submit]:focus-visible {
    outline: none;
}

.popup-content textarea {
    width: 380px;
    max-width: 380px;
    font-family: Montserrat, Arial serif;
    padding: 12px 20px;
    margin: 32px auto;
    display: block;
    box-sizing: border-box;
    height: 48px;
    min-height: 50px;
    max-height: 50px;
    border-radius: 5px;
    border: 1px solid #B2BECB
}


.popup-content input[type=submit]{
    border-radius: 40px;
    gap: 10px;
    background: linear-gradient(180deg, #0F6DA1 0%, #41A4DB 100%);
    font-family: Montserrat;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    margin-bottom:3%;


}
.popup-content input[type=checkbox]  {
    vertical-align: middle;
    position: relative;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    margin-top: 1%;
    margin-left:-1.5%
}


.popup-content label {
    margin-left: 15.5%;
    width: 380px !important;
    font-family: Montserrat !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 18px !important;
    letter-spacing: 0em !important;
}
.popup-content label br + span {
    margin-left: 19.5%;
    display: inline-block;
}

.popup-content input[type=submit]:hover {
    opacity: 0.8;
}
.popup-container {
    z-index: 5;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    justify-content: center;
    align-items: center;

}

.success-popup {
    z-index: 99999;
    text-align: center;
    border-radius: 48px;
    background-color: white;
    padding: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.success-popup h2{
    font-family: Montserrat;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    color: #0F6DA1;
    margin-top: 20%;
}
.success-popup .message {
    margin-top: -1.5%;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #636363;

}

.close-btn {
    font-family: Montserrat;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    margin-top: 8%;
    width: 380px;
    height: 48px;
    border-radius: 40px;
    border: none;
    background: linear-gradient(180deg, #0F6DA1 0%, #41A4DB 100%);
}



#open-popup-btn {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

#open-popup-btn:hover {
    background-color: #45a049;
}


/* End */
/* /local/components/all4it/configurators.new.element/templates/new/style.css?175086666646615 */
/* /local/templates/westcomp/components/bitrix/breadcrumb/configurator/style.min.css?1738823728547 */
/* /local/components/all4it/webform.window/templates/configurator/style.css?17389215556974 */
/* /local/components/all4it/webform.window/templates/.default/style.css?17389215556104 */
/* /local/components/all4it/webform.window/templates/umni-configurator/style.css?17508666666326 */
