@keyframes pulse {
  0% {
    transform: scale(0.75);
    box-shadow: 0 0 0 0 #2ab7f5;
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.75);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.yii-debug-toolbar {
  display: none;
}

@media (min-width: 992px) {
  .modal-lg {
    width: 1180px;
  }
}

.v-align-outer {
  display: table;
}
.v-align-outer .v-align-inner {
  display: table-cell;
  vertical-align: middle;
}

.columns-count-1 {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}

.columns-count-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.columns-count-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.columns-count-4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}

.interested-modal .modal-dialog {
  padding-right: 15px;
  display: flex;
  align-items: center;
  height: -webkit-fill-available;
}
.interested-modal .modal-content {
  padding: 0 15px;
  position: relative;
}
.interested-modal .title {
  font-family: open-sans-semibold, sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 26px;
  margin: -4px 0 5px 0;
  color: #313131;
  padding-top: 20px;
}
.interested-modal .subtitle {
  font-family: open-sans-bold, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  margin: -4px 0 5px 0;
  color: #313131;
  padding-top: 15px;
}
.interested-modal .text-area {
  border-radius: 10px;
  color: #313131;
  font-family: open-sans-semibold, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  padding: 5px 12px;
}
.interested-modal .text-area::placeholder {
  font: 14px/24px "open-sans", sans-serif;
  font-weight: normal;
}
.interested-modal .text-label {
  color: #1494d1;
  font-family: open-sans-bold, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
}
.interested-modal .contacts-block {
  display: flex;
  justify-content: space-between;
}
.interested-modal .contacts-block .form-group {
  width: 48%;
}
.interested-modal .contacts-block .text-area.contacts {
  height: 36px;
}
.interested-modal .submit-btn {
  width: 40%;
  margin: 20px;
}
.interested-modal .close-button {
  position: absolute;
  top: 15px;
  right: 10px;
  z-index: 11;
  background: transparent;
  border: none;
}
.interested-modal .close-button img {
  width: 25px;
}

/*# sourceMappingURL=interestedModal.css.map */
