.modal {
  width: 100%;
  max-width: 500px;
  padding: 20px!important;
  background: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,.08);
  border-radius: 30px
}
.modal__icon {
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto
}
.modal__title {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  margin-bottom: 30px
}
.modal__text {
  color: rgba(38,38,38,.4);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%
}
.modal__button {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto
}
.modal__form {
  margin-top: 40px
}
.modal__form .form__item {
  width: 100%
}
.modal__form .form__item:not(:last-child) {
  padding-bottom: 30px
}
.modal__form .form__button {
  width: 100%
}
.modal_600 {
  max-width: 600px;
  padding: 60px 90px!important
}
.fancybox__backdrop {
  background-color: rgba(0,0,0,.6)!important
}
.has-ajax .fancybox__content {
  padding: 0!important
}
.fancybox__slide.has-iframe .fancybox__content {
  height: 90%;
  max-width: 1300px;
  padding: 0!important
}
.fancybox__slide {
  padding-top: 30px;
  padding-bottom: 30px
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: auto
}
@media (max-width:1023px) {
  .modal__title {
    font-size: 24px
  }
  .modal__button {
    width: 100%
  }
  .modal_600 .modal__title {
    font-size: 28px
  }
}
@media (max-width:767px) {
  .modal_600 {
    padding: 50px 20px!important
  }
}