:root {
    --accntclr: #ED4506;
    --txt: #333333;
    --txtaccnt: #093562;
    --bllight: #D2E0EB;
    --blmedium: #5F8FA3;
    --bldeep: #838E9E;
    --lghtbck: #FDF5F0;
    --bllightalt: #DFE9ED;
    --trnstn: 1s;
}

#putotzwrpr-two {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    z-index: 7;
    display: none;
    animation: ani 0.5s forwards;
}

@keyframes ani {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#putotzwrpr-two.active {
    display: flex !important;
}

#putotzbdy {
    display: flex;
    width: 47.18%;
    position: relative;
    box-sizing: border-box;
    padding: 2rem;
    flex-shrink: 0;
    background-color: var(--lghtbck);
    border-radius: 5px;
    background-image: url(/public/images/putotzvicn.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 26%;
    justify-content: space-between;
}

#putotzbdy h3 {
    text-align: left;
    color: var(--accntclr);
    margin-top: unset;
}

.putotzrght>p {
    color: var(--txtaccnt);
    text-align: left;
    line-height: 1.25rem;
    font-style: italic;
}

.putotzrght {
    width: 55%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#putotzbdy form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.37rem;
}

#putotzbdy form :is(input, textarea) {
    width: 100%;
}

#putotzbdy form input[type^='email'] {
    padding: 5px 1rem;
    border-radius: 5px;
    border: 1px solid var(--accntclr);
    line-height: 22px;
}

#putotzbdy :is(input[name^='disc'], textarea[type^='text']) {
    height: 8rem;
    overflow-y: scroll;
}

.putotzclz {
    position: absolute;
    right: 1rem;
    top: 1rem;
    background-color: unset !important;
    border: none !important;
    padding: 0 !important;
    margin: 0;
    color: var(--txt) !important;
}

.putotzclz:hover {
    color: var(--accntclr);
    scale: 1.3;
    transition: var(--trnstn);
}

.putotlblinp label {
    font-size: 10px;
}

.putotlblinp {
    position: relative;
    display: flex;
    align-items: center;
}

.putotlblinp input {
    position: absolute;
    left: 0;
    top: 0.3rem;
    width: auto !important;
}

.putotlblinp label {
    margin-left: 1.5rem;
}

.fl {
    margin-bottom: 2rem;
}

#putotzbdy h3::before {
    /* content: "Это другой попап"; */
    font-family: initial;
    font-size: 16px;
    position: absolute;
    top: 0rem;
}

#imgs {
    display: none;
}

#imgsinput {
    display: flex;
    padding: 5px 1rem;
    border-radius: 5px;
    border: 1px solid var(--accntclr);
    line-height: 22px;
    color: var(--txt);
    background-color: #FFFFFF;
    margin: unset;
    font-size: calc(14px + 2 * ((100vw - 375px) / (1920 - 375)));
}

.polozhenyelink {
    color: var(--accntclr) !important;
}

@media screen and (max-width: 810px) {
    #putotzbdy {
        width: 90%;
    }
}

@media screen and (max-width: 480px) {
    #putotzbdy {
        flex-direction: column;
    }

    .putotzrght {
        width: 100%;
    }

    .putotzrght>p {
        text-align: center;
        margin-top: unset;
    }

    .ptleft {
        display: none;
    }
}