/*
  Put constants (variables) like colors, font sizes, etc. here.
  For example: @color-red: red;
  Then in other files put: @import "constants"   and just use the constants
  If you gonna put something else then variables here, it gonna be in style.css multiple times, so don't do that.
*/
.array-set {
  top: -25px;
  position: relative;
}
@media (max-width: 1200px) {
  .array-set {
    top: -39px;
  }
}
.array-set .row {
  display: table-row;
}
.array-set .row .column {
  display: table-cell;
  cursor: pointer;
}
.array-set .row .column .small {
  font-size: 1em;
}
.array-set .row .add,
.array-set .row .active {
  width: 46px;
  height: 31px;
  position: relative;
}
@media (max-width: 1200px) {
  .array-set .row .add,
  .array-set .row .active {
    width: 60px;
    height: 41px;
  }
}
.array-set .row .add span,
.array-set .row .active span {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  font-size: 0.9em;
}
.array-set .row .add {
  color: #a6a6a6;
  border: solid 2px transparent;
}
.array-set .row .active {
  border: solid 2px #0072B5;
  color: #0072B5;
}

/*
  Put constants (variables) like colors, font sizes, etc. here.
  For example: @color-red: red;
  Then in other files put: @import "constants"   and just use the constants
  If you gonna put something else then variables here, it gonna be in style.css multiple times, so don't do that.
*/
.buttons-area-wrapper .steps {
  top: 10px;
}
.buttons-area-wrapper .btn {
  background: transparent;
  width: 220px;
  font-size: 1em;
  padding: 12px 0px;
  position: relative;
  margin: 8px 0;
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
  float: left;
  transition: 0.2s;
  text-transform: lowercase;
  border: 1px #fff solid;
  font-family: "Danzza Medium";
}
.buttons-area-wrapper .btn:hover {
  background: #0072B5;
  color: #fff;
  border-color: #0072B5;
}
.buttons-area-wrapper .advanced-results,
.buttons-area-wrapper .copy-url-to-share {
  background-color: #fff;
  margin-right: 10px;
  color: #0072B5;
  position: absolute;
  top: -79px;
}
.buttons-area-wrapper .advanced-results:hover,
.buttons-area-wrapper .copy-url-to-share:hover {
  background-color: transparent;
  border-color: #fff;
}
@media (max-width: 1200px) {
  .buttons-area-wrapper .advanced-results,
  .buttons-area-wrapper .copy-url-to-share {
    top: 60px;
    background-color: #0072B5;
    color: #fff;
  }
  .buttons-area-wrapper .advanced-results:hover,
  .buttons-area-wrapper .copy-url-to-share:hover {
    background-color: transparent;
    border-color: #0072B5;
    color: #0072B5;
  }
}
@media (max-width: 1200px) {
  .buttons-area-wrapper .advanced-results.advanced-results,
  .buttons-area-wrapper .copy-url-to-share.advanced-results {
    left: 20px;
  }
}
@media (max-width: 480px) {
  .buttons-area-wrapper .advanced-results.advanced-results,
  .buttons-area-wrapper .copy-url-to-share.advanced-results {
    -ms-transform: scale(1);
        transform: scale(1);
    -ms-transform-origin: top left;
        transform-origin: top left;
    top: 110px;
    width: 96%;
    font-size: 2em;
    padding: 30px 0;
    left: 2%;
  }
}
.buttons-area-wrapper .advanced-results.copy-url-to-share,
.buttons-area-wrapper .copy-url-to-share.copy-url-to-share {
  width: 188px;
  left: 230px;
}
@media (max-width: 1200px) {
  .buttons-area-wrapper .advanced-results.copy-url-to-share,
  .buttons-area-wrapper .copy-url-to-share.copy-url-to-share {
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
}
@media (max-width: 480px) {
  .buttons-area-wrapper .advanced-results.copy-url-to-share,
  .buttons-area-wrapper .copy-url-to-share.copy-url-to-share {
    -ms-transform: scale(1);
        transform: scale(1);
    -ms-transform-origin: top left;
        transform-origin: top left;
    top: 245px;
    width: 96%;
    font-size: 2em;
    padding: 30px 0;
    left: 2%;
  }
}
.buttons-area-wrapper .get-a-quote {
  right: 30px;
  position: absolute;
  top: 15px;
  background-color: #39c94c;
  color: #000;
  border-color: #39c94c;
  text-transform: uppercase;
  font-weight: bold;
  width: 180px;
  bottom: inherit;
}
.buttons-area-wrapper .get-a-quote:hover {
  background-color: transparent;
  color: #39c94c;
  border-color: #39c94c;
}
@media (max-width: 1200px) {
  .buttons-area-wrapper .get-a-quote {
    top: 60px;
    right: 49px;
  }
}
@media (max-width: 480px) {
  .buttons-area-wrapper .get-a-quote {
    top: 382px;
    -ms-transform: scale(1);
        transform: scale(1);
    -ms-transform-origin: top left;
        transform-origin: top left;
    width: 96%;
    font-size: 2em;
    padding: 30px 0;
    left: 2%;
    margin-bottom: 40px;
  }
}

/*
  Put constants (variables) like colors, font sizes, etc. here.
  For example: @color-red: red;
  Then in other files put: @import "constants"   and just use the constants
  If you gonna put something else then variables here, it gonna be in style.css multiple times, so don't do that.
*/
.buttons-area-wrapper {
  position: absolute;
  right: 0;
  width: 448px;
  padding: 0;
  background-color: #f1f1f1;
  height: 419px;
  top: 492px;
}
@media (max-width: 1200px) {
  .buttons-area-wrapper {
    position: relative;
    background: #fff;
    width: 1200px;
    height: 200px;
    top: 0;
  }
}
.buttons-area-wrapper .steps {
  top: 32px;
}
@media (max-width: 1200px) {
  .buttons-area-wrapper .steps {
    top: 15px;
    left: 20px;
  }
}
@media (max-width: 480px) {
  .buttons-area-wrapper .steps {
    top: 30px;
  }
}

/*
  Put constants (variables) like colors, font sizes, etc. here.
  For example: @color-red: red;
  Then in other files put: @import "constants"   and just use the constants
  If you gonna put something else then variables here, it gonna be in style.css multiple times, so don't do that.
*/
@media (max-width: 1200px) {
  .city-img-wrapper {
    margin-left: 0;
    width: 1200px;
    background-color: #007ac9;
  }
}
@media (max-width: 480px) {
  .city-img-wrapper {
    height: 560px;
  }
}
.city-img-wrapper .city-img {
  width: 100%;
  position: absolute;
  -ms-transform: scale(0.765);
      transform: scale(0.765);
  -ms-transform-origin: -155px top;
      transform-origin: -155px top;
}
@media (max-width: 1200px) {
  .city-img-wrapper .city-img {
    position: relative;
    -ms-transform: none;
        transform: none;
    width: 1200px;
    left: -100px;
  }
}
@media (max-width: 480px) {
  .city-img-wrapper .city-img {
    -ms-transform: scale(1.3);
        transform: scale(1.3);
    -ms-transform-origin: top left;
        transform-origin: top left;
    left: -490px;
  }
}
.city-img-wrapper .city-img #church-img {
  margin-left: 3%;
  width: 94.1%;
}
@media (max-width: 1200px) {
  .city-img-wrapper .city-img #church-img {
    margin-left: 0;
    width: 100%;
  }
}
.city-img-wrapper .city-img .projector-img {
  position: absolute;
  bottom: 10px;
  right: 35%;
  width: 5%;
  height: 80px;
  background-size: 42%;
  background-repeat: no-repeat;
  -ms-transform: translate(48px, 32px);
      transform: translate(48px, 32px);
  z-index: 999;
}
@media (max-width: 1200px) {
  .city-img-wrapper .city-img .projector-img {
    -ms-transform: translate(118px, 37px);
        transform: translate(118px, 37px);
  }
}
.city-img-wrapper .city-img svg {
  position: absolute;
  z-index: 100;
  left: 0.6%;
  top: 0;
}
.city-img-wrapper .city-img svg text {
  font-size: 1em;
}
@media (max-width: 1200px) {
  .city-img-wrapper .city-img svg text {
    font-size: 0.9em;
  }
}
@media (max-width: 1200px) {
  .city-img-wrapper .city-img svg {
    left: -1.9%;
    top: -4px;
  }
}
.city-img-wrapper .city-img svg .distance-line {
  -ms-transform: translate(27px, -41px) rotate(3.6deg);
      transform: translate(27px, -41px) rotate(3.6deg);
}
@media (max-width: 1200px) {
  .city-img-wrapper .city-img svg .distance-line {
    -ms-transform: translate(-137px, -125px) rotate(3.6deg);
        transform: translate(-137px, -125px) rotate(3.6deg);
  }
}
.city-img-wrapper .city-img svg .distance-line-text {
  -ms-transform: translate(-19px, 0px);
      transform: translate(-19px, 0px);
}
@media (max-width: 1200px) {
  .city-img-wrapper .city-img svg .distance-line-text {
    -ms-transform: translate(-186px, -81px);
        transform: translate(-186px, -81px);
  }
}
.city-img-wrapper .city-img svg path {
  fill: rgba(220, 220, 220, 0.6);
  -ms-transform: translateY(19px) rotate(-0.6deg);
      transform: translateY(19px) rotate(-0.6deg);
}

