

/* Start:/local/templates/lisna_pro/components/bitrix/form.result.new/feedback/style.css?17798043535288*/
.feedback-wrapp {
  margin: 50px 0 100px 0;
}
.feedback-wrapp .feedback {
  position: absolute;
  width: 768px;
  right: 0;
  top: 0;
  z-index: 1;
}

.feedback {
  display: flex;
}
.feedback__title {
  color: #fff;
  font-family: "Roboto";
  font-size: clamp(26px, 6vw, 36px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
}
.feedback__desc {
  color: #5B5B5B;
  font-family: "Roboto";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.feedback-form {
  padding: 50px 94px;
  background-color: #73897C;
}
.feedback-form--success {
  margin-top: 80px;
}
.feedback-form--success .feedback__title {
  margin-bottom: 0;
}
.feedback-form__info, .feedback-form__info p {
  color: white;
  font-family: "Montserrat";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}
.feedback-form__errors, .feedback-form__errors p {
  color: red;
  font-family: "Montserrat";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}
.feedback-form-inputs {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-top: 30px;
  padding-bottom: 20px;
}
.feedback-form-input {
  position: relative;
}
.feedback-form-input input[type=text],
.feedback-form-input input[type=email] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-bottom: 1px solid #ffffff;
  padding: 10px 20px;
  outline: none;
  background: transparent;
  width: 100%;
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 10px;
}
.feedback-form-input input[type=text]::-moz-placeholder, .feedback-form-input input[type=email]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.feedback-form-input input[type=text]::placeholder,
.feedback-form-input input[type=email]::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.feedback-form-input input[type=FILE] {
  display: none;
  border-bottom: none;
}
.feedback-form-input textarea {
  border-radius: 10px;
  border: 1px solid rgba(62, 76, 90, 0.24);
  padding-bottom: 46px;
  padding-left: 10px;
  padding-top: 10px;
  background: #f5f5f5;
}
.feedback-form-input__error {
  display: none;
  position: absolute;
  left: 0;
  bottom: -20px;
  color: #c92a2a;
  margin: 0;
  font-size: 16px;
  font-family: "Comfortaa";
}
.feedback-form input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-family: "Roboto";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  padding: 19px 10px 19px 10px;
  width: 100%;
  border-radius: 92.3px;
  background: #FFF;
}
.feedback-form input[type=submit]:hover, .feedback-form input[type=submit]:focus, .feedback-form input[type=submit]:active, .feedback-form input[type=submit]:visited {
  background-color: #FFF;
}
.feedback-form-privacy {
  padding-bottom: 20px;
  text-align: justify;
}

.our-contacts {
  display: flex;
  position: relative;
  margin-bottom: 0;
}
.our-contacts__wrapp {
  position: relative;
}
.our-contacts__title {
  font-family: "Roboto";
  font-size: clamp(48px, 7vw, 86px);
  font-weight: 400;
  line-height: normal;
  position: relative;
  top: 50px;
  mix-blend-mode: plus-lighter;
  margin: 0;
  z-index: 1;
  filter: contrast(0.6);
}
.our-contacts__bg {
  background-position: center bottom;
  width: 990px;
  height: 875px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.our-contacts__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(49, 38, 25, 0.5);
}
.our-contacts__contact-items {
  padding: 129px 0 0 79px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.our-contacts__contact-item {
  display: flex;
  margin-bottom: 30px;
}
.our-contacts__contact-item:last-child {
  margin-bottom: 0;
}
.our-contacts__img {
  max-width: 35px;
  max-height: 35px;
  margin-right: 26px;
}
.our-contacts__phone a {
  color: #FFF;
  font-family: "Roboto";
  font-size: clamp(18px, 4vw, 26px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
}
.our-contacts__mail a {
  color: #FFF;
  font-family: "Roboto";
  font-size: clamp(18px, 4vw, 26px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.our-contacts__label {
  max-width: 70%;
  color: #FFF;
  font-family: "Roboto";
  font-size: clamp(18px, 4vw, 26px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 1400px) {
  .our-contacts__bg {
    width: auto;
  }
  .our-contacts__contact-items {
    padding: 50px 0 0 50px;
  }
  .feedback-wrapp .feedback {
    width: auto;
    top: auto;
    bottom: 0;
  }
  .feedback-form {
    width: 70%;
    margin: 0 auto;
  }
}
@media (max-width: 992px) {
  .feedback-form {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .feedback-form {
    padding: 25px 15px;
  }
  .feedback-form input[type=submit] {
    font-size: 18px;
    padding: 10px;
  }
  .our-contacts__img {
    max-width: 25px;
    margin-right: 16px;
  }
  .our-contacts__bg {
    height: 860px;
  }
}
/* End */


/* Start:/local/templates/lisna_pro/components/bitrix/form.result.new/feedback/bitrix/main.userconsent.request/consent/style.css?17798043531230*/
.feedback .feedback-request__check {
  display: none;
}
.feedback .feedback-checkbox {
  display: block;
  position: absolute;
  width: 25px;
  height: 23px;
  border: 1px solid #FFF;
  left: 0;
  top: 5px;
  border-radius: 2px;
}
.feedback .feedback-checkbox .feedback-checkbox__checked {
  display: none;
  z-index: 1;
  position: absolute;
  right: -2px;
  top: -2px;
}
.feedback .feedback-checkbox .feedback-checkbox__checked svg path {
  stroke: #FFF;
}
.feedback .feedback-checkbox:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #73897C;
  top: -2px;
  width: 8px;
  right: -3px;
  height: 8px;
}
.feedback .main-user-consent-request-announce {
  color: #FFF;
}
.feedback .main-user-consent-request.feedback-request__privacy {
  position: relative;
}
.feedback .main-user-consent-request::before {
  display: none;
}
.feedback .main-user-consent-request .feedback-request__check:checked {
  background: unset;
  content: unset;
}
.feedback .main-user-consent-request .feedback-request__check:checked + .feedback-checkbox .feedback-checkbox__checked {
  display: block;
}
.feedback label.main-user-consent-request.feedback-request__privacy {
  padding-left: 40px;
  display: flex;
}
/* End */


/* Start:/local/templates/lisna_pro/components/bitrix/form.result.new/feedback/bitrix/main.userconsent.request/consent/user_consent.css?17798043534488*/
.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%;
  }
}

/* End */
/* /local/templates/lisna_pro/components/bitrix/form.result.new/feedback/style.css?17798043535288 */
/* /local/templates/lisna_pro/components/bitrix/form.result.new/feedback/bitrix/main.userconsent.request/consent/style.css?17798043531230 */
/* /local/templates/lisna_pro/components/bitrix/form.result.new/feedback/bitrix/main.userconsent.request/consent/user_consent.css?17798043534488 */
