body.pxl-modal-body {
  overflow: hidden; }

.pxl-modal {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 1;
  overflow-y: auto;
  position: fixed;
  top: 0;
  transition: opacity 300ms ease-in 0ms;
  width: 100%;
  z-index: 1000; }
  .pxl-modal.pxl-modal--hidden {
    height: 0;
    opacity: 0;
    transition: opacity 300ms ease-in 0ms, z-index 0ms ease 300ms;
    width: 0;
    z-index: -1; }
  .pxl-modal .pxl-modal__content {
    flex: 1;
    background-color: #fff;
    border-radius: 3px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.8);
    max-width: 60%; }
  .pxl-modal .pxl-modal__close {
    font-size: 20px;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 0;
    color: #c3c3ca; }
    .pxl-modal .pxl-modal__close:hover {
      text-decoration: none;
      color: #c3c3ca; }

@media (max-width: 576px) {
  .pxl-modal .pxl-modal__content {
    max-width: none;
    width: 100%;
    margin: 10px; } }

.market-worth-modal .pxl-modal__content {
  text-align: center;
  padding: 40px 20px; }

.market-worth-modal__title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  padding-bottom: 10px;
  padding-top: 10px; }

.market-worth-modal__button {
  display: inline-block;
  padding: 5px 12px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  border-radius: 4px;
  border: 1px solid #c3c3ca;
  color: #302c2c;
  margin: 0;
  line-height: 1.5;
  cursor: pointer;
  white-space: pre-wrap;
  text-align: center;
  touch-action: manipulation;
  -ms-touch-action: manipulation;
  -webkit-appearance: none;
  background: linear-gradient(to right, #5389d5, #2d67b9);
  border-color: #5389d5;
  color: #f6f7f8; }

.market-worth-modal__img-container {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 55%;
  padding: 10px 0; }

.market-worth-modal__img {
  height: 100%;
  width: 100%; }

.market-worth-modal a:hover {
  background: linear-gradient(to right, #2d67b9, #235090);
  color: #f6f7f8;
  text-decoration: none; }

@media (min-width: 768px) {
  .market-worth-modal .pxl-modal__content {
    max-width: 45%;
    padding: 40px 15px; }
  .market-worth-modal .pxl-modal__close {
    font-size: 25px; } }

@media (min-width: 768px) and (min-width: 1200px) {
  .market-worth-modal .pxl-modal__close {
    font-size: 35px; }
  .market-worth-modal__img-container {
    max-width: 45%; } }

