/* .main-wrapper_height {
  min-height: 100px;
} */

#header {
  z-index: 1001;
}

.press-page-head_new {
  display: block;
}

.configurator {
  min-height: 450px;
  z-index: 1000;
}

.configurator_project {
  min-height: 380px;
}

.configurator-top {
  margin-bottom: 40px;
  padding: 35px 0px 30px 42px;
  background: #f7f7f7;
  border-radius: 10px;
}

.configurator-top-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 26px;
}

.configurator-type_1 {
  display: none;
}

.configurator-type_1-active {
  display: block;
}

.test-par {
  color: red;
}

.test-active {
  color: black;
}

.configurator__title {
  display: block;
  margin-right: 15px;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #000000;
}

.configurator__name {
  display: block;
  padding: 10px 12px;
  background: #eaeaea;
  border-radius: 8px;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #0071bc;
}

.configurator-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 46px;
}

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

.configurator-buttons_3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 27px;
}

.configurator-button {
  width: 249px;
  height: 56px;
  border: 1px solid #0071bc;
  border-radius: 10px;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  cursor: pointer;
}

.configurator-button_pick-up {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 24px;
  padding: 13px 8px 15px 48px;
  background: #0071bc;
  background-image: url(/img/svg/cable.svg);
  background-repeat: no-repeat;
  background-position: 24px center;
  font-size: 20px;
  color: #ffffff;
}

.onfigurator-button_projects {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
  padding: 14px 24px;
  font-size: 16px;
  background: #fff;
  color: #0071bc;
}

.configurator-button_new-project {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 24px 14px 60px;
  font-size: 16px;
  background: #fff;
  color: #0071bc;
  background-image: url(/img/svg/plus-new-project.svg);
  background-repeat: no-repeat;
  background-position: 60px center;
}

.configurator-button_download {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 17px;
  padding: 14px 23px;
  width: 208px;
  height: 40px;
  background: #0071bc;
  font-size: 14px;
  color: #ffffff;
}

.configurator-button_add {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 24px;
  padding: 14px 23px;
  width: 175px;
  height: 40px;
  border: 1px solid #0071bc;
  background: #0071bc;
  font-size: 14px;
  color: #ffffff;
}

.configurator-button_clear {
  padding-left: 18px;
  width: 145px;
  height: 17px;
  background: transparent;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #000000;
  border: none;
  background-image: url(/img/svg/cross.svg);
  background-repeat: no-repeat;
  background-position: 0px center;
}

/* .configurator-type_2 {
  display: none;
} */

.configurator-type__heading {
  margin-bottom: 43px;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}

.configurator-type__ul {
}

.configurator-type__li {
  position: static;
  margin-left: 30px;
  margin-bottom: 14px;
  padding-left: 0;
  list-style-type: disc;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  cursor: pointer;
}

.configurator-type__li::before {
  content: none;
}

.configurator-type__link {
  color: #000000;
}

.configurator-type__link:hover {
  color: #0071bc;
}

.configurator-center {
}

.configurator-center__heading {
  margin-bottom: 32px;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}

.configurator-center-blocks {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}

.configurator-center-block {
  margin-right: 32px;
  margin-bottom: 40px;
}

.configurator-center-wrapper-select {
  position: relative;
  width: 353px;
}

.configurator-center-wrapper-select:after {
  position: absolute;
  display: block;
  content: "";
  pointer-events: none;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 10px;
  background-image: url(/img/svg/arrow-down.svg);
  z-index: 1;
}

.configurator-center__select {
  -webkit-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  width: 353px;
  background: #ffffff;
  border: 1px solid #cbcbcb;
  border-radius: 10px;
  outline: none;
}

.red {
  color: #ed1c24;
}

.configurator-center-block-top {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.configurator-center-block-top_icon {
  align-items: end;
}

.configurator-center-block-top__span {
  display: block;
  margin-right: 15px;
  max-width: 270px;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
}

.configurator-center-block-top__img {
  cursor: pointer;
}

/* Стили для выпадающего списка */
details {
  position: relative;
  width: 353px;
  /* margin-right: 1rem; */
}

details[open] {
  z-index: 1;
}

summary {
  padding: 9.5px 30px 9.5px 15px;
  cursor: pointer;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #cbcbcb;
  list-style: none;
  height: 44px;
  overflow: hidden;
}

.configurator_text {
  width: 353px;
  padding: 9.5px 15px 9.5px 15px;
  cursor: pointer;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #cbcbcb;
  list-style: none;
  height: 44px;
  overflow: hidden;
  outline: none;
}

summary::-webkit-details-marker {
  display: none;
}

details[open] summary:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
}

summary:after {
  position: absolute;
  display: block;
  content: "";
  pointer-events: none;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 10px;
  background-image: url(/img/svg/arrow-down.svg);
  /* transform: rotate(0deg) translate(-50%, 0%); */
  transform-origin: center center;
  transition: transform ease-in-out 300ms;
}

summary:focus {
  outline: none;
}

details[open] summary:after {
  transform: rotate(180deg) translate(50%, 50%);
}

.configurator-center__ul {
  width: 100%;
  /* background: #ddd; */
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  padding: 0px 8px 8px 8px;
  margin: 0;
  box-sizing: border-box;
  border-radius: 10px;
  max-height: 326px;
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid #cbcbcb;
  scrollbar-width: thin;
  scrollbar-color: #0071bc #d8dee2;
  z-index: 10000;
}

.configurator-center__li {
  position: relative;
  margin: 0;
  padding: 8px 10px 8px 42px;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  list-style-type: none;
}

