.close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
  z-index: 10;
  padding: 0;
  background-image: url("/test2/static/img/leads-imgs/icon-x.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 34px;
  min-width: 34px;
  height: 34px; }
  .close-modal:focus {
    outline: none; }
.popup_23 {
display:none;}
.modal-dialog {
  margin-top: 78px;
  max-width: 560px; }

.modal-content {
  border: none;
  border-radius: 8px; }

.modal-body {
  padding: 40px; }

.modal-title__wrap {
  margin-bottom: 32px; }

.modal__title {
  font-family: "MuseoSansCyrlSuperBold";
  font-size: 30px;
  line-height: 40px;
  color: #1F282C;
  margin-bottom: 16px; }

.modal__subtitle {
  font-family: "MuseoSansCyrl";
  font-size: 20px;
  line-height: 28px;
  color: #1F282C; }

.modal-form-inputs__wrap {
  width: 100%;
  margin-bottom: 16px; }

.modal-form-inputs__item {
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 12px; }
  .modal-form-inputs__item:last-child {
    margin-bottom: 0; }

.modal-form-input {
  padding-left: 16px;
  padding-right: 16px;
  background: #FAFAFA;
  width: 100%;
  outline: none;
  border: none;
  height: 48px;
  font-family: "MuseoSansCyrlBold";
  font-size: 18px;
  line-height: 22px;
  color: #6A7072; }
  .modal-form-input::-webkit-input-placeholder {
    font-family: MuseoSansCyrlBold;
    color: #6A7072;
    font-size: 18px;
    opacity: 0.5; }
  .modal-form-input::-moz-placeholder {
    font-family: MuseoSansCyrlBold;
    color: #6A7072;
    font-size: 18px;
    opacity: 0.5; }
  .modal-form-input:-ms-input-placeholder {
    font-family: MuseoSansCyrlBold;
    color: #6A7072;
    font-size: 18px;
    opacity: 0.5; }

.modals__btn {
  width: 100%;
  height: 48px;
  border-radius: 4px;
  border: none;
  font-family: "MuseoSansCyrlBold";
  font-size: 18px;
  line-height: 22px; }
  .modals__btn:focus {
    outline: none; }

.modals__btn-blue {
  background: #3DAFCC;
  color: #FFFFFF; }
  .modals__btn-blue:hover {
    background: #369ab3; }

.modal-form-inputs__comment {
  margin-top: 12px;
  font-family: "MuseoSansCyrlBold";
  font-size: 12px;
  line-height: 16px;
  color:rgba(106, 112, 114, 0.5);
  opacity: 1; }

@media screen and (max-width: 992px) {
  .modal-dialog {
    margin-top: 10px; }
  .modal-body {
    padding: 20px 15px; }
  .modal__title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 16px; }
  .modal__subtitle {
    font-size: 18px;
    line-height: 26px; }
  .span-br-mob {
    display: block; }
  .modal-form-input {
    height: 56px; }
  .modals__btn {
    height: 56px; } }


.popup-fade {
  display: none;

}

.popup-fade:before {
  content: '';
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: 9999;
}

#popup_23 {
  position: fixed;
  top: 78px;
  left: 50%;
  padding: 40px;
  width: 560px;
  margin-left: -270px;
  background: #fff;
  border-radius: 8px;
  z-index: 99999;
  opacity: 1;
  visibility: visible;
  bottom: auto;
  max-height: calc(100vh - 78px);
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
}

@media screen and (max-width: 992px) {
  .popup_23{
    top: 50px;
    width: 100%;
    margin-left: 0;
    left: auto;
    max-width: 100%;
    padding: 24px;
  }
}

@media screen and (max-width: 450px) {
  .modal__title{
    font-size: 18px;
    line-height: 1.33;
  }
  .modal__subtitle{
    font-size: 16px;
    line-height: 1.33;
  }
}
input[name="agreement"] {
width:10px;
top:2px;}