/* line 5, ../sass/lightbox.scss */
.lightbox {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(128, 123, 123, 0.8);
  z-index: 99;
}
/* line 15, ../sass/lightbox.scss */
.lightbox .lightbox-container {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 27, ../sass/lightbox.scss */
.exit {
  cursor: pointer;
  position: absolute;
  top: 18px;
  right: 8px;
  padding: 0 10px;
}

/* line 38, ../sass/lightbox.scss */
.lightbox-body {
  background-color: #fff;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  text-align: center;
  padding: 50px 18px 28px;
  position: relative;
}
/* line 46, ../sass/lightbox.scss */
.lightbox-body .image img {
  display: inline-block;
}
/* line 52, ../sass/lightbox.scss */
.lightbox-body .phone-body .number {
  margin-top: 45px;
  font-size: 25px;
  font-weight: 700;
  direction: ltr;
}
/* line 61, ../sass/lightbox.scss */
.lightbox-body .service-body .title {
  margin-top: 5px;
  font-size: 20px;
  color: #0A0000;
  font-weight: 800;
}
/* line 68, ../sass/lightbox.scss */
.lightbox-body .service-body .text {
  color: #b2b2b2;
  font-size: 20px;
  font-weight: 700;
  margin-top: 12px;
  margin-bottom: 40px;
}
/* line 76, ../sass/lightbox.scss */
.lightbox-body .service-body .input-section {
  margin-top: 15px;
  color: #000;
}
/* line 80, ../sass/lightbox.scss */
.lightbox-body .service-body .input-section label {
  font-size: 17px;
}
/* line 85, ../sass/lightbox.scss */
.lightbox-body .service-body .input {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
/* line 90, ../sass/lightbox.scss */
.lightbox-body .service-body .input:last-child {
  margin-bottom: 0;
}
/* line 94, ../sass/lightbox.scss */
.lightbox-body .service-body .input div {
  margin-right: 10px;
}
/* line 98, ../sass/lightbox.scss */
.lightbox-body .service-body .input input {
  padding: 0 10px;
}
/* line 106, ../sass/lightbox.scss */
.lightbox-body .button {
  font-size: 18px;
  width: 99px;
  padding: 10px 13px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  margin-top: 45px;
}

/* line 115, ../sass/lightbox.scss */
#loaderbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.7);
}
/* line 125, ../sass/lightbox.scss */
#loaderbox > div {
  align-items: center;
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 135, ../sass/lightbox.scss */
#loaderbox > div img {
  height: 200px;
}

@media (max-width: 767px) {
  /* line 142, ../sass/lightbox.scss */
  .container {
    width: 100%;
  }

  /* line 145, ../sass/lightbox.scss */
  .lightbox-body {
    min-width: 250px;
  }
  /* line 147, ../sass/lightbox.scss */
  .lightbox-body .exit {
    top: 0;
    right: 0;
  }
  /* line 150, ../sass/lightbox.scss */
  .lightbox-body .exit img {
    width: 9px;
  }
  /* line 154, ../sass/lightbox.scss */
  .lightbox-body .image img {
    width: 56px;
  }
  /* line 158, ../sass/lightbox.scss */
  .lightbox-body .service-body .text {
    font-size: 16px;
    font-weight: 400;
  }
  /* line 163, ../sass/lightbox.scss */
  .lightbox-body .service-body .input div {
    margin-right: 0;
    margin-left: 10px;
  }
  /* line 167, ../sass/lightbox.scss */
  .lightbox-body .service-body .input div img {
    width: 26px;
  }
  /* line 172, ../sass/lightbox.scss */
  .lightbox-body .button {
    font-size: 16px;
    width: 91px;
    margin-top: 30px;
  }
}
/* line 180, ../sass/lightbox.scss */
.report-container {
  padding: 25px;
}
/* line 182, ../sass/lightbox.scss */
.report-container .image {
  text-align: center;
  margin-bottom: 25px;
}
/* line 186, ../sass/lightbox.scss */
.report-container .image img {
  display: inline-block;
  width: 80px;
}
/* line 192, ../sass/lightbox.scss */
.report-container .input {
  margin-bottom: 25px;
}
/* line 195, ../sass/lightbox.scss */
.report-container .input div {
  background-color: #fafafa;
  color: #050001;
  white-space: normal;
  padding: 10px 20px;
  height: auto;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  -webkit-box-shadow: 0px 6px 13px -12px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 6px 13px -12px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 6px 13px -12px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  font-size: 16px;
  text-align: right;
}
/* line 209, ../sass/lightbox.scss */
.report-container .input div:hover, .report-container .input div.active {
  background-color: #E5203B;
  color: #fafafa;
}
/* line 216, ../sass/lightbox.scss */
.report-container .input:last-child {
  margin-bottom: 0;
}

/* line 223, ../sass/lightbox.scss */
.modal {
  text-align: center;
  padding: 0 !important;
}

/* line 228, ../sass/lightbox.scss */
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

/* line 236, ../sass/lightbox.scss */
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

/* line 244, ../sass/lightbox.scss */
#mapModal #minimap {
  height: 50vh;
}

@media (max-width: 767px) {
  /* line 251, ../sass/lightbox.scss */
  #mapModal .modal-dialog {
    width: 80%;
  }
}