.configurator-center__li::before {
  content: none;
}

.configurator-center__li::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 50%;
  width: 32px;
  height: 28px;
  background-image: url(/img/svg/minus.svg);
  transform: translateY(-50%);
}

.configurator-center__li_plus::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 50%;
  width: 32px;
  height: 28px;
  background-image: url(/img/svg/plus.svg);
  transform: translateY(-50%);
}

.configurator-center__li_mark::after {
  position: absolute;
  display: block;
  content: "";
  left: 10px;
  top: 0.75em;
  width: 16px;
  height: 17px;
  background-image: url(/img/svg/mark.svg);
  background-repeat: no-repeat;
}

.configurator-center__li_mark-add::after {
  position: absolute;
  display: block;
  content: "";
  left: 3px;
  top: 20px;
  width: 25px;
  height: 22px;
  background-image: url(/img/svg/mark-add.svg);
  background-repeat: no-repeat;
}

.configurator-center__li:first-child {
  /* padding-top: 0; */
}

.configurator-center__li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

/* FAKE SELECT */

summary.configurator-center__radios {
  counter-reset: radios;
}

summary.radios:before {
  content: var(--selection);
}

summary input[type="radio"] {
  counter-increment: radios;
  appearance: none;
  display: none;
}

summary input[type="radio"]:checked {
  display: inline;
  --display: block;
}

summary input[type="radio"]:after {
  content: attr(title);
  display: inline;
  font-size: 14px;
  /* color: #CBCBCB; */
}

summary input[type="checkbox"] {
  counter-increment: radios;
  appearance: none;
  display: none;
}

summary input[type="checkbox"]:checked {
  display: inline;
  --display: block;
}

summary input[type="checkbox"]:after {
  content: attr(title);
  display: inline;
  font-size: 14px;
  /* color: #CBCBCB; */
}

.configurator-center__ul.configurator-center__ul {
  counter-reset: labels;
}

.configurator label {
  display: flex;
  align-items: center;
  width: 100%;
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  min-height: 48px;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
}

.configurator label span {
  --display: none;
  display: var(--display);
  width: 1rem;
  height: 1rem;
  border: 1px solid #727272;
  border-radius: 3px;
}

#configurator-center__ul::-webkit-scrollbar {
  background: #d8dee2;
  opacity: 0.5;
  border-radius: 8px;
  width: 7px;
}

#configurator-center__ul::-webkit-scrollbar-thumb {
  background-color: #0071bc;
  border-radius: 8px;
}

.configurator-center__input {
  color: #cbcbcb;
}

/* Модалка - modal-add-project */
.modal-add-project__dialog {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 448px;
  height: 580px;
  background: #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 8px 8px 16px rgba(0, 0, 0, 0.08);
  transform: translate(-50%, -50%);
  color: black;
  z-index: 11010;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.7s;
  border-radius: 10px;
}

.modal-add-project__dialog--visible {
  visibility: visible;
  opacity: 1;
}

.modal-add-project__dialog-wrapper {
  padding: 0px 35px 27px 35px;
  /* text-align: center; */
}

.popup-add-project-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.popup-add-project-title__heading {
  margin: 0;
  margin-top: 46px;
  margin-bottom: 46px;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: #000000;
}

.modal__close {
  position: absolute;
  right: 42px;
  top: 27px;
  text-decoration: none;
  cursor: pointer;
}

.popup-add-project-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.popup-add-project-center__span {
  display: block;
  margin-bottom: 52px;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #000000;
}

.popup-add-project-center__button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  padding: 14px 24px;
  width: 374px;
  height: 56px;
  background: #0071bc;
  border: 1px solid #0071bc;
  border-radius: 10px;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #ffffff;
}

.modal-add-project__radios {
  padding: 11px 30px 11px 15px;
}

.popup-add-project-custom-select {
  width: 374px;
}

/* Модалка - modal-create-project */
.modal-create-project__dialog {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 448px;
  height: 379px;
  background: #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 8px 8px 16px rgba(0, 0, 0, 0.08);
  transform: translate(-50%, -50%);
  color: black;
  z-index: 11010;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.7s;
  border-radius: 10px;
}

.modal-create-project__dialog--visible {
  visibility: visible;
  opacity: 1;
}

.modal-create-project__dialog-wrapper {
  padding: 0px 35px 27px 35px;
  /* text-align: center; */
}

.popup-create-project-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.popup-create-project-title__heading {
  margin: 0;
  margin-top: 32px;
  margin-bottom: 32px;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: #000000;
}

.popup-create-project-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* .popup-create-project-center__span {
  display: block;
  margin-bottom: 52px;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #000000;
} */

.popup-create-project-center__input-name {
  margin-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  width: 374px;
  height: 56px;
  border: 1px solid #cbcbcb;
  border-radius: 10px;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  outline: none;
}

.popup-create-project-center__input-name::placeholder {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #cbcbcb;
}

.popup-create-project-center__button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  padding: 14px 24px;
  width: 374px;
  height: 56px;
  background: #0071bc;
  border: 1px solid #0071bc;
  border-radius: 10px;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #ffffff;
}

/* Модалка - modal-help */
.modal-help__dialog {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 656px;
  height: 175px;
  background: #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 8px 8px 16px rgba(0, 0, 0, 0.08);
  transform: translate(-50%, -50%);
  color: black;
  z-index: 11010;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.7s;
  border-radius: 10px;
}

.modal-help__dialog--visible {
  visibility: visible;
  opacity: 1;
}

.modal-help__dialog-wrapper {
  padding: 41px 35px 27px 35px;
  /* text-align: center; */
}

