.b-pc {
    margin: 120px auto 80px;
    width: 700px;
    text-align: center;
    box-sizing: border-box;
}
.b-pc * {
    box-sizing: border-box;
}
.b-pc__title {
    margin: 0 0 20px;
    font: 800 44px/56px 'Inter', sans-serif;
    color: #222429;
}
.b-pc__title-description {
    padding: 6px;
    font: 14px/22px 'Inter', sans-serif;
    text-align: left;
    color: #676B71;
}
.form-pc {
    text-align: justify;
}
.form-pc__item {
    margin: 8px 0;
    padding: 6px;
}
.form-pc__label {
    display: block;
    margin-bottom: 8px;
    font: 600 14px/20px 'Inter', sans-serif;
    color: #222429;
}
.select {
    position: relative;
    border: 1px solid #D9DBDE;
    border-radius: 8px;
    color: #CDCED1;
}
.select:after {
    content: "⮟";
    position: absolute;
    display: block;
    right: 14px;
    top: 11px;
    color: #222429;
    z-index: -1;
}
.select[open=""]:after {
    content: "⮝";
}
.select.selected {
    color: #222429;
}
.select__placeholder {
    position: relative;
    width: calc(100% + 2px);
    height: 48px;
    margin: -1px;
    padding: 11px 35px 12px 12px;
    border: 1px solid #D9DBDE;
    border-radius: 8px;
    font: 14px/24px 'Inter', sans-serif;
    white-space: nowrap;
}
.select__placeholder::marker {
    content: "";
}

.select__menu {
    max-height: 200px;
    padding-right: 12px;
}
.select__menu-scroll {
    max-height: 100%;
    overflow-y: scroll;
    height: 178px;
    padding: 10px 8px 16px 10px;
}
.select__menu-item {
    font: 14px/36px 'Inter', sans-serif;
    border-radius: 10px;
    white-space: nowrap;
    color: #222429;
    padding-left: 12px;
    margin: 2px 0;
}
.select__menu-item:hover {
    color: #1177D1;
    background-color: #F0F7FC;
}
.checkbox {
    display: block;
    margin: 7px 0 0;
    font: 14px/24px 'Inter', sans-serif;
    color: #222429;
}
.checkbox input {
    margin: 0 7px 0 0;
}
.checkbox__description {
    padding: 0 0 0 21px;
    color: #93969f;
}
.form-pc__item#input_text {
    padding: 0;
}
.form-pc__item#input_text .form-pc__label {
    padding: 0 6px;
}
.form-pc__input-string {
    display: inline-block;
    margin: 5px 0 4px;
    width: calc(50% - 6px);
    padding: 0 6px 6px;
    font: 14px/24px 'Inter', sans-serif;
    vertical-align: top;
}
.form-pc__input-string:last-child {
    width: 100%;
}
.input-text {
    display: block;
    padding: 13px 16px;
    width: 100%;
    font: 14px/24px 'Inter', sans-serif;
    border: 1px solid #CDCED1;
    border-radius: 8px;
    color: #222429;
}
textarea.input-text {
    margin-top: 16px;
    height: 150px;
}
.form-pc__name-unit {
    text-align: justify;
}

#form-pc__submit {
    display: block;
    width: 100%;
    border-radius: 8px;
    outline: none;
    border: none;
    font: 600 16px/56px 'Inter', sans-serif;
    color: #FFFFFF;
    cursor: pointer;
    background-color: #00AD62;
}
#form-pc__submit:hover {
    background-color: #02ce5e;
}

.b-asterisk {
    color: #eb5757;
    margin-left: 5px;
}
/*.error{
    border: 2px solid red;
    border-radius: 8px;
}*/
.message-error {
    display: none;
    margin: 10px 0 0;
    font: 400 13px/18px 'Inter', sans-serif;
    color: #eb5757;
}
.error .message-error {
    display: block;
}

#success {
    background-color: #f2fbf8;
    border: 1px solid #09af78;
    padding: 16px;
    border-radius: 8px;
}
#success h3 {
    margin: 0 0 15px;
    font: 800 36px/45px 'Inter', sans-serif;
    color: #222429;
}
.b-cover {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background:#000000D8;
    width: 100%;
    z-index: 10000;
}
.b-preloader_position_center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
}
.b-preloader_text_grey {
    font-size: 15px;
    color: #99a2b2;
    padding-left: 37px;
    text-align: left;
}
.b-preloader {
    width: 73px;
    height: 40px;
    background: url('/includes/contact/ijscss/progress-animation.gif') 0 5px no-repeat;
    display: none;
}