.error-text {
font-size:50px;
}

#elementContainer .headingBox {
    table-layout: fixed;
    display: table;
    width: 100%;
}

.sale-popup {
    font-family: "roboto-light", "roboto-bold", "roboto-medium", sans-serif;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.3);
    /* background: linear-gradient(110.28deg, #3CA6BB 7.61%, #FFFFFF 117.91%), #2F9AAF; */
}

.sale-popup__close {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 10px;
    padding: 20px;
    cursor: pointer;
    z-index: 2;
}

.sale-popup__block {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.sale-popup__close::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background-color: red;
    transform: rotate(45deg);
}

.sale-popup__close::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background-color: red;
    transform: rotate(315deg);
}

.sale-popup__wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 650px;
    /* padding: 50px; */
    padding-top: 40px;
    padding-left: 50px;
    /* padding-right: 90px; */
    padding-bottom: 30px;
    background: linear-gradient(110.28deg, #3CA6BB 7.61%, #FFFFFF 117.91%), #2F9AAF;
    max-height: 450px;
    z-index: 3;
}

.sale-popup__main {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.sale-popup__img {
    margin-left: 73px;
    width: 284px;
    /* height: 707px; */
    position: relative;
}

.sale-popup__img img {
    position: absolute;
    top: -44px;
    right: 0;
    /* width: 100%; */
    height: 390px;
    /* max-height: 300px; */
    object-fit: contain;
    z-index: 1;
}

.sale-popup__title {
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: 1px solid #057fb8;
    /* text-shadow: 1px 1px 1px #000; */
    text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.35);
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    margin-top: 0;
    margin-bottom: 0px;
    margin-left: 20px;
}

.sale-popup__frame {
    max-height: 55px;
    margin-top: 32px;
}

.sale-popup__subtitle {
    color: #E42D25;
    transform: rotate(-1.46deg);
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 0;
    margin-top: -20px;
    position: relative;
    /* background-image: url("./opt-bg-img.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%; */
    z-index: 0;
}

.sale-popup__subtitle::before {
    position: absolute;
    content: "";
    width: 473px;
    height: 55px;
    top: -8px;
    left: -35px;
    background-image: url("./opt-bg-img.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    z-index: -1;
}

.sale-popup__form {
    display: flex;
    flex-direction: column;
    margin-top: 0px;
}

.sale-popup__form-field {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    position: relative;
}

.sale-popup__form-field input {
    border: none;
    outline: none;
    background-color: #fff;
    border-radius: 15px;
    padding-left: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    line-height: 22px;
    max-width: 215px;
}

.sale-popup__form-field label {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 18px;
    padding-left: 15px;
    margin-bottom: 5px;
}

.sale-popup__bottom {
    display: flex;
    flex-direction: column;
}

.sale-popup__bottom .text-click {
    color: #FFFFFF;
    font-size: 12px;
    line-height: 14px;
    padding-left: 15px;
    margin-bottom: 5px;
}

.sale-popup__btn {
    border: none;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 26px;
    background-color: #E42D25;
    border-radius: 23px;
    width: 280px;
    height: 53px;
    margin-bottom: 9px;
    cursor: pointer;
}

.sale-popup__bottom .text-conf {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
    line-height: 14px;
    padding-left: 15px;
    z-index: 2;
}

.text-conf__br {
    display: none;
}

.sale-popup__error {
    position: absolute;
    top: 0;
    right: 100px;
    color: #E42D25;
}

@media (max-width: 700px) {
    .sale-popup__wrapper {
        padding-left: 10px;
        padding-right: 5px;
        max-width: 300px;
    }

    .sale-popup__img {
        display: none;
    }

    .sale-popup__title {
        width: 310px;
        font-size: 26px;
        line-height: 30px;
        margin-top: 5px;
        margin-bottom: 20px;
        margin-left: 0;
    }

    .sale-popup__subtitle {
        font-size: 24px;
        line-height: 24px;
        margin-left: 10px;
    }

    .sale-popup__subtitle::before {
        width: 310px;
        top: -14px;
        left: -18px;
    }

    .sale-popup__bottom .text-conf {
        width: 310px;
        hyphens: auto!important;
    }

    .sale-popup__btn {
        max-width: 290px;
    }

    .sale-popup__close {
        top: 5px;
        right: 5px;
    }

    .text-conf__br {
        display: block;
    }

    .sale-popup__error {
        top: 0;
        right: 90px;
        pointer-events: none;
    }
}

@media (max-width: 450px) {
    .sale-popup__title {
        width: 300px;
        font-size: 24px;
        line-height: 28px;
        margin-top: 5px;
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
        white-space: nowrap;
    }

    .sale-popup__subtitle {
        text-align: center;
        font-size: 22px;
        line-height: 24px;
        margin-left: 10px;
    }

    .sale-popup__form-field label {
        font-size: 16px;
    }

    .sale-popup__form-field input {
        font-size: 16px;
    }

    .sale-popup__btn {
        font-size: 22px;
        width: 240px;
        height: 46px;
    }
}

.hidden {
    display: none;
}