.modal__close_help {
  right: 18px;
  top: 14px;
}

.popup-help-title {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}

.popup-help-title__img {
  margin-right: 21px;
}

.popup-help-title__heading {
  margin: 0;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 38px;
  color: #000000;
}

.popup-help-center {
  display: flex;
  align-items: center;
  /* justify-content: start; */
}

.popup-help-center__span {
  display: block;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
}

.popup-help-center__input-name {
  margin-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  width: 374px;
  height: 56px;
  border: 1px solid #cbcbcb;
  border-radius: 10px;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  outline: none;
}

.popup-help-center__input-name::placeholder {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #cbcbcb;
}

.popup-help-center__button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  padding: 14px 24px;
  width: 374px;
  height: 56px;
  background: #0071bc;
  border: 1px solid #0071bc;
  border-radius: 10px;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #ffffff;
}

/* Модалка - modal-configurator-project */
.modal-configurator-project__dialog {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 448px;
  height: 504px;
  background: #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 8px 8px 16px rgba(0, 0, 0, 0.08);
  transform: translate(-50%, -50%);
  color: black;
  z-index: 11010;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.7s;
  border-radius: 10px;
}

.modal-configurator-project__dialog--visible {
  visibility: visible;
  opacity: 1;
}

.modal-configurator-project__dialog-wrapper {
  padding: 0px 35px 27px 35px;
  /* text-align: center; */
}

.popup-configurator-project-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.popup-configurator-project-title__heading {
  margin: 0;
  margin-top: 100px;
  margin-bottom: 46px;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: #000000;
}

.popup-configurator-project-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.popup-configurator-project-center__span {
  display: block;
  margin-bottom: 52px;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #000000;
}

.popup-configurator-project-center__input-name {
  margin-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  width: 374px;
  height: 56px;
  border: 1px solid #cbcbcb;
  border-radius: 10px;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}

.popup-configurator-project-center__input-name::placeholder {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #cbcbcb;
}

.popup-configurator-project-center__button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  padding: 14px 24px;
  width: 374px;
  height: 56px;
  background: #0071bc;
  border: 1px solid #0071bc;
  border-radius: 10px;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #ffffff;
}

.popup-configurator-project-center__button-registr {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 24px;
  width: 375px;
  height: 56px;
  border: 1px solid #0071bc;
  border-radius: 10px;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  background-color: #fff;
  color: #0071bc;
}

/* Модалка - modal-add-configurator */
.modal-add-configurator__dialog {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 448px;
  height: 504px;
  background: #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 8px 8px 16px rgba(0, 0, 0, 0.08);
  transform: translate(-50%, -50%);
  color: black;
  z-index: 11010;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.7s;
  border-radius: 10px;
}

.modal-add-configurator__dialog--visible {
  visibility: visible;
  opacity: 1;
}

.modal-add-configurator__dialog-wrapper {
  padding: 0px 35px 27px 35px;
  /* text-align: center; */
}

.popup-add-configurator-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.popup-add-configurator-title__heading {
  margin-top: 35px;
  margin-bottom: 29px;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #000000;
}

.popup-add-configurator-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* .popup-add-configurator-center__span {
  display: block;
  margin-bottom: 52px;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #000000;
} */

.popup-add-configurator-center__input-name {
  margin-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  width: 374px;
  height: 56px;
  border: 1px solid #cbcbcb;
  border-radius: 10px;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  outline: none;
}

.popup-add-configurator-center__input-name.error {
  border: 1px solid red !important;
}

.popup-add-configurator-center__input-name::placeholder {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #cbcbcb;
}

.popup-add-configurator-center__button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  padding: 14px 24px;
  width: 374px;
  height: 56px;
  background: #0071bc;
  border: 1px solid #0071bc;
  border-radius: 10px;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #ffffff;
}

.configurator-form-search {
  display: flex;
}

.configurator__input-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 11px 16px 12px;
  width: 208px;
  height: 40px;
  background: #f7f7f7;
  border-radius: 0px 10px 10px 0px;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  display: flex;
  align-items: center;
  color: black;
  outline: none;
  border: none;
}

.configurator__input-text::placeholder {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  display: flex;
  align-items: center;
  color: #cbcbcb;
}

.configurator-button__search {
  padding-left: 16px;
  height: 40px;
  border: none;
  border-radius: 10px 0px 0px 10px;
  background: #f7f7f7;
}

.configurator-button__search-img {
}

.configurator-button__new-project {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px 12px 4px 42px;
  width: 160px;
  height: 40px;
  background: #0071bc;
  border: none;
  border-radius: 8px;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
  background-image: url(/img/svg/plus-white.svg);
  background-repeat: no-repeat;
  background-position: 12px 12px;
}

/* Модалка - modal-info-product */
.modal-info-product__dialog {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 944px;
  max-height: calc(85vh);
  background: #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 8px 8px 16px rgba(0, 0, 0, 0.08);
  transform: translate(-50%, -50%);
  color: black;
  z-index: 11010;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.7s;
  border-radius: 10px;
}

.modal-info-product__dialog--visible {
  visibility: visible;
  opacity: 1;
}

.modal-info-product__dialog-wrapper {
  padding: 0px 35px 27px 35px;
  /* text-align: center; */
}

.popup-info-product-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.popup-info-product-title__heading {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 92px;
  margin-bottom: 12px;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: #0071bc;
}

.popup-info-product-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: scroll;
  padding-bottom: 40px;
  scrollbar-width: thin;
  scrollbar-color: #0071bc #d8dee2;
  border-radius: 10px;
}

