@charset "UTF-8";
.hide-scroll {
  overflow: hidden;
}

input:focus-visible, textarea:focus-visible {
  outline: 1px solid var(--color-main);
}

label {
  margin-bottom: 0;
}

label.checkbox {
  display: flex;
  align-items: start;
  margin-bottom: 10px;
}
label.checkbox input[type=checkbox] {
  margin: 4px 4px 0 0;
}
label.checkbox span {
  font-size: 15px;
  display: inline-block;
  line-height: 1.3;
}

/* =========================== */
/* === POPUP WNDOWS { === */
.dialog-canvas {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1500;
}

.dialog-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding: 10px;
  align-items: flex-start;
  justify-content: center;
  overflow-y: scroll;
}

.dialog {
  display: none;
  background-color: #fff;
  padding: 0 20px 10px 20px;
  font-size: 16px;
  box-shadow: 0 0 15px rgba(50, 50, 50, 0.7);
  z-index: 100001;
  width: 100%;
  max-width: 400px;
  position: relative;
  top: 10px;
}

.dialog h2, .dialog .title {
  background-color: var(--color-green);
  color: #fff;
  font-family: Rubik, Verdana, Arial, sans-serif;
  font-size: 25px;
  font-weight: 400;
  margin: 0 -20px 20px -20px;
  padding: 10px 20px;
}

.dialog .buttons {
  text-align: center;
}

.dialog .buttons a {
  width: 100%;
  white-space: nowrap;
  margin-bottom: 15px;
}

.dialog table td {
  text-align: left;
  padding: 2px 5px;
}

.dialog input[type=text], .dialog input[type=tel], .dialog textarea, .dialog select {
  border: 1px solid #ccc;
  width: 100%;
}

.dialog textarea {
  padding-left: 4px;
  height: 100px;
}

.agreement {
  font-size: 12px;
  color: #999;
  padding-left: 20px;
  padding-top: 1px;
  margin-top: 10px;
}

.agreement a {
  color: #999;
  text-decoration: underline;
}

.cross_box {
  position: relative;
}

.cross {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  width: 48px;
  height: 48px;
  background-image: url("/i/cross.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
  cursor: pointer;
  opacity: 1;
  transition: all 0.5s 0s;
}

.cross:hover {
  opacity: 0.8;
  transform: rotate(180deg);
  transition: 0.5s ease-in-out;
}

#status h2 {
  margin-top: 10px;
}

#status p {
  margin: 20px 0;
}

#status .buy-more {
  display: block;
  margin-top: 10px;
}

.yellow-bg {
  background-color: #ffcc00;
}

.yellow {
  color: #ffdb4d;
}

div.error {
  color: #ed4310;
}

.green {
  color: #008800;
}

.msg {
  border: 1px solid #eee;
  padding: 10px 20px 10px 50px;
  font-size: 14px;
  background: #f4f0e9 url("/i/warning.svg") 15px center no-repeat;
  background-size: 20px;
  line-height: 150%;
}

.msg.good {
  background-color: #cdffcd;
}

.msg.error {
  background-color: #ffcdcd;
}

/* === POPUP WNDOWS } === */
/* =========================== */
.loader-box {
  display: flex;
  justify-content: center;
  margin: 20px auto 0 auto;
}

.order input[type=text], .order input[type=tel], .order input[type=textarea], .order textarea,
.dialog input[type=text], .dialog input[type=tel], .dialog input[type=textarea] {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 5px 10px;
}

.order .metro {
  width: 100%;
}

.form-validate label {
  padding: 5px;
}

.form-validate .error input[type=text], .form-validate .error input[type=tel], .form-validate .error textarea, .form-validate .error label {
  background-color: #ffcc00;
}

.form-validate .error:after {
  display: block;
  content: "заполните поле";
  color: #cc0000;
  margin-bottom: 10px;
}

#discount_montazh {
  background-color: #f3eee2;
}

.dialog#discount_montazh h2 {
  margin-top: 0;
}

/*# sourceMappingURL=dialog.css.map */
