

/* Start:/local/templates/rutego/components/bitrix/form.result.new/form-report/style.css?17544900162718*/
.form-report {
  max-width: 560px;
}
.form-report__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.form-report__title > p {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  margin: 0;
}
.form-report__close {
  cursor: pointer;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
}
.form-report__close svg {
  pointer-events: none;
}
.form-report__inputs {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form-report__input {
  width: 100%;
}
.form-report__input input {
  width: 100%;
  padding: 16px 17px;
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  color: #000;
  background: #fff;
  border: 1px solid #D6D6D6;
  border-radius: 12px;
}
.form-report__textarea {
  display: none;
  width: 100%;
}
.form-report__textarea textarea {
  width: 100%;
  min-height: 120px;
  max-height: 300px;
  padding: 16px 17px;
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  color: #858585;
  border: 1px solid #D6D6D6;
  border-radius: 12px;
  resize: none;
}
.form-report__input-error {
  display: none;
}
.form-report__input-error.active {
  display: block;
  color: #E3191C;
  font-size: 11px;
}
.form-report__success.active {
  text-align: center;
  display: block;
}
.form-report__btns {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form-report input[type=submit] {
  cursor: pointer;
  display: block;
  font-family: "Ermilov", sans-serif;
  color: #b9b9b9;
  position: relative;
  font-size: clamp(16px, 4vw, 18px);
  text-align: center;
  border-radius: 10px;
  border: 0.5px solid rgba(166, 12, 12, 0.74);
  background: rgba(216, 15, 15, 0.3019607843);
  box-shadow: 1px -2px 9px 0px rgba(184, 21, 21, 0.25) inset, 0px 4px 25px 0px rgba(51, 3, 3, 0.48);
  overflow: hidden;
  will-change: transform;
  padding: 18px 30px;
  width: 100%;
  transition: all 0.3s;
}
.form-report input[type=submit]:hover {
  background: rgba(216, 15, 15, 0.02);
}
.form-report input[type=submit]:focus {
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.form-report input[type=submit]:disabled {
  background-color: #ccc;
  color: #666;
  cursor: not-allowed;
}

.form-pd {
  display: none;
}
.form-pd.active {
  display: block;
}

@media (max-width: 768px) {
  .form-buy {
    border-radius: 15px;
    min-width: 335px;
  }
  .form-buy__input input {
    font-size: 12px;
    padding: 12px;
  }
  .form-buy__inputs {
    gap: 10px;
  }
  .form-buy input[type=submit] {
    font-size: 12px;
    padding: 12px 0;
  }
  .form-buy__title {
    margin-bottom: 20px;
  }
  .form-buy__title > p {
    font-size: 18px;
  }
}
/* End */


/* Start:/local/templates/rutego/components/bitrix/main.userconsent.request/consent/style.css?17544900161356*/
.feedback-request__check {
  position: absolute;
  left: 0;
  opacity: 0;
}

.main-user-consent-request.feedback-request__privacy {
  position: relative;
}

.main-user-consent-request.feedback-request__privacy::before {
  display: none;
}

.main-user-consent-request::before .feedback-request__check:checked {
  background: unset;
  content: unset;
}

.feedback-checkbox {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #b00707;
  left: 0;
  border-radius: 3px;
  top: 50%;
  transform: translateY(-50%);
}

.feedback-request__check:checked + .feedback-checkbox {
  border-color: transparent;
}

.main-user-consent-request .feedback-request__check:checked + .feedback-checkbox::before {
  content: "";
  position: absolute;
  background: url("/local/templates/rutego/components/bitrix/main.userconsent.request/consent/./images/Check.svg") no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 5;
  width: 19px;
  height: 18px;
  top: -2px;
  right: -2px;
}

.feedback-checkbox::before {
  z-index: 1;
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  right: -2px;
  top: -2px;
}

.main-user-consent-request-announce {
  cursor: pointer;
  color: #8a8a8a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

label.main-user-consent-request.feedback-request__privacy {
  padding-left: 30px;
  display: flex;
}
/* End */


/* Start:/local/templates/rutego/components/bitrix/main.userconsent.request/consent/user_consent.css?17141218944578*/
.main-user-consent-request a {
  cursor: pointer;
}

.main-user-consent-request input[type=checkbox] {
  margin: 5px 10px 0 0;
}

.main-user-consent-request-popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  z-index: 9000;
}

.main-user-consent-request-popup-cont {
  min-height: 290px;
  /* loader magic */
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  padding: 20px;
  min-width: 320px;
  background: #fff;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: auto;
}

.main-user-consent-request-popup-header {
  margin: 0 0 30px 0;
  font: normal 18px "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #000;
  text-align: left;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 260px;
}

.main-user-consent-request-popup-textarea-block {
  margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-user-consent-request-popup-button {
  display: inline-block;
  height: 39px;
  margin: 0 10px 5px 0;
  padding: 0 18px;
  border: none;
  border-radius: 2px;
  font: normal 12px/39px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #535c69;
  outline: none;
  vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: background-color 0.2s linear, color 0.2s linear;
  -o-transition: background-color 0.2s linear, color 0.2s linear;
  transition: background-color 0.2s linear, color 0.2s linear;
  cursor: pointer;
}

.main-user-consent-request-popup-button-acc {
  background: #bbed21;
}

.main-user-consent-request-popup-button-acc:hover {
  background: #d2f95f;
}

.main-user-consent-request-popup-button-rej {
  -webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
  box-shadow: inset 0 0 0 1px #a1a6ac;
  background: none;
}

.main-user-consent-request-popup-button-rej:hover {
  background: #cfd4d8;
}

.main-user-consent-request-popup-text {
  padding: 5px 10px;
  width: 100%;
  height: 130px;
  border: 1px solid #999;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-appearance: none;
  color: black;
}

/** LOADER **/
.main-user-consent-request-loader {
  position: relative;
  height: 100px;
  width: 100px;
  margin: 0 auto;
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.main-user-consent-request-path {
  stroke: #80868e;
  stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.main-user-consent-request-circular {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: inherit;
  width: inherit;
  -webkit-animation: rotate 1s linear infinite;
  animation: rotate 1s linear infinite;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.main-user-consent-request-path {
  stroke: #ccc;
  stroke-dasharray: 60, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

.main-user-consent-request-announce {
  cursor: pointer;
  color: #b6b5b5;
  font-size: 13px;
  line-height: 20px;
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@media (min-width: 992px) {
  .main-user-consent-request-popup-cont {
    min-height: 400px;
    min-width: 640px;
  }

  .main-user-consent-request-popup-header {
    max-width: 590px;
  }

  .main-user-consent-request-popup-text {
    height: 240px;
  }
}

@media (max-width: 991px) {
  .main-user-consent-request-popup-cont {
    width: 65%;
  }

  .main-user-consent-request-popup-header {
    max-width: 100%;
  }
}

@media (max-width: 1699px) {
  .main-user-consent-request-announce {
    font-size: 10px;
  }
}
/* End */
/* /local/templates/rutego/components/bitrix/form.result.new/form-report/style.css?17544900162718 */
/* /local/templates/rutego/components/bitrix/main.userconsent.request/consent/style.css?17544900161356 */
/* /local/templates/rutego/components/bitrix/main.userconsent.request/consent/user_consent.css?17141218944578 */