#popup-info-product-center::-webkit-scrollbar {
  background: #d8dee2;
  opacity: 0.5;
  border-radius: 8px;
  width: 7px;
}

#popup-info-product-center::-webkit-scrollbar-thumb {
  background-color: #0071bc;
  border-radius: 8px;
}

.popup-info-product-center__img {
  width: 100%;
}

.popup-info-product-center__span {
  display: block;
  margin-bottom: 52px;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #000000;
}

.popup-info-product-center__input-name {
  margin-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  width: 374px;
  height: 56px;
  border: 1px solid #cbcbcb;
  border-radius: 10px;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}

.popup-info-product-center__input-name::placeholder {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #cbcbcb;
}

.popup-info-product-center__button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  padding: 14px 24px;
  width: 374px;
  height: 56px;
  background: #0071bc;
  border: 1px solid #0071bc;
  border-radius: 10px;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #ffffff;
}

.popup-info-product-center__button-registr {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 24px;
  width: 375px;
  height: 56px;
  border: 1px solid #0071bc;
  border-radius: 10px;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  background-color: #fff;
  color: #0071bc;
}

/* Аккардеон */
.configurator-projects {
}

.configurator-project {
  margin-bottom: 16px;
  border: 1px solid #cbcbcb;
  border-radius: 10px;
}

.configurator-project_active {
  background: #f7f7f7;
  border-radius: 10px 10px 10px 10px;
}

.configurator-project-wrapper {
  padding: 16px 24px 16px 24px;
}

.configurator-project-wrapper_active {
  padding: 16px 24px 30px 24px;
}

.configurator-project-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s;
}

.configurator-project-heading_active {
  padding-bottom: 16px;
  border-bottom: 1px solid #000;
  transition: 0.5s;
}

.configurator-project-heading-left {
  display: flex;
  align-items: center;
}

.configurator-project-heading-left_media {
  display: none;
}

.configurator-project-heading-left__img {
  margin-right: 32px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  transition: 0.5s;
}

.configurator-project-heading-left__img_down {
  transform: rotate(90deg);
}

.configurator-project-heading-left-show {
  display: flex;
  display: none;
}

.configurator-project-heading-left-show_active {
  margin-top: 16px;
}

.configurator-project-heading-left-show__span {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 140%;
  color: #858585;
}

.configurator-project-heading-left__img_media {
  display: none;
}

.configurator-project-heading-left__wrapper {
  display: flex;
  flex-direction: column;
  margin-right: 18px;
}

.configurator-project-heading-left__span-1 {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #858585;
}

.configurator-project-heading-left__span-2 {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
}

.configurator-project-heading-right {
  display: flex;
  align-items: center;
}

.configurator-project-heading-right_media {
  display: none;
}

.configurator-project-heading-right__wrapper {
  display: flex;
  flex-direction: column;
  margin-right: 80px;
}

.configurator-project-heading-right__span-1 {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #858585;
}

.configurator-project-heading-right__span-2 {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #0071bc;
  cursor: pointer;
}

.configurator-project-heading-right__button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  padding: 10px 6px 11px;
  width: 160px;
  height: 24px;
  background: #959494;
  border: none;
  border-radius: 4px;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #ffffff;
}

.configurator-project-heading-right__button_active {
  visibility: hidden;
}

.configurator-project-heading-right__img-delete {
  margin-right: 16px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.configurator-project-heading-right__img-delete_media {
  margin-right: 10px;
}

.configurator-project-heading-right__img-pencil {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.configurator-project-heading-right__img-pencil_media {
  margin-right: 16px;
}

.configurator-project-content__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 21px;
}

.configurator-project-content {
  /* display: none; */
  margin-top: 10px;
}

.configurator-project-content--active {
  display: block;
}

.configurator-project-content-informations:last-child {
  border-bottom: none;
}

.configurator-project-content__span-markings {
  display: block;
  /* margin-bottom: 21px; */
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
}

.configurator-project-content-classification {
  display: flex;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid #0071bc;
}

.configurator-project-content-classification__span {
  display: block;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #858585;
}

.configurator-project-content-classification__span_1 {
  width: 25px;
}

.configurator-project-content-classification__span_2 {
  width: 435px;
}
.configurator-project-content-classification__span_3 {
  width: 112px;
  text-align: center;
}
.configurator-project-content-classification__span_4 {
  width: 80px;
  text-align: center;
}
.configurator-project-content-classification__span_5 {
  width: 156px;
  text-align: center;
}
.configurator-project-content-classification__span_6 {
  width: 165px;
  text-align: center;
}
.configurator-project-content-classification__span_7 {
  margin-right: 5px;
  /* width: 129px; */
}

.configurator-project-content-informations {
  display: flex;
  align-items: center;
  padding-top: 11px;
  padding-bottom: 14px;
  border-bottom: 1px solid #cbcbcb;
}

.configurator-project-content-informations-media {
  display: none;
  flex-wrap: wrap;
}

.configurator-project-content-informations-media-top {
}

.configurator-project-content-informations-media-bottom {
  display: flex;
  flex-direction: column;
}

.configurator-project-content-informations-media-bottom__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 256px;
}

