// ===== Modal Registration
.modal-registration {
  display: none;
}
.modal-registration.show {
  display: block;
}
.modal-registration {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .50);
}
.banner__item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;  
  width: 700px;
  @media screen and (max-width: 767px) {
    width: 50%;
  }
  @media screen and (max-width: 690px) {
    width: 70%;
  }
  @media screen and (max-width: 500px) {
    width: 90%;
  }
  @media screen and (max-width: 420px) {
    width: 100%;
  }
}
.banner__item__inner {
  display: grid;
  grid-template-columns: 100%;
}
.banner__item-content {
  position: relative;
}
.banner__item-image .img-ratio {
  position: relative;
  padding-top: 60%;
  @media screen and (max-width: 767px) {
    padding-top: 50%;
  }
}
.banner__item-image .img-ratio__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner__item-image .img-ratio img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.banner__item-text {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 22px 32px 36px;
  text-align: center;
  color: #000;
  width: 100%;
  @media screen and (max-width: 767px) {
    padding: 22px 32px 36px;
  }
  @media screen and (max-width: 375px) {
    padding: 22px 5px 36px;
  }
  // p {
  //   margin-bottom: 0;
  // }
}
.banner__item-desk-top {
  font-size: 32px;
  line-height: 120%;
  color: #fff;
  @media screen and (max-width: 767px) {
    font-size: 24px;
  }

}

.banner__item-form {
  padding: 22px 40px 0;
}

.banner__close {
  position: absolute;
  top: 13px;
  right: 12px;
  line-height: 10%;
  cursor: pointer;
}

.feedback__fields .email, .feedback__fields .name, .feedback__fields .phone {
    height: 60px;
    border: 1px solid #4b4949;
    @media screen and (max-width: 767px) {
      height: 35px;
    }
  }

.feedback__submit {
  @media screen and (max-width: 767px) {
    margin-bottom: 10px;
  }
  .button {
    width: 100%;
    height: 60px;
  }
}
.feedback__fields .feedback__fields-container {
  display: grid;
  grid-template-columns: repeat(2, 47.5%);
  column-gap: 5%;
}
// ========== FORM- CAPTURE
// ::placeholder {
//   color: rgb(233, 232, 232)!important;
// }
.feedback {
  text-align: center;
}
.feedback__title {
  margin-bottom: 30px;
  text-align: center;
}
.feedback__form {
  position: relative;
}
.feedback__form.is-sended .feedback__fields {
  visibility: hidden;
}
.feedback__form.is-sended .feedback__success-message {
  display: block;
}
.feedback__success-message {
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
}
.feedback__field-area {
  margin-bottom: 2rem;
  text-align: left;
  position: relative;
  @media screen and (max-width: 767px) {
  margin-bottom: 1rem;
  }
}
.feedback__field-area input {
  width: 100%;
  text-align: center;
}
.feedback__field-area.is-error .feedback__field-error {
  display: block;
}
.feedback__submit {
  text-align: center;
}
.feedback__field-error {
  font-size: 0.875rem;
  color: red;
  text-align: left;
  position: absolute;
  display: none;
  left: 0;
  right: 0;
  top: 100%;
  padding-top: 1px;
}
.feedback__recaptcha > div {
  margin: 0 auto;
}
.feedback .form-control::placeholder {
  color: rgb(233, 232, 232)!important;
}
.feedback__fields .agree_simple_text {
  padding: 10px;
  a {
    text-decoration: none;
    color: #4b4949;
    &:hover {
      color:rgb(141, 140, 140)
    }
    // border-bottom: 1px solid #4b4949;
  }
}

.agree__checkbox {
  display: inline-flex;
  justify-content: start;
  align-items: flex-start;
}
.agree__field {
  width: 20px;
  height: 20px;
}
.agree__checkbox .agree__field {
  width: initial;
  margin-right: 15px;
}
.agree a {
  text-decoration: none;
  color: #4b4949;
  border-bottom: 1px solid #4b4949;
}

// ============= CAPTCHU
.feedback__field-area_capture {
  margin-top: 20px;
}
[data-feedback-form-recaptcha] {
  @media screen and (max-width: 320px) {
    width: 300px;
    overflow: hidden;
  }
  @media screen and (max-width: 310px) {
    width: 190px;
  }
}

.banner-line {
  text-align: center;
}

.banner-line img {
  max-height: 100px;
}

@media screen and (max-width: 767px) {
  .banner__item-form {
    padding: 10px 40px 0;
  }
  .feedback__fields .feedback__fields-container {
    display: grid;
    grid-template-columns: repeat(1, 100%);
    gap: 0;
  }
  .feedback__field-area {
    margin: 0 0 .5rem 0;
  }
  .banner__item-image .img-ratio.img-ratio_cover {
    padding-top: 40%;
  }
  .feedback__fields .email, .feedback__fields .name, .feedback__fields .phone {
    height: 40px;
  }
}

.banner__item-form {
    padding: 20px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .banner__item-form {
            padding: 20px;
    text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .banner__item-image .img-ratio.img-ratio_cover {
        padding-top: 90%;
    }
}
