#xtest label, #xtest .new-check-polis-result:not(.y) {
    display: none;
}
#xtest {
    margin: 0 0 80px;
    width: fit-content;
    font-size: 16px;
    color: #000;
}
#xtest-t {
    line-height: 19px;
    margin-bottom: 40px;
}
#xtest input, #xtest select {
    width: 295px;
    height: 36px;
    padding: 0 10px 0 50px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1;
    color: #000;
    background-color: #EDEDED;
    border-color: transparent;
    font-weight: 600;
}
#xtest input[disabled], #xtest select[disabled] {
    opacity: 0.5;
}
#xtest select {
    width: auto;
    padding: 0 5px;
}
#xtest #xsb {
    display: flex;
    gap: 5px;
    align-items: center;
    height: fit-content;
}
#xtest input::placeholder {
    color: #000;
	font-weight: 600;
}
#xtest #new-check-polis-submit {
    width: 240px;
    padding: 0;
    background-color: #03969D;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 36px;
}
#xtest-inp_a, #xtest-inp_b {
    display: flex;
    gap: 40px;
}
#xtest-or {
    height: 36px;
    display: flex;
    align-items: center;
	justify-content: center;
}
#xtest .xt-t {
    display: flex;
    flex-direction: column;
    max-width: 295px;
    gap: 20px;
    line-height: 19px;
}
#xtest input[type="text"] {
    outline-color: #83749F;
}
/*
#xtest input[type="text"]:not(:placeholder-shown):valid {
    outline: solid 2px #03969D;
}
#xtest:not(:has(#xi1:not(:placeholder-shown):valid + #xtest-inp_b input[type="text"]:not(:placeholder-shown):valid)) #xtest-submit {
    pointer-events: none;
    opacity: 0.5;
}
*/
#Xpolis {
    text-align: center;
    margin-top: 40px;
    font-weight: bold;
}
#Xpolis .err {
    color: red;
}
#Xpolis .suc {
    color: green;
}
@media (max-width: 1400px) {
#xtest-t {
    margin-bottom: 30px;
}
#xtest-inp_a {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 20px;
}
#xtest-inp_b {
    display: contents;
}
#xtest-or {
    width: 100%;
    font-size: 32px;
    height: auto;
}
#xt-w2 {
    width: 100%;
    text-align: center;
}
#xtest #new-check-polis-submit {
    width: 295px;
}
}