.configurator-project-content-informations-media-bottom__wrapper_column {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.configurator-project-content-informations-media-bottom__span-1 {
  display: block;
  margin-bottom: 7px;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 140%;
  color: #858585;
}

.configurator-project-content-informations-media-bottom__span-2 {
  display: block;
  margin-bottom: 7px;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  color: #000000;
}

.configurator-project-content-informations-media__span {
  display: block;
  margin-right: 20px;
  margin-bottom: 12px;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #000000;
}

.configurator-project-content-informations-media__wrapper-buttons {
  display: flex;
  margin-bottom: 8px;
}

.configurator-project-content-informations-media__button-drums {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  padding: 8px;
  width: 124px;
  height: 31px;
  border: 1px solid #0071bc;
  border-radius: 8px;
  background-color: transparent;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 140%;
  color: #0071bc;
}

.configurator-project-content-informations-media__button-certificate {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px;
  width: 124px;
  height: 31px;
  border: 1px solid #0071bc;
  border-radius: 8px;
  background-color: transparent;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 140%;
  color: #0071bc;
}

.configurator-project-content-informations__span-information {
  display: block;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
}

.configurator-project-content-informations__span-information_1 {
  width: 25px;
}

.configurator-project-content-informations__span-information_2 {
  width: 435px;
}
.configurator-project-content-informations__span-information_3 {
  width: 112px;
  text-align: center;
}
.configurator-project-content-informations__span-information_4 {
  width: 80px;
  text-align: center;
}
.configurator-project-content-informations__span-information_5 {
  width: 156px;
  text-align: center;
}
.configurator-project-content-informations__span-information_6 {
  width: 165px;
  text-align: center;
}
.configurator-project-content-informations__span-information_7 {
  width: 129px;
}

.onfigurator-project-content-classification__img {
  width: 12px;
  height: 12px;
  cursor: pointer;
}

.configurator-project-content-informations__img {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.configurator-cost {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: start;
}

.configurator-cost-left {
  margin-right: 32px;
  padding-top: 30px;
}

.configurator-cost-left-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 68px;
}

.configurator-cost-left-top--active {
  display: none;
}

.configurator-cost-left-bottom {
  display: flex;
  flex-wrap: wrap;
}

.configurator-cost-left-bottom__button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
  margin-bottom: 36px;
  padding: 14px 24px;
  width: 214px;
  height: 40px;
  background: #0071bc;
  border: 1px solid #0071bc;
  border-radius: 10px;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
}

.configurator-cost-left-bottom__button-download {
  padding-left: 40px;
  height: 40px;
  border: none;
  background-color: #fff;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #0071bc;
  background-image: url(/img/svg/xls.svg);
  background-repeat: no-repeat;
  background-position: 0px 8px;
}

.configurator-cost-left__img {
  margin-right: 16px;
  width: 82px;
  height: 82px;
  background: #f7f7f7;
}

.configurator-cost-left-info-block {
  display: flex;
  align-items: center;
  padding: 18px 24px 24px 24px;
  background: #f7f7f7;
  border-radius: 10px;
}

.configurator-cost-left-info-block__span {
  display: block;
  margin-right: 34px;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #0071bc;
}

.configurator-cost-left-info-block__span-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 75px;
  width: 40px;
  height: 40px;
  background: #cce3f2;
  /* opacity: 0.2; */
  border-radius: 5px;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
  text-align: center;
  color: #000000;
}

.configurator-cost-left-info-block__input-number {
  width: 107px;
  height: 40px;
  background: #ffffff;
  border: none;
  border-radius: 5px;
  outline: none;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #000000;
}

.configurator-cost-left-info-block__img {
  width: 12px;
  height: 12px;
  cursor: pointer;
}

.configurator-cost-right {
  padding: 18px 24px 22px 24px;
  width: 257px;
  background: #f7f7f7;
  border-radius: 10px;
}

.configurator-cost-right-top {
  padding-bottom: 14px;
  border-bottom: 1px solid #cbcbcb;
}

.configurator-cost-right__heading {
  margin-bottom: 21px;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #000000;
}

.configurator-cost-right-wrapper {
  display: flex;
  justify-content: space-between;
}

.configurator-cost-right__span {
  display: block;
  margin-bottom: 11px;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #000000;
}

.configurator-cost-right-bottom {
  padding-top: 24px;
}

.configurator-cost-right__button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  padding: 14px 24px;
  width: 214px;
  height: 40px;
  background: #0071bc;
  border: 1px solid #0071bc;
  border-radius: 10px;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
}

.configurator-cost-right-bottom__span {
  display: block;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: #858585;
}

.configurator-cost-left-info-block__img_media {
  display: none;
}

.configurator-cost-left-info-block-wrapper {
  position: relative;
  display: flex;
}

/* .configurator-cost-left-info-block-wrapper::after {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  z-index: 500;
  right: 130px;
  top: 16px;
  background-image: url(/img/svg/plus-mini.svg);
  background-repeat: no-repeat;
  cursor: pointer;
}

.configurator-cost-left-info-block-wrapper::before {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  z-index: 500;
  left: 14px;
  top: 20px;
  background-image: url(/img/svg/minus-mini.svg);
  background-repeat: no-repeat;
  cursor: pointer;
} */

.modal__overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 11000;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.7s;
}

.modal__overlay--visible {
  visibility: visible;
  opacity: 1;
}