/*
  Put constants (variables) like colors, font sizes, etc. here.
  For example: @color-red: red;
  Then in other files put: @import "constants"   and just use the constants
  If you gonna put something else then variables here, it gonna be in style.css multiple times, so don't do that.
*/
.controls {
  width: 1112px;
  padding: 23px 20px 62px 20px;
  min-height: 309px;
  clear: both;
  top: 492px;
  position: absolute;
  overflow: auto;
  background-color: #f1f1f1;
  z-index: 1000;
}
@media (max-width: 1200px) {
  .controls {
    width: 1160px;
    position: relative;
    top: 0;
    padding-bottom: 40px;
    margin-top: -8px;
  }
}
@media (max-width: 480px) {
  .controls {
    min-height: 1360px;
    overflow: visible;
  }
}
@media (max-width: 480px) {
  .controls .left-column {
    margin-bottom: 30px;
  }
}
.controls .steps {
  top: 0px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .controls .steps {
    margin-bottom: 35px;
    top: 7px;
  }
}
.controls label {
  font-size: 1em;
}
.controls .throw-ratio-lab {
  left: 386px;
  top: 48px;
}
@media (max-width: 1200px) {
  .controls .throw-ratio-lab {
    font-size: 0.8em;
    left: 400px;
    top: 63px;
  }
}
.controls > section {
  width: 50%;
  float: left;
  position: relative;
}
@media (max-width: 480px) {
  .controls > section {
    width: 100%;
    clear: both;
    -ms-transform: scale(1.95);
        transform: scale(1.95);
    -ms-transform-origin: top left;
        transform-origin: top left;
  }
}
.controls > section > div {
  position: relative;
  width: 100%;
  padding: 10px 0;
  height: 50px;
}
.controls > section > div.model {
  height: inherit;
  margin-bottom: 5px;
}
.controls > section > div > label {
  float: left;
  font-size: 1em;
  width: 185px;
  position: relative;
  top: 10px;
}
@media (max-width: 1200px) {
  .controls > section > div > label {
    width: 200px;
    font-size: 1em;
  }
}
.controls > section > div > .column {
  display: table-cell;
  position: relative;
}
@media (max-width: 1200px) {
  .controls > section > div > .column.type-of-projection {
    -ms-transform: scale(1.3);
        transform: scale(1.3);
    -ms-transform-origin: top left;
        transform-origin: top left;
    display: block;
    clear: both;
    margin-bottom: 40px;
  }
}
.controls > section > div > .column .plus,
.controls > section > div > .column .minus {
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 100%;
  background-color: #a6a6a6;
  padding: 5px;
  position: relative;
  top: 3.5px;
  color: white;
  cursor: pointer;
  font-weight: 900;
}
@media (max-width: 1200px) {
  .controls > section > div > .column .plus,
  .controls > section > div > .column .minus {
    width: 30px;
    height: 30px;
  }
}
.controls > section > div > .column .plus span,
.controls > section > div > .column .minus span {
  margin: auto;
  line-height: 8px;
}
.controls > section > div > .column .plus img,
.controls > section > div > .column .minus img {
  position: relative;
  width: 17px;
  height: auto;
  left: 0;
  top: 0;
}
.controls > section > div > .column .output {
  margin-left: 30px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  top: 3px;
}
@media (max-width: 1200px) {
  .controls > section > div > .column .output {
    margin-left: 13px;
  }
}
.controls > section > div > .column .projector-type {
  top: 10px;
  position: relative;
}
.controls > section > div > .column .projector-type img {
  width: 25px;
  height: 25px;
  position: relative;
  top: 6px;
  margin-left: 7px;
  padding-bottom: 0 !important;
}
.controls > section > div > .column .projector-type div {
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: medium;
  padding-left: 12px;
  top: -3px;
  position: relative;
}
.controls > section > div > .column .projector-type .parameters {
  margin-left: 17px;
  font-size: 0.9em;
  text-transform: uppercase;
}
.controls > section > div > .column .projector-type .parameters:last-child {
  margin-left: 10px;
}
.controls > section > div > .column .projector-type label {
  line-height: 38px;
}
@media (max-width: 1200px) {
  .controls > section.right-column {
    width: 50%;
    margin-left: 0%;
  }
}
@media (max-width: 480px) {
  .controls > section.right-column {
    clear: both;
    width: 100%;
    margin-left: 0;
    margin-top: 380px;
  }
}
.controls > section.right-column > div {
  padding: 10px 0;
}
.controls div.right {
  float: right;
}
input[type=range] {
  -webkit-appearance: none;
  margin-bottom: 10px;
  width: 130px;
  bottom: 3px;
  position: relative;
}
@media (max-width: 1200px) {
  input[type=range] {
    width: 190px;
  }
}
input[type="radio"] {
  cursor: pointer;
  width: 20px;
  height: 20px;
  content: url('/img/checkbox0.png');
  position: relative;
  top: 1px;
}
input[type="radio"]:checked {
  content: url('/img/checkbox.png');
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #a6a6a6;
  background: #a6a6a6;
  border-radius: 2px;
  border: 0px solid #010101;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 6px #212E2E;
  border: 0px solid #0072B5;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background: #0072B5;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -9px;
  position: relative;
}
@media (max-width: 1200px) {
  input[type=range]::-webkit-slider-thumb {
    width: 30px;
    height: 30px;
    top: -4px;
  }
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #a6a6a6;
}
input[type=range]::-moz-range-track {
  height: 3px;
  cursor: pointer;
  animate: 0.2s;
  transform: translateY(17px);
  background: #a6a6a6;
  border-radius: 2px;
  border: 0px solid #010101;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 6px #212E2E;
  border: 1px solid #0072B5;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background: #0072B5;
  cursor: pointer;
  transform: translateY(17px);
}
@media (max-width: 1200px) {
  input[type=range]::-moz-range-thumb {
    width: 30px;
    height: 30px;
  }
}
input[type=range]::-ms-track {
  height: 3px;
  top: 20px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #a6a6a6;
  border: 0px solid #010101;
  border-radius: 4px;
  box-shadow: 1px 1px 1px #a6a6a6;
}
input[type=range]::-ms-fill-upper {
  background: #a6a6a6;
  border: 0px solid #010101;
  border-radius: 4px;
  box-shadow: 1px 1px 1px #a6a6a6;
}
input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 6px #212E2E;
  border: 0px solid #0072B5;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background: #0072B5;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #a6a6a6;
}
input[type=range]:focus::-ms-fill-upper {
  background: #a6a6a6;
}

