#Order .modal-body,
#OrderIKT .modal-body {
padding: 10%;
}

#order_price.errors .common-input__input {
border-color: var(--primary);
}

h3.modal-title {
    font-size: 2.5em;
}

.modal__content-form-input {
margin-top: 32px;
}

.common-input {
    position: relative;
    min-height: 56px;
}

.common-input__placeholder {
    position: absolute;
    top: 22px;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 18px;
    color: #9b9b9b;
    pointer-events: none;
    transition: all .3s;
}

.modal__header-close-btn {
padding: 0;
border: 0;
background: none;
float: right;
}

.modal__header-close-btn:focus {
    outline: none;
}

.modal__header-close-btn .svg-icon {
width: 38px;
height: 38px;
max-width: 38px;
display: block;
}

.modal__header-close-btn svg {
width: 100%;
height: 100%;
max-height: 100%;
max-width: 100%;
}


.common-input__input {
    display: block;
    width: 100%;
    height: 56px;
    box-sizing: border-box;
    border: none;
    font-size: 18px;
    line-height: 40px;
    box-shadow: none;
    resize: none;
    color: #000000;
    padding: 12px 10px 0 10px;
    outline: none;
    border-bottom: 2px solid #bdc8d0;
}

.common-input__input.common-input__textarea {
height: 140px;
border: 2px solid #bdc8d0;
line-height: inherit;
}

.common-input__placeholder.description {
padding-left: 0;
color: #222;
}

.common-input.modal__content-form-input.common-input-checks {
margin-top: 6px;
margin-bottom: 40px;
}
}

font.notetext {
color: inherit!important;
}

@media (max-width: 739px) {
    .common-input__input,
    .common-input .common-checkbox__content {
        font-size: 14px;
    }

    .common-input .common-checkbox__content.common-checkbox__content_small {
        font-size: 12px;
    }

    .common-input__placeholder {
        font-size: 14px;
    }
    h3.modal-title {
    font-size: 1.5em;
    }
    .modal__header-close-btn .svg-icon {
    width: 30px;
    height: 30px;
    max-width: 30px;
    }
    .common-input__input.common-input__textarea {
    padding-top: 3em;
    }
}

.common-input__input.is-invalid {
    border-bottom-color: red;
}

.common-input__input:focus {
    border-bottom-color: #151f6d;
}

.common-input__input.common-input__textarea:focus {
    border-color: #151f6d;
}

.common-input__input[placeholder="!"]:-ms-input-placeholder {
    font-size: 0;
}

.common-input__input[placeholder="!"]::placeholder {
    font-size: 0;
}

.common-input__input:focus + .common-input__placeholder, .common-input__input[placeholder="!"]:not(.placeholder-shown) + .common-input__placeholder, .common-input__input[data-check-empty]:not(:empty) + .common-input__placeholder {
    font-size: 11px;
    top: 0;
}



.common-checkbox__checkbox {
    display: none;
}

.common-checkbox__content {
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    cursor: pointer;
}

.common-checkbox__content_small {
    font-size: 12px;
    line-height: 16px;
}

.common-checkbox__content::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 16px;
    width: 32px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Crect width='30' height='30' x='1' y='1' fill='none' fill-rule='evenodd' stroke='%23BDC8D0' stroke-width='2' rx='2'/%3E%3C/svg%3E%0A");
}

.common-checkbox__content a {
    text-decoration: underline;
    color: inherit;
}

.common-checkbox__content a:hover {
    text-decoration: none;
}

.common-checkbox__checkbox.is-invalid + .common-checkbox__content::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Crect width='30' height='30' x='1' y='1' fill='none' fill-rule='evenodd' stroke='red' stroke-width='2' rx='2'/%3E%3C/svg%3E%0A");
}

.common-checkbox__checkbox:checked + .common-checkbox__content::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Crect width='32' height='32' fill='%23019EE3' rx='2'/%3E%3Cpath stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M8 15.612l5.194 5.194L24 10'/%3E%3C/g%3E%3C/svg%3E%0A");
}


.common-select {
    position: relative;
}

.common-select select {
background: none;
border-radius: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

.common-select .common-input__input {
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: right 14px top 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='14'%3E%3Cpath fill='%23BDC8D0' fill-rule='nonzero' d='M11.5 9.807L20.302.882a1.275 1.275 0 0 1 1.82 0c.504.51.504 1.337 0 1.847L11.5 13.5.877 2.729a1.319 1.319 0 0 1 0-1.847 1.275 1.275 0 0 1 1.821 0L11.5 9.807z'/%3E%3C/svg%3E");
}

.common-select.is-open .common-input__input {
    border-bottom: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='14'%3E%3Cpath fill='%23BDC8D0' fill-rule='nonzero' d='M11.5 4.193l-8.802 8.925c-.503.51-1.318.51-1.82 0a1.319 1.319 0 0 1 0-1.847L11.5.5l10.623 10.771c.503.51.503 1.337 0 1.847s-1.318.51-1.821 0L11.5 4.193z'/%3E%3C/svg%3E");
}

.common-select__content {
    border-bottom: 2px solid #bdc8d0;
    position: absolute;
    left: 0;
    top: 56px;
    z-index: 1;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    background: #fff;
    display: none;
}

.common-select__content-item {
    display: block;
    width: 100%;
    padding: 12px 19px;
    text-align: left;
    outline: none;
    border: none;
    background: none;
    font-size: 14px;
    color: #000000;
}

.common-select__content-item:hover, .common-select__content-item.is-active {
    background: #f4f6f8;
}

.common-select__content-item.is-active {
    padding-right: 37px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='8'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 4.116L3.884 7l6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px top calc(50%);
}

.common-select.is-open .common-select__content {
    display: block;
}