/* Переключатель цифр */
.qty-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.qty-container .input-qty {
  text-align: center;
  padding: 6px 10px;
  border: 1px solid #fff;
  max-width: 40px;
}
.qty-container .qty-btn-minus {
  border: 1px solid #fff;
  padding: 10px 13px;
  font-size: 10px;
  height: 38px;
  width: 38px;
  transition: 0.3s;
  border-radius: 5px 0px 0px 5px;
  background-color: #fff;
  background-image: url(/img/svg/minus-mini.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.qty-btn-minus:focus {
  outline: none;
  box-shadow: none;
}

.qty-container .qty-btn-plus {
  border: 1px solid #fff;
  padding: 10px 13px;
  font-size: 10px;
  height: 38px;
  width: 38px;
  transition: 0.3s;
  background-color: #fff;
  background-image: url(/img/svg/plus-mini.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.qty-btn-plus:focus {
  outline: none;
  box-shadow: none;
}

.qty-container .qty-btn-plus {
  margin-left: -1px;
}
.qty-container .qty-btn-minus {
  margin-right: -1px;
}

.btn-cornered,
.input-cornered {
  border-radius: 4px;
}
.btn-rounded {
  border-radius: 50%;
}
.input-rounded {
  border-radius: 50px;
}

/* Аккардеон */
.accordion {
  /* max-width: 300px; */
  /* background: linear-gradient(to bottom right, #fff, #f7f7f7); */
  /* background: #0097a7; */
  margin: 0 auto;
  margin-bottom: 16px;
  border: 1px solid #cbcbcb;
  border-radius: 10px;
}
.heading {
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid #e7e7e7;
  letter-spacing: 0.8px;
  padding: 16px 5px 16px 24px;
  transition: 1s;
}
.heading:nth-last-child(2) {
  border-bottom: 0;
}
/* .heading:hover {
    background: #00838f;
    border-radius: 0;
} */
.heading:first-child:hover {
  border-radius: 3px 3px 0 0;
}
.heading:nth-last-child(2):hover {
  border-radius: 0 0 3px 3px;
}
.heading::before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  border-top: 7px solid #f5f5f5;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  float: right;
  transform: rotate(0);
  transition: all 0.5s;
  margin-top: 5px;
}

.heading.active .configurator-project-heading-left__img {
  transition: 0.5s;
  transform: rotate(90deg);
}

.heading.active {
  transition: 0.5s;
  background: #f7f7f7;
}

.heading.active .configurator-project-heading {
  padding-bottom: 16px;
  border-bottom: 1px solid #000;
  transition: 0.5s;
}

/* .heading.active .configurator-project-heading-right__button {
  visibility: hidden;
} */

.heading.active .configurator-project-heading-left-show {
  display: none;
}

.configurator-button__new-project_2 {
  width: 200px;
}

.configurator-button__new-project_2-hidden {
  display: none;
  width: 200px;
}

.heading.active .configurator-button__new-project_2-hidden {
  display: block;
}

.heading.active .configurator-project-heading__wrapper {
  margin-bottom: 16px;
}

.contents {
  display: none;
  background: #f7f7f7;
  padding: 16px 24px 30px 24px;
  color: #7f8fa4;
  font-size: 13px;
  line-height: 1.5;
}

.configurator-project-heading__wrapper {
  display: none;
}

.configurator-scroll-container {
  overflow: hidden;
  overflow-y: visible;
  height: 50vh;
}

.span-wrapper {
  width: 520px;
}

@media (max-width: 1399px) {
  .configurator-project-content-classification__span_1 {
    width: 24px;
  }
  .configurator-project-content-classification__span_2 {
    width: 412px;
  }
  .configurator-project-content-classification__span_3 {
    width: 106px;
  }
  .configurator-project-content-classification__span_4 {
    width: 76px;
  }
  .configurator-project-content-classification__span_5 {
    width: 148px;
  }
  .configurator-project-content-classification__span_6 {
    width: 156px;
  }
  .configurator-project-content-classification__span_7 {
    /* width: 122px; */
  }
}

@media (max-width: 1199px) {
  .configurator-project-content-classification__span_1 {
    width: 20px;
  }
  .configurator-project-content-classification__span_2 {
    width: 341px;
  }
  .configurator-project-content-classification__span_3 {
    width: 88px;
  }
  .configurator-project-content-classification__span_4 {
    width: 63px;
  }
  .configurator-project-content-classification__span_5 {
    width: 122px;
  }
  .configurator-project-content-classification__span_6 {
    width: 130px;
  }
  .configurator-project-content-classification__span_7 {
    /* width: 122px; */
  }
  .modal-help__dialog {
    width: 615px;
    height: 165px;
  }
  .span-wrapper {
    width: 480px;
  }
  summary {
    padding: 8.5px 30px 9.5px 15px;
    height: 40px;
  }
}

@media (max-width: 991px) {
  .configurator-top {
    padding: 35px 0px 14px 42px;
  }
  .configurator__title {
    margin-bottom: 13px;
  }
  .configurator-button {
    margin-bottom: 16px;
  }
  .configurator-button_pick-up {
    padding: 13px 8px 15px 60px;
    background-position: 35px center;
    width: 288px;
  }
  .onfigurator-button_projects {
    width: 288px;
  }
  .configurator-button_new-project {
    padding: 14px 24px 14px 30px;
    width: 288px;
  }
  .configurator-cost-left-top {
    margin-bottom: 36px;
  }
  .configurator-cost-left__img {
    margin-bottom: 16px;
  }
  .configurator-cost-left-info-block {
    position: relative;
    flex-wrap: wrap;
  }
  /* .configurator-cost-left-info-block__span {
    margin-bottom: 13px;
  } */
  .configurator-cost-left-info-block__span-2 {
    margin-right: 0;
  }
  .configurator-cost-left-info-block__img {
    display: none;
  }
  .configurator-cost-left-info-block__img_media {
    position: absolute;
    display: block;
    right: 7px;
    top: 7px;
  }
  .modal-info-product__dialog {
    width: 700px;
  }
  .configurator-project-heading {
    flex-wrap: wrap;
  }
  .configurator-project-heading-left {
    display: none;
    flex-wrap: wrap;
  }
  .configurator-project-heading-left_media {
    display: flex;
  }
  .configurator-project-heading-left__img {
    display: none;
  }
  .configurator-project-heading-left__img_media {
    display: block;
    margin-right: 16px;
  }
  .configurator-project-heading-right {
    display: none;
    flex-wrap: wrap;
  }
  .configurator-project-heading-right_media {
    display: flex;
    margin-bottom: 16px;
  }
  .configurator-project-heading-right__button_media {
    margin-right: 0;
  }
  /* .configurator-project-heading-right__wrapper_visible {
    display: flex;
  } */
  .configurator-project-heading-left-show {
    display: flex;
  }
  .configurator-project-content-classification_media {
    display: none;
  }
  .configurator-project-content-informations_media {
    display: none;
  }
  .configurator-project-content-informations-media {
    display: flex;
  }
  .configurator-project-content-informations-media_info {
    display: block;
    margin-bottom: 16px;
    border-bottom: 1px solid #cbcbcb;
  }
  .configurator-cost-left-info-block-wrapper::after {
    right: 54px;
  }
  .configurator-center-block_m-b {
    margin-bottom: 20px;
  }
  .configurator-cost-left {
    padding-top: 0;
  }
  .configurator-cost-right {
    margin-bottom: 20px;
  }
  .modal-help__dialog {
    width: 615px;
    height: 135px;
  }
  .modal-help__dialog-wrapper {
    padding: 20px;
  }
  .popup-help-title {
    margin-bottom: 26px;
  }
  .configurator-project-heading__wrapper {
    display: block;
    /* margin-bottom: 16px; */
  }
  .configurator-button__new-project_2-hidden {
    width: 235px;
  }
  .configurator-button__new-project_2 {
    display: none;
  }
  .span-wrapper {
    width: 400px;
  }
}

@media (min-width: 767px) {
  .configurator-type_2 {
    display: none;
  }
}

@media (max-width: 767px) {
  .configurator {
    min-height: 220px;
  }
  .configurator-button_pick-up {
    margin-right: 0;
  }
  .onfigurator-button_projects {
    margin-right: 0;
  }
  .configurator-type_1 {
    display: none;
  }
  .configurator-type_2 {
    display: none;
    margin-top: 16px;
    margin-bottom: 18px;
  }
  .configurator-type_2-active {
    display: block;
  }
  .configurator-type__heading {
    margin-bottom: 24px;
    font-size: 20px;
  }
  .configurator-type__li {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
  }
  .configurator-top {
    padding: 35px 42px 0px 42px;
  }
  .configurator-cost-left-info-block__span {
    font-size: 16px;
    margin-right: 0;
    margin-bottom: 13px;
  }
  .modal-info-product__dialog {
    width: 510px;
  }
  .popup-info-product-title__heading {
    font-size: 25px;
  }
  .configurator-project-heading-left_media {
    margin-bottom: 16px;
  }
  .configurator-buttons_m-b {
    margin-bottom: 0;
  }
  .configurator-project-wrapper_active {
    padding: 16px 24px 18px 24px;
  }
  .modal-help__dialog {
    width: 574px;
    height: 126px;
  }
  .popup-help-title {
    margin-bottom: 15px;
  }
  summary {
    padding: 8.2px 30px 9.5px 15px;
    height: 38px;
  }
}

@media (max-width: 650px) {
  .modal-help__dialog {
    width: 490px;
  }
}

@media (max-width: 537px) {
  .configurator-button_download {
    justify-content: center;
    margin-right: 0;
    width: 258px;
    font-size: 16px;
  }
  .configurator-button_add {
    justify-content: center;
    margin-right: 20px;
    width: 258px;
    font-size: 16px;
  }
  .configurator__title {
    font-size: 16px;
  }
  .configurator__name {
    font-size: 16px;
  }
  .configurator-cost-left-bottom__button {
    margin-bottom: 16px;
    width: 288px;
  }
  .configurator-cost-left-bottom__button-download {
    margin-bottom: 36px;
    width: 288px;
    background-position: 30px 8px;
  }
  .configurator-cost-right {
    width: 288px;
  }
  .configurator-cost-right__button {
    width: 240px;
  }
  .modal-info-product__dialog {
    width: 400px;
  }
  .popup-info-product-center__button {
    width: 256px;
    font-size: 16px;
  }
  .popup-info-product-center__button-registr {
    width: 256px;
    font-size: 16px;
  }
  .configurator-project-heading-right__wrapper_media {
    margin-right: 0;
  }
  .modal-help__dialog {
    width: 410px;
  }
  .span-wrapper {
    width: 355px;
  }

  summary {
  	padding: 8.5px 30px 9.5px 15px;
  	height: 38px;
  }
}

@media (max-width: 472px) {
  /* modal-add-project */
  .modal-add-project__dialog {
    width: 288px;
    height: 380px;
  }
  .modal__close {
    top: 7px;
    right: 7px;
  }
  .popup-add-project-title__heading {
    margin-top: 24px;
    margin-bottom: 16px;
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
  }
  .popup-add-project-center__span {
    margin-bottom: 16px;
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    display: flex;
    align-items: center;
    text-align: center;
  }
  .popup-add-project-center__button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    padding: 14px 24px;
    width: 256px;
    height: 48px;
    background: #0071bc;
    border: 1px solid #0071bc;
    border-radius: 10px;
    font-size: 16px;
    line-height: 140%;
  }
  .popup-add-project-custom-select {
    width: 254px;
  }
  /* modal-create-project */
  .modal-create-project__dialog {
    width: 288px;
    height: 214px;
  }
  .modal__close {
    top: 7px;
    right: 7px;
  }
  .popup-create-project-title__heading {
    margin-top: 24px;
    margin-bottom: 16px;
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
  }
  /* .popup-create-project-center__span {
    margin-bottom: 16px;
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    display: flex;
    align-items: center;
    text-align: center;
  } */

  .popup-create-project-center__input-name {
    width: 254px;
    height: 48px;
  }

  .popup-create-project-center__button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    padding: 14px 24px;
    width: 256px;
    height: 48px;
    background: #0071bc;
    border: 1px solid #0071bc;
    border-radius: 10px;
    font-size: 16px;
    line-height: 140%;
  }

  /* modal-configurator-project */
  .modal-configurator-project__dialog {
    width: 288px;
    height: 256px;
  }
  .modal__close {
    top: 7px;
    right: 7px;
  }
  .popup-configurator-project-title__heading {
    margin-top: 24px;
    margin-bottom: 16px;
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
  }
  .popup-configurator-project-center__span {
    margin-bottom: 16px;
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 150%;
    display: flex;
    align-items: center;
    text-align: center;
  }

  .popup-configurator-project-center__input-name {
    width: 254px;
    height: 48px;
  }

  .popup-configurator-project-center__button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    padding: 14px 24px;
    width: 256px;
    height: 48px;
    background: #0071bc;
    border: 1px solid #0071bc;
    border-radius: 10px;
    font-size: 16px;
    line-height: 140%;
  }
  .popup-configurator-project-center__button-registr {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    width: 254px;
    height: 48px;
    background: #ffffff;
    border: 1px solid #0071bc;
    border-radius: 10px;
    font-size: 16px;
    line-height: 140%;
  }

  /* modal-add-configurator */
  .modal-add-configurator__dialog {
    width: 288px;
    height: 404px;
  }
  .modal__close {
    top: 7px;
    right: 7px;
  }
  .popup-add-configurator-title__heading {
    margin-top: 24px;
    margin-bottom: 16px;
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
  }
  /* .popup-add-configurator-center__span {
    margin-bottom: 16px;
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    display: flex;
    align-items: center;
    text-align: center;
  } */

  .popup-add-configurator-center__input-name {
    width: 254px;
    height: 48px;
  }

  .popup-add-configurator-center__button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    padding: 14px 24px;
    width: 256px;
    height: 48px;
    background: #0071bc;
    border: 1px solid #0071bc;
    border-radius: 10px;
    font-size: 16px;
    line-height: 140%;
  }
  .configurator-cost-left-bottom__button {
    margin-right: 0;
  }

  /* modal-info-product */
  .modal-info-product__dialog {
    width: 288px;
  }
  .modal__close {
    top: 7px;
    right: 7px;
  }
  .popup-info-product-title__heading {
    margin-top: 24px;
    margin-bottom: 16px;
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
  }
  .popup-info-product-center__span {
    margin-bottom: 16px;
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 150%;
    display: flex;
    align-items: center;
    text-align: center;
  }

  .popup-info-product-center__input-name {
    width: 254px;
    height: 48px;
  }

  .popup-info-product-center__button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    padding: 14px 24px;
    width: 256px;
    height: 48px;
    background: #0071bc;
    border: 1px solid #0071bc;
    border-radius: 10px;
    font-size: 16px;
    line-height: 140%;
  }
  .popup-info-product-center__button-registr {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    width: 254px;
    height: 48px;
    background: #ffffff;
    border: 1px solid #0071bc;
    border-radius: 10px;
    font-size: 16px;
    line-height: 140%;
  }

  .configurator-form-search {
    margin-right: 20px;
    /* margin-bottom: 16px; */
  }
  .modal-help__dialog {
    width: 345px;
  }
  .modal__close_help {
    top: 10px;
    right: 13px;
  }
}

