h1, .h1 {
    font: 26px/1.4 "OpenSansB";
    margin-top: 24px;
}

.flex-find-block {
    display: flex;
    position: relative;
    justify-content: space-between;
    width: 100%;
    flex-shrink: 0;
}

.flex-find-block input[type="text"], #searchKB {
    height: auto !important;
    width: 100% !important;
    padding: 16px 20px !important;
    font: 300 16px/25px "OpenSans" !important;
}
.flex-find-block input[type="submit"], .flex-find-block #searchKBButton {
    height: auto;
    width: fit-content;
    padding: 16px 46px;
    font: 16px/1 "OpenSans";
}

.queblock {
    margin: 20px 0 144px;
}

.form-content {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.support-form .field-block,
.support-form .radio-block {
    /*width: 100%;*/
    display: flex;
    flex-wrap: wrap;
    /*display: block;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 10px;
    clear: both;*/
}

.support-form .field-block {
    width: calc(50% - 8px);
}

.support-form .radio-block, #title-field, #body-field, #yes-field,.support-form .field-block label[for="yes"],
.support-form .field-block label[for='mailing'],
.support-form .radio-block .name-radio-block {
    width: 100%;
    flex-shrink: 0;
}
.support-form .radio-block {
    justify-content: space-between;
}
.support-form .detail-part {
    display: none;
    width: 100%;
}
.support-form .field-block label {
    /*width: 20%;*/
    display: block;
    width: fit-content;
    margin: 10px 0 5px;
    font-weight: 400;
    /*float: left;*/
}
.support-form .field-block label[for='yes'],
.support-form .field-block label[for='mailing'] {
    display: flex;
    align-items: flex-start;
    max-width: 680px;
    font-family: "OpenSansSB", sans-serif;
}

.support-form .field-block select, 
.support-form .field-block textarea, 
.support-form .field-block input[type="text"], 
.support-form .field-block input[type="date"] {
    /*width: 45%;*/
    width: 100%;
    padding: 16px 20px;
    /*margin: 0 2% 0 0;*/
    border: 1px solid #dfe2e5;
    height: fit-content;
    outline: none!important;
}
.field-block input[type="text"][data-required="1"], .field-block input[type="text"][data-required="1"]:-webkit-autofill {
    background: #ffffff !important;

}
.field-block input[type="text"][data-required="1"].approved, .field-block input[type="text"][data-required="1"].approved:-webkit-autofill {
    background: url("https://static.iru.ru/img/green-approved-icon.svg") right 20px center no-repeat !important;
    background-size: 24px 24px !important;
}

textarea {
    min-height: 100px;
}
.button-send{
    display: block;
    position: relative;
    width: fit-content;
    margin: 40px 0 0;
    /*color: #e9eaea;*/
    color: #ffffff;
    text-align: center;
    /*padding: 15px 23px;*/
    padding: 16px 46px;
    font: 16px/16px 'OpenSans';
    /*height: auto;
    text-decoration: none;
    background: #787878;*/
    background: #0971B2;
    border: none;
    outline: none;
    text-transform: lowercase;
}
.support-form .radio-block label{
    display: flex;
    align-items: center;
    font-family: "OpenSansSB", sans-serif;
    font-weight: initial;
}
.form-send-result{
    margin-top: 20px;
    font-weight: bold;
}
#yes-styler.jq-checkbox {
    float: left;
    margin: 0 10px 0 0;
    background: url(https://static.iru.ru/img/icons.png) -217px -296px no-repeat;
    width: 20px;
    height: 24px;
}
#yes-styler.jq-checkbox.checked {
    background-position: -237px -296px;
}
#manualSerialGo {
    color: #ffffff;
    background: #787878;
    height: 29px;
    line-height: 29px;
    display: inline-block;
    padding: 0 15px;
    cursor: pointer;
}
.support-form input[type="radio"],
.support-form input[type="checkbox"]{
    /*display: block;
    float: left;
    position: relative;
    margin-right: 5px;*/
    display: flex;
    position: relative;
    margin-right: 16px;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.support-form input[type="radio"] {
    top:-2px;
}

.support-form input[type="checkbox"]{
    top:2px;
}

.text-detail-required {
    display: none;
}

.buttons-row {
    display: flex;
    width: fit-content;
    padding: 30px 0 20px 0;
}

.rightbutton, .leftbutton, .rightbutton:hover, .leftbutton:hover {
    float: none;
    width: fit-content;
    line-height: normal;
    text-decoration: none;
}

.rightbutton span, .leftbutton span {
    display: block;
    float: none;
    height: fit-content;
    border: 1px solid  #2A2A2A;
    background: #ffffff;
    padding: 16px 46px;
    color: #2A2A2A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    white-space: nowrap;
}

.rightbutton.active span, .leftbutton.active span {
    background: #2A2A2A;
    color: #FFF;
    height: fit-content;
    border: 1px solid  #2A2A2A;
}

.forms h2 {
font-size: 26px;
font-style: normal;
font-weight: 400;
line-height: 30px;
margin: 60px 0 30px;
}

.podskazka {
color: #0971B2;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 18px;
text-decoration: underline;
border: 0;
cursor: pointer;
}

.pods_see {
    display: flex;
    position: fixed;
    width: 100vw;
    height: 100vh;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.23);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity:0;
    z-index: -50;
    margin: 0;
    visibility: hidden;
    transition: opacity .3s;
}

.pods_see.active {
    opacity: 1;
    visibility: visible;
    z-index: 50;
}

.pods_see div, .form-send-result.success div {
    background: #FFF;
}

.pods_see div:not(.container-fluid, .pods_see > div) {
    padding: 0;
}

.pods_see > div, .form-send-result.success > div {
    display: block;
    width: 70%;
    height: fit-content;
    max-height: 70vh;
    background: #FFF;
    padding: 20px 80px 50px 130px;
    overflow-y: scroll;
}

.form-send-result.success > div {
    width: fit-content;
    padding: 20px 20px 50px 80px;
}

.pods_see div.container-fluid {
    padding: 0 15px;
}

.pods_see .h1, .form-send-result.success .h1 {
    margin: 16px 0 25px;
}

.pods_see p {
    margin: 0 0 16px;
}

.pods_see .close-btn, .form-send-result.success .close-btn {
    display: flex;
    width: 24px;
    height: 24px;
    margin: 0 0 0 auto;
    background: url("https://static.iru.ru/img/red-close-btn.svg") center center no-repeat;
    background-size: contain;
    flex-shrink: 0;
    cursor: pointer;
    border: none;
    outline: none;
}

.pods_see img{
    max-height: 135px;
    margin-bottom: 14px;
}

.pods_see .note {
    font-size: 12px;
    color: #9B9B9B;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

.form-send-result.success {
    display: flex;
    position: fixed;
    width: 100vw;
    height: 100vh;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.23);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #000000;
}

@media (max-width: 1350px) {
    .pods_see > div, .form-send-result.success > div {
        width: 95%;
        padding: 20px 50px 50px 50px;
    }
}

@media (max-width: 1300px) {
    .pods_see, .form-send-result.success {
        padding-top: 150px;
    }
}

@media (max-width: 992px) {
    .pods_see > div, .form-send-result.success > div {
        padding: 20px 50px 34px 50px;
    }
    .pods_see .note  {
        margin: 0 0 16px;
    }
}

@media (max-width: 600px) {
    .support-form .field-block {
        width: 100%;
    }
    .pods_see .h1, .form-send-result.success .h1 {
        font-size: 26px;
    }
    .pods_see > div, .form-send-result.success > div {
        padding: 20px 30px 50px 30px;
    }
}



