/*это затемнение экрана при вызове формы*/
.modal_background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/*это контейнер самой формы*/
/*.modal_form{
	 background: #ffffff;
	 border-radius: 2px;
	 padding: 40px 30px;
	 position: relative;
	 display: none;
	 max-width: 100%;
}*/
/*это кнопка для закрытия формы*/
a.close_form {
  position: absolute;
  right: 30px;
  top: 40px;
  z-index: 5;
}
.contacts__form {
  display: block;
  width: auto;
  padding: 70px 75px 73px;
}
.contacts__form form {
  display: block;
  width: 100%;
  max-width: 870px;
  margin-top: 25px;
}
.contacts__form-title {
  display: block;
  width: 100%;
  font-size: 36px;
  line-height: 40px;
}
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
}
.popup__wrap1 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 750px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: #ffffff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  border-radius: 10px;
  z-index: 1;
  padding: 60px 60px 56px 60px;
}
.popup__close {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 23px;
  right: 23px;
  width: 36px;
  height: 36px;
  z-index: 2;
  padding: 0;
  background: transparent;
  border: 0;
  outline: none;
}
.popup__title {
  display: block;
  font-size: 36px;
  line-height: 40px;
  color: #111111;
}
.popup__info {
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #111111;
  margin-top: 11px;
  margin-bottom: 27px;
}
.popup__txt {
  display: block;
  padding-left: 42px;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #a1a1a1;
  margin-bottom: 8px;
}
.popup__txt:last-child {
  margin-bottom: 0;
}
.popup__txt:after {
  position: absolute;
  content: "";
  top: 5px;
  left: 6px;
  width: 18px;
  height: 14px;
  background: url("/local/templates/diodex_template/css/../img/tk.svg")
    no-repeat center;
}
.popup__input-wrap {
  display: block;
  width: 100%;
  position: relative;
}
.popup__heading {
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 2px;
}
.popup__input-wrap input {
  display: block;
  width: 100%;
  height: 64px;
  background: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #111111;
  padding-left: 23px;
  padding-right: 23px;
  box-sizing: border-box;
}
.popup__input-wrap input::-webkit-input-placeholder {
  opacity: 0.5;
}
.popup__input-wrap input::-moz-placeholder {
  opacity: 0.5;
}
.popup__input-wrap input:-ms-input-placeholder {
  opacity: 0.5;
}
.popup__input-wrap input:-moz-placeholder {
  opacity: 0.5;
}
.popup__inputs {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 100%;
  margin-top: 35px;
}
.popup__callback .popup__inputs {
  align-items: flex-end;
}
.popup__inputs .popup__input-wrap {
  width: 48%;
}
.popup__policy {
  display: block;
  width: 100%;
  position: relative;
  padding-left: 30px;
  margin-top: 30px;
}
.popup__policy input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}
.popup__policy label {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #f6f7fb;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  border-radius: 1px;
}
.popup__policy label svg {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 4px;
  width: 10px;
  height: 8px;
  opacity: 0;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}
.popup__policy input:checked + label svg {
  opacity: 1;
}
.popup__policy input:checked + span + label svg {
  opacity: 1;
}
.popup__policy p {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #a1a1a1;
}
.popup__policy a {
  color: #a1a1a1;
  text-decoration: none;
  border-bottom: 1px solid #a1a1a1;
}
.popup__submit {
  display: block;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  background: #ff1938;
  border-radius: 10px;
  box-shadow: 0px 15px 18px rgba(0, 0, 0, 0.1);
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  border: 0;
  position: relative;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  height: 60px;
}
.popup__submit:hover {
  background: #cc142d;
}
.error-message {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ff1938;
}
.popup__download-wrap {
  display: block;
  width: 300px;
}
.popup__download-wrap p {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  line-height: 20px;
}
.popup__file-label {
  display: block;
  cursor: pointer;
  padding-left: 72px;
  width: 100%;
  height: 60px;
  border-radius: 10px;
  background: #e5e5e5 url("/local/templates/diodex_template/css/../img/pin.svg")
    no-repeat 38px center;
  position: relative;
  box-sizing: border-box;
}
.popup__choose {
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  padding-top: 18px;
}
.popup__file-input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  z-index: -1;
}
.popup__btns {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-top: 30px;
}
.tnx {
  display: block;
  width: 100%;
}
.tnx__illustration {
  margin-left: auto;
  margin-right: auto;
  width: 15em;
}
.tnx__illustration img {
  max-width: 100%;
}
.tnx__message {
  text-align: center;
}
.reviews .slick-slide img {
  max-width: 200px;
}

