html, body {
  overflow-x: hidden;
 }
/* New */
.popup__new {
  /* display: none; */
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 50px 25px;
  border-radius: 6px;
  background: #fff url("/wp-content/themes/your-clean-template-3/img/intense/fon.png") no-repeat center/cover;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  transition: 0.3s;
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
  z-index: 1002;
  max-width: 800px;
  width: 100%; }

.popup__new--hide {
  opacity: 0;
  visibility: hidden; }

.popup__close {
  position: absolute!important;
  top: 10px!important;
  right: 10px!important;
  width: 30px!important;
  height: 30px!important;
  padding: 0 5px!important;
  font-size: 0!important;
  border: none;
  border-radius: 0px;
  background: #a21315 url("img/international-popup-close.png") no-repeat center;
  background-size: 17px;
  cursor: pointer; }

.popup__img {
  display: block;
  width: 220px;
  margin: 0 auto 10px auto; }

.popup__title {
  margin: 0 auto 10px;
  color: #292d6d;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  max-width: 532px; }
.popup__title span {
  display: block;
  width: 100%;
  font-size: 30px;
  color: #3c3c3b;
  line-height: 60px;
  position: relative; }
.popup__title span::before {
  content: '';
  display: block;
  width: 600px;
  height: 100px;
  background: url("img/text-line.png") no-repeat center;
  left: 50%;
  top: 50%;
  position: absolute;
  background-size: contain;
  transform: translate(-50%, -50%); }

.popup__title--small {
  font-size: 25px;
  font-weight: normal; }

.popup__text {
  margin: 0 0 15px 0;
  font-size: 23px!important;
  text-align: center; }

.popup__text--bold {
  padding: 8px!important;
  color: #fff!important;
  font-size: 20px!important;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  background: linear-gradient(to right, #282d6e, #3e449b);
  max-width: 750px;
  margin: 0 auto; }

.popup__form {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.7); }

.popup__input {
  margin: 0 20px 0 0;
  color: #383636;
  font-size: 16px;
  font-family: Arial, sans-serif;
  padding: 10px;
  border: 2px solid #8a8a8a;
  border-radius: 5px;
  transition: 0.3s; }

.popup__input:focus {
  border: 2px solid #5c39d8; }

.popup__input:last-child {
  margin: 0; }

.popup__submit {
  display: block;
  width: 300px;
  padding: 10px 20px;
  margin: 10px auto 0 auto;
  color: #fff;
  font-size: 17px;
  font-family: Arial, sans-serif;
  border: none;
  border-radius: 5px;
  background: -webkit-linear-gradient(left, #e30728, #b6001b);
  cursor: pointer; }

.overlay__new {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
  z-index: 1001; }

.overlay__new--hide {
  opacity: 0;
  visibility: hidden; }

@media screen and (max-width: 800px) {
  .popup__new {
    padding: 25px 37px!important; }
  .popup__title {
    font-size: 27px!important;
  margin-bottom: 10px!important;}
  .popup__title span {
    font-size: 25px!important;
    line-height: 36px!important; }
  .popup__title span::before {
    display: none!important; }
  .popup__text {
    font-size: 17px!important;
  line-height: 1.2}
  .popup__text {
    font-size: 17px!important; }
  .popup__text br {
    display: none!important; }
  #form_118839_1 iframe {
    height: 229px !important; }
  .popup__new {
    height: 100%;
    overflow-y: scroll!important;
    box-shadow: none!important; } }

@media screen and (max-height: 580px) {
  .popup__new {
    height: 100% !important;
  }


}