/*
  Put constants (variables) like colors, font sizes, etc. here.
  For example: @color-red: red;
  Then in other files put: @import "constants"   and just use the constants
  If you gonna put something else then variables here, it gonna be in style.css multiple times, so don't do that.
*/
.order-form-submit {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.ReactModalPortal .ReactModal__Content {
  min-height: 100px;
}
@media (min-width: 1200px) and (max-height: 880px) {
  .ReactModalPortal .ReactModal__Content {
    max-height: calc(70vh);
  }
}
.ReactModalPortal form {
  margin-top: -22px !important;
  position: relative;
  z-index: 1;
}
.ReactModalPortal form p {
  color: #0072B5;
  text-align: center;
  padding-top: 10px;
}
@media (max-width: 700px) {
  .ReactModalPortal form p {
    padding: 0 0 15px 0;
  }
}
@media (min-width: 480px) and (max-width: 1200px) {
  .ReactModalPortal form > div {
    position: relative;
  }
}
@media (min-width: 480px) and (max-width: 1200px) {
  .ReactModalPortal form > div > div:first-child {
    width: 48%;
  }
  .ReactModalPortal form > div > div:nth-of-type(2) {
    width: 48%;
  }
  .ReactModalPortal form > div > div:nth-of-type(3) {
    width: 48%;
  }
  .ReactModalPortal form > div > div:nth-of-type(4) {
    width: 48%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .ReactModalPortal form > div > div#g-recaptcha {
    margin-top: 20px;
  }
  .ReactModalPortal form > div > div > textarea {
    height: 214px;
  }
}
.ReactModalPortal form > div span {
  line-height: 38px;
  color: red;
}
.ReactModalPortal label {
  font-size: 1em;
  bottom: -7px;
  position: relative;
  line-height: 50px;
}
@media (max-width: 700px) {
  .ReactModalPortal label {
    font-size: 0.7em;
  }
}
.ReactModalPortal input,
.ReactModalPortal textarea {
  width: 96%;
  font: 1em Arial;
  background: rgba(0, 0, 0, 0.1);
  padding: 2px 2%;
  min-height: 35px;
  border: none;
}
.ReactModalPortal textarea {
  padding: 5px 2%;
}
@media (max-width: 700px) {
  .ReactModalPortal .rc-anchor {
    width: 90% !important;
  }
}
.ReactModalPortal textarea {
  min-height: 70px;
}
.ReactModalPortal button {
  background: #0072B5;
  width: 100px;
  font-size: 1em;
  padding: 10px 0;
  color: #fff;
  border: none;
  border-radius: 30px;
  transition: 0.2s;
  margin-top: 15px;
  cursor: pointer;
}
.ReactModalPortal button:hover {
  background: #0072B5;
}
@media (max-width: 480px) {
  .ReactModalPortal button {
    margin-bottom: 19px;
    width: 100%;
    position: relative;
  }
}
@media (min-width: 480px) and (max-width: 1200px) {
  .ReactModalPortal button {
    bottom: 17px;
  }
}
.ReactModalPortal .close img {
  opacity: 0.7;
  width: 25px;
  height: 25px;
  transition: 0.2s;
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 999999;
}
.ReactModalPortal .close img:hover {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
@media (max-width: 1200px) {
  .ReactModalPortal .close img {
    right: 30px;
    top: 30px;
  }
}
@media (max-width: 992px) {
  .ReactModalPortal .close img {
    right: 15px;
    top: 15px;
  }
}
@media (max-width: 480px) {
  .ReactModalPortal .close img {
    right: 5px;
    top: 5px;
  }
}

/*
  Put constants (variables) like colors, font sizes, etc. here.
  For example: @color-red: red;
  Then in other files put: @import "constants"   and just use the constants
  If you gonna put something else then variables here, it gonna be in style.css multiple times, so don't do that.
*/
.header {
  width: 1600px;
  padding: 0;
  height: 65px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #fff;
  position: relative;
  z-index: 999;
}
@media (max-width: 1200px) {
  .header {
    width: 1200px;
  }
}
.header #logo {
  left: 15px;
  position: relative;
}
.header #beta {
  position: absolute;
  top: 0;
  right: 15px;
}
@media (max-width: 1200px) {
  .header #beta {
    right: 35px;
  }
}
.header div {
  padding-top: 19px;
}
.header div .left {
  width: 33%;
  text-align: left;
}
.header div.center {
  text-align: center;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.header div.center h3 {
  margin: 0;
}
.header div.right {
  width: 33%;
  text-align: right;
}

/*
  Put constants (variables) like colors, font sizes, etc. here.
  For example: @color-red: red;
  Then in other files put: @import "constants"   and just use the constants
  If you gonna put something else then variables here, it gonna be in style.css multiple times, so don't do that.
*/
.hint {
  position: absolute;
  border: solid 2px rgba(0, 114, 181, 0.5);
  background: rgba(0, 114, 181, 0.5);
  border-radius: 5px;
  z-index: 200;
}
.hint .message {
  height: 10px;
  color: white;
}

/*
  Put constants (variables) like colors, font sizes, etc. here.
  For example: @color-red: red;
  Then in other files put: @import "constants"   and just use the constants
  If you gonna put something else then variables here, it gonna be in style.css multiple times, so don't do that.
*/
.hints {
  position: absolute;
  bottom: 79px;
  right: 45px;
  width: 313px;
  padding-right: 30px;
  font-size: 0.9em;
}
@media (max-width: 1200px) {
  .hints {
    right: -90px;
    width: 250px;
  }
}
@media (max-width: 480px) {
  .hints {
    right: -20px;
    width: 180px;
    -ms-transform: scale(1.5);
        transform: scale(1.5);
    -ms-transform-origin: top left;
        transform-origin: top left;
    bottom: 155px;
    line-height: 20px;
  }
}
.hints .message {
  color: #fff;
  font-weight: normal;
  font-size: 1.2em;
}
@media (max-width: 1200px) {
  .hints .message {
    font-size: 1em;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .hints .message {
    line-height: 18px;
  }
}
.hints img {
  width: 42px;
  position: absolute;
  left: -56px;
}
@media (max-width: 1200px) {
  .hints img {
    width: 30px;
    left: -40px;
  }
}

/*
  Put constants (variables) like colors, font sizes, etc. here.
  For example: @color-red: red;
  Then in other files put: @import "constants"   and just use the constants
  If you gonna put something else then variables here, it gonna be in style.css multiple times, so don't do that.
*/
@media (max-width: 1200px) {
  .ReactModal__Content {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    border: 1px solid #ccc !important;
    background: #fff !important;
    overflow: auto !important;
    -webkit-overflow-scrolling: touch !important;
    border-radius: 0px !important;
    outline: none !important;
    padding: 6% 12% !important;
    z-index: 9999 !important;
    width: 76% !important;
    margin-right: 0 !important;
    -ms-transform: none !important;
        transform: none !important;
  }
}
.ReactModal__Content .modal div .advanced-results {
  color: #0072B5;
}
.ReactModal__Content .modal div .projector-name {
  position: relative;
  top: 7px;
}
.ReactModal__Content .modal div .projector-type {
  float: right;
  position: relative;
  top: -3px;
}
.ReactModal__Content .modal div > section,
.ReactModal__Content .modal div p {
  font-size: 0.8em;
  padding: 14px 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}
@media (max-width: 700px) {
  .ReactModal__Content .modal div > section,
  .ReactModal__Content .modal div p {
    font-size: 0.6em;
    letter-spacing: -0.5px;
  }
}
.ReactModal__Content .modal div > section div:nth-of-type(2),
.ReactModal__Content .modal div p div:nth-of-type(2) {
  color: #0072B5;
  float: right;
  position: relative;
  bottom: 20px;
}
@media (max-width: 700px) {
  .ReactModal__Content .modal div > section div:nth-of-type(2),
  .ReactModal__Content .modal div p div:nth-of-type(2) {
    bottom: 14px;
  }
}
.ReactModal__Content .modal div > section .projector-used-values-wrapper,
.ReactModal__Content .modal div p .projector-used-values-wrapper {
  margin-top: -2px;
}
@media (max-width: 700px) {
  .ReactModal__Content .modal div > section .projector-used-values-wrapper,
  .ReactModal__Content .modal div p .projector-used-values-wrapper {
    margin-top: -6px;
  }
}
.ReactModal__Content .modal div .stars-wrapper {
  position: absolute;
  width: 150px;
  -ms-transform: scale(0.8);
      transform: scale(0.8);
  -ms-transform-origin: right;
      transform-origin: right;
  bottom: 27px !important;
  right: -8px;
}
.ReactModal__Content .modal div .stars-wrapper p {
  border-bottom: none;
  padding: 0;
}
.ReactModal__Content .modal div .stars-wrapper .stars span {
  position: absolute;
}
@media (max-width: 700px) {
  .ReactModal__Content .modal div .stars-wrapper .stars span {
    top: 4px;
  }
}
.ReactModal__Content .modal div .stars-wrapper .stars span .star {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.ReactModal__Content .modal div .stars-wrapper .stars span .stars-empty {
  position: absolute;
  width: 140px;
  height: auto;
}
.ReactModal__Content .modal div .stars-wrapper#small {
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  top: -20px;
}
.ReactModal__Content .modal div .number {
  border-radius: 100px;
  background-color: #0072B5;
  color: white;
  position: relative;
  top: -3px;
}
@media (max-width: 1200px) {
  .ReactModal__Content #g-recaptcha {
    -ms-transform: scale(0.82);
        transform: scale(0.82);
    -ms-transform-origin: top left;
        transform-origin: top left;
  }
}

/*
  Put constants (variables) like colors, font sizes, etc. here.
  For example: @color-red: red;
  Then in other files put: @import "constants"   and just use the constants
  If you gonna put something else then variables here, it gonna be in style.css multiple times, so don't do that.
*/
.projector-name {
  text-transform: uppercase;
}
.results {
  padding-right: 0;
  position: absolute;
  right: 0;
  background-color: #007ac9;
  width: 472px;
  height: 427px;
  display: block;
}
@media (max-width: 1200px) {
  .results {
    position: relative;
    width: 1200px;
    height: 240px;
    padding-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .results {
    height: 720px;
  }
}
.results .buttons-area-wrapper div .footer-btns .get-a-quote {
  right: 0;
}
.results .steps {
  top: 20px;
  left: 20px;
}
@media (max-width: 480px) {
  .results .steps {
    top: 30px;
    left: 20px;
    margin-bottom: 45px;
  }
}
.results .steps .content {
  color: #fff;
}
.results .steps .number {
  border: 1px solid #fff;
  color: #fff;
}
.results div .copied {
  position: absolute;
  right: 34px;
  bottom: 83px;
  color: #2b9d1e;
}
.results .results-wrapper {
  margin: 40px 40px 0 40px;
  position: relative;
  /* Tooltip container */
  /*.tooltip-activator:hover .tooltiptext {
			  visibility: visible;
		 }*/
}
@media (max-width: 1200px) {
  .results .results-wrapper {
    margin: 0;
    top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .results .results-wrapper {
    padding: 0 40px;
  }
}
.results .results-wrapper p,
.results .results-wrapper div,
.results .results-wrapper span {
  font-size: 1em;
}
@media (max-width: 1200px) {
  .results .results-wrapper .left {
    width: 40%;
    display: inline-block;
    margin: 0 7% 0 5%;
    float: left;
  }
}
@media (max-width: 480px) {
  .results .results-wrapper .left {
    width: 50%;
    float: none;
    display: block;
    margin: 0;
    -ms-transform: scale(1.95);
        transform: scale(1.95);
    -ms-transform-origin: top left;
        transform-origin: top left;
  }
}
.results .results-wrapper .right .results-separator {
  margin-top: 0;
}
@media (max-width: 1200px) {
  .results .results-wrapper .right {
    width: 40%;
    display: inline-block;
    float: left;
  }
}
@media (max-width: 480px) {
  .results .results-wrapper .right {
    width: 50%;
    float: none;
    display: block;
    -ms-transform: scale(1.95);
        transform: scale(1.95);
    -ms-transform-origin: top left;
        transform-origin: top left;
    margin-top: 220px;
  }
}
.results .results-wrapper section {
  padding: 3px 0;
  position: relative;
}
.results .results-wrapper section div {
  color: #fff;
}
.results .results-wrapper section div:nth-of-type(2) {
  color: #fff;
  float: right;
  position: relative;
  bottom: 20px;
}
.results .results-wrapper section .projector-used-values-wrapper .number {
  background-color: #fff;
  color: #0072B5;
  border: 1px solid #fff;
  width: 20px;
  height: 20px;
  top: 0px;
}
@media (max-width: 1200px) {
  .results .results-wrapper section .projector-used-values-wrapper .number {
    top: -11px;
    width: 39px;
    height: 39px;
  }
}
.results .results-wrapper section .projector-used-values-wrapper .number span {
  font-size: 1em;
}
.results .results-wrapper section .projector-used-values-wrapper img {
  top: -3px;
  position: relative;
  width: 27px;
  height: 27px;
}
@media (max-width: 1200px) {
  .results .results-wrapper section .projector-used-values-wrapper img {
    top: -14px;
    width: 47px;
    height: 47px;
  }
}
.results .results-wrapper .image-brightness-description-wrapper {
  min-height: 50px;
}
.results .results-wrapper .image-brightness-description-wrapper span {
  color: #fff;
}
.results .results-wrapper .results-separator {
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.27);
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.results .results-wrapper .results-separator.short {
  width: 245px;
  margin-top: 20px;
}
.results .results-wrapper .stars-wrapper {
  position: relative;
  width: 200px;
  margin-top: -37px;
  top: 8px;
  right: -258px;
}
@media (max-width: 1200px) {
  .results .results-wrapper .stars-wrapper {
    top: 3px;
  }
}
.results .results-wrapper p {
  display: table-row;
}
.results .results-wrapper p > span {
  display: table-cell;
}
.results .results-wrapper p > span:nth-of-type(2) {
  color: #0072B5;
  padding-left: 72px;
  position: relative;
}
.results .results-wrapper p.visibility {
  display: inline;
}
.results .results-wrapper p.visibility > span:nth-of-type(2) {
  color: #0072B5;
  padding-left: 10px;
  left: 0;
}
.results .results-wrapper .stars {
  height: 55px;
}
.results .results-wrapper .stars span {
  position: absolute;
}
.results .results-wrapper .stars span .star {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
@media (max-width: 1200px) {
  .results .results-wrapper .stars span .star {
    width: 40px;
    height: 40px;
  }
}
.results .results-wrapper .stars-empty {
  position: absolute;
  width: 110px;
  height: auto;
}
@media (max-width: 1200px) {
  .results .results-wrapper .stars-empty {
    width: 140px;
  }
}
.results .results-wrapper .tooltip {
  position: relative;
  /* Tooltip text */
  /* Show the tooltip text when you mouse over the tooltip container */
}
.results .results-wrapper .tooltip .tooltiptext {
  visibility: hidden;
  background-color: black;
  color: #0072B5;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  width: 120px;
  top: 60px;
  left: 60px;
  margin-left: -60px;
}

/*
  Put constants (variables) like colors, font sizes, etc. here.
  For example: @color-red: red;
  Then in other files put: @import "constants"   and just use the constants
  If you gonna put something else then variables here, it gonna be in style.css multiple times, so don't do that.
*/
.select-box {
  overflow: hidden;
}
@media (max-width: 1200px) {
  .select-box {
    max-width: 377px;
  }
}
.select-box .wrapper {
  height: 34px;
  border: 1px solid #6f6767;
  background: #f1f1f1;
  border-radius: 12px;
  transition: .3s;
  position: relative;
}
@media (max-width: 1200px) {
  .select-box .wrapper {
    height: 50px;
  }
}
.select-box .wrapper .selected-opacity span {
  color: rgba(0, 0, 0, 0.5);
}
.select-box .wrapper .selected-opacity span::before {
  opacity: 0.4;
}
.select-box .wrapper .option {
  padding: 7px 41px 10px 35px !important;
}
@media (max-width: 1200px) {
  .select-box .wrapper .option {
    padding: 15px 41px 14px 35px  !important;
  }
}
.select-box .wrapper .selected-option {
  position: relative;
  cursor: pointer;
}
.select-box .wrapper .selected-option .values {
  padding: 7px 41px 10px 35px;
  width: 130%;
  display: table;
  font-size: 0.9em;
}
@media (max-width: 1200px) {
  .select-box .wrapper .selected-option .values {
    padding: 15px 41px 14px 35px  !important;
  }
}
.select-box .wrapper .selected-option .arrows > div {
  border-left: 1px solid #6f6767;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: -6px;
  padding-top: 6px;
}
.select-box .wrapper .selected-option .arrows > div > div {
  padding: 0 8px 0 5px;
  line-height: 9px;
}
.select-box .wrapper .selected-option .arrows > div .down img {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.select-box .wrapper .selected-option .arrows > div .up {
  cursor: pointer;
}
.select-box .wrapper .other-options {
  cursor: pointer;
  transition: 0.5s;
  border-right: 1px solid #6f6767;
  margin-right: 23px;
  font-size: 0.9em;
}
.Dark:before,
.Faint:before,
.Strong:before,
.Bright:before,
.Brick:before,
.Dark:before {
  position: absolute;
  left: 8px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
@media (max-width: 1200px) {
  .Dark:before,
  .Faint:before,
  .Strong:before,
  .Bright:before,
  .Brick:before,
  .Dark:before {
    height: 21px;
  }
}
#light .wrapper .selected-option .values {
  position: relative;
}
#light .wrapper .selected-option .hide-selected {
  display: none;
}
#light .wrapper .other-options .option {
  position: relative;
}
#light .wrapper .Dark:before {
  content: url('/img/lo.png');
}
#light .wrapper .Dark.active-0 {
  opacity: 0.5;
}
#light .wrapper .Faint:before {
  content: url('/img/med.png');
}
#light .wrapper .Faint.active-1 {
  opacity: 0.5;
}
#light .wrapper .Strong:before {
  content: url('/img/hi.png');
}
#light .wrapper .Strong.active-2 {
  opacity: 0.5;
}
#light .wrapper .selected-opacity:before {
  content: '';
}
#reflectivity .wrapper .selected-option .values {
  position: relative;
}
#reflectivity .wrapper .selected-option .hide-selected {
  display: none;
}
#reflectivity .wrapper .other-options .option {
  position: relative;
}
#reflectivity .wrapper .Bright:before {
  content: url('/img/hi.png');
}
#reflectivity .wrapper .Bright.active-0 {
  opacity: 0.5;
}
#reflectivity .wrapper .Brick:before {
  content: url('/img/med.png');
}
#reflectivity .wrapper .Brick.active-1 {
  opacity: 0.5;
}
#reflectivity .wrapper .Dark:before {
  content: url('/img/lo.png');
}
#reflectivity .wrapper .Dark.active-2 {
  opacity: 0.5;
}
#reflectivity .wrapper .selected-opacity:before {
  content: '';
}
#power .wrapper .selected-option .values {
  padding: 7px 41px 10px 15px !important;
}
@media (max-width: 1200px) {
  #power .wrapper .selected-option .values {
    padding: 15px 41px 14px 35px  !important;
  }
}
#power .wrapper .selected-option .hide-selected {
  display: none;
}
#power .wrapper .option {
  padding: 7px 41px 10px 15px !important;
}
@media (max-width: 1200px) {
  #power .wrapper .option {
    padding: 15px 41px 14px 35px  !important;
  }
}
#power .wrapper .option:nth-of-type(1).active-0 {
  opacity: 0.5;
}
#power .wrapper .option:nth-of-type(2).active-1 {
  opacity: 0.5;
}
#power .wrapper .option:nth-of-type(3).active-2 {
  opacity: 0.5;
}
#power .wrapper .option:nth-of-type(4).active-3 {
  opacity: 0.5;
}

