#bg_popup {
  position: fixed;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  z-index: 9999999;
}

#popup {
  background: #fff;
  border: 5px solid #719267;
  width: 100%;
  max-width: 800px;
  margin: 0 10px;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10000000;
  transform: translate(-50%, -50%);
}

.close {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  font-weight: 700;
  font-size: 25px;
  text-align: center;
  z-index: 10;
}

.custom__popup {}

.custom__popup__inner {
  display: flex;
  justify-content: space-between;
}

.custom__popup__item {
  width: 50%;
}

.custom__popup__item:nth-child(1) {
  padding: 15px;
}

.custom__popup__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom__popup__img__none {
  display: none;
}

.custom__popup__title {
  font-size: 20px;
  font-weight: 700;
  /* text-align: center; */
}

.custom__popup__grup>.wpcf7 {
  margin-top: 20px;
}

.custom__popup__grup>#wpcf7-f5860-p6234-o1>form>p:nth-child(2)>span>input {
  border: 1px solid #000;
}

.custom__popup__subtitle {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #3e963f;
  /* text-align: center; */
}

.custom__popup__info {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}



@media (max-width: 991px) {
  #popup {
    margin: inherit;
  }
}

@media (max-width: 700px) {
  .custom__popup__inner {
    flex-wrap: wrap;
    position: relative;
  }

  .custom__popup__item:nth-child(1) {
    width: 100%;
  }

  .custom__popup__item:nth-child(2) {
    /* display: none; */
    position: absolute;
    top: 19px;
    right: 90px;
    width: 157px;
    height: auto;
    z-index: 1;
  }

  .custom__popup__title {
    max-width: 350px;
  }

  .custom__popup__subtitle {
    max-width: 300px;
    margin-bottom: 62px;
  }

  .custom__popup__img {
    display: none;
  }

  .custom__popup__img__none {
    display: block;
  }

  .custom__form__exchenge {
    /* max-width: 250px; */
  }

  .close {
    color: #4f0000;
    top: 0;
    right: 0;
  }
}

@media (max-width: 565px) {

  .custom__popup__item:nth-child(2) {
    right: 50px;
    width: 121px;
  }

  .custom__popup__title {
    font-size: 16px;
    max-width: 300px;
  }

  .custom__popup__subtitle {
    font-size: 16px;
    max-width: 280px;
    margin-bottom: 62px;
  }

  .form__label {
    font-size: 13px;
  }

  .custom__popup__info {
    font-size: 13px;
  }

  .form__label {
    margin-top: 10px;
  }

  #wpcf7-f6253-p6234-o1>form>p:nth-child(2) {
    margin-bottom: 10px;
  }

  #wpcf7-f6253-p6234-o1>form>p:nth-child(3) {
    margin-bottom: 0;
  }
}

@media (max-width: 500px) {
  .custom__popup__item:nth-child(2) {
    right: 15px;

  }
}

@media (max-width: 390px) {
  .custom__popup__item:nth-child(1) {
    width: 100%;
  }

  .custom__popup__item:nth-child(2) {
    display: none;
  }

  .custom__popup__info {
    margin-top: 10px;
  }

  .custom__popup__subtitle {
    font-size: 16px;
    max-width: 280px;
    margin-bottom: 0;
  }
}