
@media screen and (min-width: 768px) {
    .space12_768{
        margin-bottom: 12px;
    }
}
@media screen and (min-width: 1512px) {
    .space32_1512{
        margin-bottom: 32px;
    }
}
@media screen and (min-width: 1600px) {
    .space16_1600{
        margin-bottom: 16px;
    }
}
.mfp-bg{
    opacity: 0.3;
    background: var(--Neutral-0, #272C33);
}
.mfp-container {
    padding-left: 16px;
    padding-right: 16px;
}
.popup{
    position: relative;
    margin: 16px auto;
    padding: 32px 16px;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 7px 7px 61px 0 rgba(17, 46, 76, 0.11);
    width: fit-content;
}
.popup .popup__cross {
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    aspect-ratio: 1 / 1;
    padding: 6px;
}
.popup .h3::before {
    content: "";
    float: right;
    width: 32px;
    height: 32px;
    shape-outside: polygon(0 0, 100% 0, 100% 1.2em, 0 1.2em);
}
.popup__form .button{
    width: 100%;
}
.popup__form  .sog {
    max-width: unset;
}
.popup__form_answer{
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (min-width: 576px) {
    .popup{
        padding: 32px;
        max-width: 400px;
        margin: 58px auto;
    }
    .popup__form_answer{
        width: 336px;
    }
}
@media screen and (min-width: 768px) {
    .popup{
        max-width: 552px;
    }
    /* .popup__form{
        width: 488px;
    } */
    .popup .popup__cross {
        top: 32px;
        right: 32px;
        width: 32px;
        height: 32px;
        padding: 8px;
    }
    .popup .popup__cross svg{
        width: 14px;
        height: 14px;
    }
    .popup__form .button{
        width: auto;
    }
    .popup__form_answer{
        width: 386px;
    }
}
@media screen and (min-width: 1600px) {
    .popup{
        max-width: 703px;
        padding: 48px;
    }
    /* .popup__form{
        width: 607px;
    } */
    .popup__form_answer{
        width: 504px;
    }
}