/*  */

.mod-puso {
    display: none;
}

.mpuso-head .bttClose {
    height: 1rem;
    width: 1rem;
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.mpuso-head .bttClose .ico {
    height: 1rem;
    width: 1rem;
    cursor: pointer;
}

.mod-puso.open {
    display: block;
    height: 100%;
    width: 100%;
    z-index: 100;
    position: absolute;
    top: 0rem;
    left: 0rem;
}

.mod-puso .back {
    width: 100%;
    height: 100%;
    background-color: #4f4f4fe6;
}

.mod-puso .front {
    background-color: #fff;
    position: absolute;
    width: 390px;
    height: 16rem;
    box-shadow: 0rem 0.1875rem 0.375rem #00000029;
    /*top: calc(50% - 81px);
    left: calc(50% - 195px);*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mod-puso.limit .front {
    width: 36rem;
    height: 20rem;
}

.mpuso-head {
    height: 2rem;
}

.mpuso-head .txt {
    padding-top: 1rem;
    height: 1rem;
    line-height: 1rem;
    margin-left: 0.625rem;
}

.mpuso-main {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 1rem;
    height: calc(100% - 5rem);
}

.mpuso-exists,
.mpuso-limit {
    display: none;
    width: 100%;
    height: 100%;
}

.mpuso-exists.act,
.mpuso-limit.act {
    display: block;
}

.mpuso-sample-wrap {
    width: 100%;
    height: 100%;
}

.mpuso-txt {
    margin: 0rem 0rem 1rem 2rem;
}

.mpuso-txt.txt-c {
    margin: 0rem 0rem 2rem 2rem;
}

.mpuso-btt {
    width: 30%;
    margin: 1rem auto;
}

.mod-puso.limit .mpuso-btt {
    width: 50%;
}

.mpuso-btt-ok {
    margin: 2.3rem auto;
}

.mpuso-btt {
    box-shadow: 0rem 0rem 0.625rem #00000029;
    border-radius: 1.5rem;
    opacity: 1;
    text-align: center;
    background-color: var(--az-color);
    height: 2rem;
    line-height: 2rem;
    color: #fff;
    cursor: pointer;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

@media (min-width: 992px) {
    /* DESKTOP ONLY */
}

@media (min-width: 768px) {
    /* DESKTOP AND TABLET */
}

@media (min-width: 768px) and (max-width: 991px) and (min-height: 481px) {
    /* TABLET ONLY */
}

@media (orientation: portrait) and (max-width: 768px) and (max-height: 1280px) {
    /* PHONE HOCH */

    .mod-puso .front,
    .mod-puso.limit .front {
        width: 100%;
        /*left: 0rem;*/
    }

}

@media (orientation: landscape) and (max-width: 915px) and (max-height: 480px) {

    /* PHONE QUER */
    .mod-puso .front {
        height: 16rem;
    }
}