[hidden] {
  display: none;
}
@media (max-width: 1600px) {
  .contacts__form,
  .contacts {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1439px) {
  .contacts__form {
    padding-bottom: 53px;
  }
  .contacts__form-title {
    font-size: 26px;
    line-height: 32px;
  }
}

.mainpage_text {
  margin-top: 30px;
  line-height: 1.5em;
}

.mainpage_text h1 {
  margin-bottom: 20px;
}

.mainpage_text h2 {
  margin-bottom: 15px;
}

.mainpage_text p {
  margin-bottom: 10px;
}

.card__product-heading h1 {
  font-size: 36px;
}

progress {
  height: 10px;
  margin: 10px 0;
  border: none;
  background-color: #e5e5e5;
  width: 100%;
  border-radius: 50px;
  overflow: hidden;
}

progress::-webkit-progress-bar {
  border: none;
  background-color: #e5e5e5;
}

progress::-webkit-progress-value {
  background-color: #00aeff;
}

progress::-moz-progress-bar {
  border: none;
  background-color: #00aeff;
}

.contacts__file-name {
  white-space: pre;
}

.progress-block {
  position: relative;
  display: none;
}

.popup__submit:disabled {
  /* background: #e5e5e5;
  cursor: default; */
}

@media (max-width: 450px) {
  .contacts__form form {
    padding: 30px;
  }

  .popup__close {
    top: 10px;
    right: 10px;
  }

  .popup__title {
    font-size: 30px;
    line-height: 33px;
  }

  .popup__inputs .popup__input-wrap {
    width: 100%;
  }

  .popup__inputs {
    margin-top: 20px;
  }

  .popup__input-wrap input {
    height: 50px;
  }

  .popup__policy {
    margin-top: 30px;
  }

  .popup__policy p {
    font-size: 14px;
    line-height: 16px;
  }

  .popup__txt,
  .popup__info {
    display: none;
  }
}

.popup__back,
.popup__forward {
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  max-width: 300px;
  background: #ff1938;
  border-radius: 10px;
  box-shadow: 0px 15px 18px rgba(0, 0, 0, 0.1);
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  border: 0;
  position: relative;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  height: 60px;
}

@media (max-width: 450px) {
  .popup__forward {
    margin-right: auto;
    margin-left: auto;
  }

  .two-steps .popup__input-wrap {
    margin-top: 20px;
  }

  .two-steps .popup__btns {
    gap: 10px;
    align-items: center;
  }
}

.grecaptcha-badge {
  display: none !important;
}

.t-form__screen-current-view.t-name p {
  display: contents;
}

.t-form__screen-progress-circle {
  stroke: #000;
  opacity: 0.3;
  stroke-width: 2px;  
}

.t-form__screen-progress-bar {
  stroke: #d5302c;
  stroke-width: 2px;
  transition: all 0.25s;
}

.t-form__screen-number-container {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  margin-left: 3px;
  font-size: 12px;
}

.t-form__screen-number-container span {
  opacity: 0.3;
}

.t-form__screen-number-container span:nth-child(2) {
  padding-left: 3px;
  padding-right: 3px;
}

.t-form__screen-current-view.t-name {
  display: flex;
  align-items: center;
  align-self: center;
  margin: auto;  
}

.two-steps .popup__btns {
  display: grid;
  grid-template-columns: 1fr 150px 1fr;
}

.full .t-form__screen-progress-bar {
  stroke-dashoffset: 0 !important;
}

.policy-list-item {
  display: flex;
  gap: 5px;
  margin-left: 20px;
  margin-bottom: 5px;
}

.landing-page.policy ul, .landing-page.policy ul li {
  list-style: circle;
}

#agreementt-error {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ff1938;
  background: none;
  border: none;
}