@media (max-width: 453px) {
  .configurator-form-search {
    margin-bottom: 16px;
  }
  .configurator-button__search {
    padding-left: 58px;
  }
  .configurator-button__new-project {
    justify-content: center;
    width: 288px;
  }
  .configurator-button__new-project {
    background-position: 75px 12px;
  }
  .configurator-button__new-project_2-hidden {
    width: 235px;
    background-position: 35px 12px;
  }
  .span-wrapper {
    width: 280px;
  }
}

@media (max-width: 393px) {
  details {
    width: 288px;
  }
  label {
    font-size: 14px;
  }
  .configurator-center__ul {
    max-height: 118px;
  }
  .configurator-button_add {
    justify-content: center;
    margin-right: 0px;
  }
  .configurator-top {
    padding: 11px 15px 0px 15px;
  }
  .configurator-form-search {
    margin-right: 0;
  }
  .configurator-center-block-top__span_m-w {
    max-width: 170px;
  }
  .configurator-center-block-top__span_m-w-2 {
    max-width: 220px;
  }
  .modal-help__dialog {
    width: 280px;
    height: 145px;
  }
}

@media (max-width: 369px) {
  .configurator-project-heading-left_media {
    justify-content: space-between;
  }
  .configurator-project-heading-left__wrapper {
    margin-right: 0;
    margin-bottom: 8px;
    width: 104px;
  }
  .configurator-project-heading-right__wrapper_media {
    width: 104px;
  }
  .span-wrapper {
    width: 240px;
  }
  summary {
    padding: 9.5px 30px 9.5px 15px;
    height: 38px;
  }
}

@media (max-width: 320px) {
  .configurator-buttons {
    flex-direction: column;
  }
}

.scrollUp {
  z-index: 10000;
}