/*
  Put constants (variables) like colors, font sizes, etc. here.
  For example: @color-red: red;
  Then in other files put: @import "constants"   and just use the constants
  If you gonna put something else then variables here, it gonna be in style.css multiple times, so don't do that.
*/
.share {
  z-index: 10000;
  margin: 18px 0 15px 0;
  margin-left: 86px;
}
.share .link {
  height: 34px;
  background: transparent;
  position: relative;
  padding: 0px 7px;
  border: solid 1px transparent;
  border-bottom: 1px solid #a6a6a6;
  font-size: 1em;
  width: 74% ;
}
.share .button {
  height: 34px;
  border: transparent;
  background: #0072b5;
  border-radius: 30px;
  position: relative;
  padding: 7px;
  cursor: pointer;
  margin-left: 15px;
  font-size: 1em;
  color: white;
  transition: 0.2s;
}
.share .button:hover {
  background: #0072B5;
}

/*
  Put constants (variables) like colors, font sizes, etc. here.
  For example: @color-red: red;
  Then in other files put: @import "constants"   and just use the constants
  If you gonna put something else then variables here, it gonna be in style.css multiple times, so don't do that.
*/
.steps {
  position: relative;
}
@media (max-width: 480px) {
  .steps {
    -ms-transform: scale(2);
        transform: scale(2);
    -ms-transform-origin: top left;
        transform-origin: top left;
  }
}
.steps .content {
  line-height: 34px;
  padding-left: 10px;
  text-transform: uppercase;
  color: #0072B5;
  font-weight: bold;
}

