.popup-holder {
  overflow: hidden;
  height: 0;
}

.popup__title {
  line-height: 1.2;
  display: block;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 10px;
}

.popup__text {
  padding: 0 0 15px;
}

.customize-popup {
  padding: 21px 18px 26px;
  max-width: 640px;
}

.customize-popup .fancybox-button {
  display: none;
}

.customize-popup .close-link {
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
  line-height: 1.2;
  text-decoration: none;
}

.customize-popup .close-link:hover {
  text-decoration: underline;
}

.customize-form .btn-wrap {
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.customize-form .btn-wrap .btn {
  margin-right: 17px;
}

.fancybox-bg {
  background-color: rgba(0, 0, 0, .5);
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
}

@media (min-width: 768px) {
  .customize-popup {
    padding: 55px 45px;
  }

  .customize-popup .close-link {
    font-size: 18px;
  }

  .customize-form .btn-wrap .btn {
    margin-right: 35px;
  }
}

@media (min-width: 1024px) {
  .popup {
    line-height: 1.2;
    font-size: 25px;
  }

  .popup__title {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .popup__text {
    padding-right: 45px;
    padding-bottom: 50px;
  }

  .customize-popup {
    max-width: 980px;
    padding: 95px 109px 102px;
  }

  .customize-popup .close-link {
    font-size: 20px;
  }

  .customize-form .form-group {
    margin-bottom: 30px;
  }
}

@media (min-width: 1280px) {
  .customize-popup {
    max-width: 1050px;
  }
}