/*
  Put stuff which apply for whole app here, body tags, import fonts, etc.
*/
/*
  Put constants (variables) like colors, font sizes, etc. here.
  For example: @color-red: red;
  Then in other files put: @import "constants"   and just use the constants
  If you gonna put something else then variables here, it gonna be in style.css multiple times, so don't do that.
*/
@font-face {
  font-family: "Danzza Medium";
  src: url(../fonts/Danzza-Medium.otf);
}
@font-face {
  font-family: "Danzza Bold";
  src: url(../fonts/Danzza-Bold.otf);
}
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Danzza Medium";
  background-color: #fff;
  font-size: 17px;
}
@media (max-width: 1200px) {
  body {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  body {
    width: 100%;
    clear: both;
  }
}
p {
  font-size: x-large;
  line-height: 25px;
}
label {
  font-size: x-large;
}
.text-blue {
  color: #0072B5;
}
#wrapper {
  width: 1600px;
  margin: 0 auto;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
@media (max-width: 1200px) {
  #wrapper {
    width: 1200px;
    margin-bottom: -1000%;
  }
}
#app {
  width: 100%;
  height: 100vh;
  overflow-X: hidden;
  /*	overflow-Y: scroll;
	background-color: #4b3636;
	position: fixed;*/
}
.snack-bar {
  transition: transform 20ms !important;
  bottom: inherit !important;
  top: 50%;
  -ms-transform: translate(-50%, -50%) !important;
      transform: translate(-50%, -50%) !important;
  max-width: 300px;
}
@media (max-width: 1200px) {
  .snack-bar {
    -ms-transform: translate(-50%, -50%) scale(2) !important;
        transform: translate(-50%, -50%) scale(2) !important;
  }
}
@media (max-width: 480px) {
  .snack-bar {
    -ms-transform: translate(-50%, -50%) scale(3) !important;
        transform: translate(-50%, -50%) scale(3) !important;
  }
}
.number {
  border: 1px solid #0072B5;
  color: #0072B5;
  width: 30px;
  height: 30px;
  position: relative;
  border-radius: 30px;
  font-size: 19px;
  float: left;
  margin-right: 10px;
}
.number span {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

/*
  Put constants (variables) like colors, font sizes, etc. here.
  For example: @color-red: red;
  Then in other files put: @import "constants"   and just use the constants
  If you gonna put something else then variables here, it gonna be in style.css multiple times, so don't do that.
*/
