

/* Start:/bitrix/templates/aspro_next/components/bitrix/form.result.new/inline.advanced/style.css?17452453686884*/
.maxwidth-theme--form {
    overflow-y: auto;
    max-height: 550px;

    scrollbar-width: thin;
    scrollbar-color: darkgrey #e0e0e0;
}

.maxwidth-theme--form::-webkit-scrollbar-track {
    background-color: darkgrey;
}

.maxwidth-theme--form::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.maxwidth-theme--form::-webkit-scrollbar {
    height: 5px;
}

.form-control--file input[type=file] {
    display: none;
}

.form-control--file label {
    display: block;
    cursor: pointer;
    padding: 20px;
    
    font-size: 16px;
    line-height: 1;
    text-align: center;
    border: 1px dashed #a6b0bc;
}

.form-control--file p {
    margin: 20px 0;
    padding-left: 18px;

    font-size: 14px;
    line-height: 22px;
    color: #a6b0bc;
    text-align: center;
}

.form-control--file .form-control__error-message {
    color: #ed4139;
}

.form-control--file .form-control__error-message::before {
    display: none;
}

.form-control--file p::before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    margin-top: 2px;
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='6' fill='%23A6B0BC'/%3E%3Crect x='5' y='2' width='2' height='5' rx='1' fill='white'/%3E%3Crect x='5' y='8' width='2' height='2' rx='1' fill='white'/%3E%3C/svg%3E");
    background-size: 12px;
}

.form-control__file-list {
    display: none;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.form-control__file-list li {
    display: flex;
    align-items: center;
    padding: 10px;
    margin: 0;
    background: #eef2f7;
}

.form-control__file-list li::before {
    display: none;
}

.form-control__file-list button {
    display: block;
    width: 12px;
    height: 12px;
    border: none;
    margin: 0 0 0 5px;
    font-size: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2.46436' y='1.05029' width='12' height='2' transform='rotate(45 2.46436 1.05029)' fill='%23A6B0BC'/%3E%3Crect x='10.9497' y='2.46436' width='12' height='2' transform='rotate(135 10.9497 2.46436)' fill='%23A6B0BC'/%3E%3C/svg%3E");
    background-size: 12px;
    cursor: pointer;
}

.form-control__file-list span {
    display: block;
    max-width: 160px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.form-control__file-list.active {
    display: flex;
}

.form-control--multiselect {
    position: relative;
}

.form-control--multiselect::after {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 37px;
    right: 15px;
    width: 12px;
    height: 12px;
    border: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.00024 4L6.00024 9L11.0002 4' stroke='%23293132' stroke-width='2'/%3E%3C/svg%3E");
    background-size: 12px;
    transition: 0.2s transform ease-in;
}

.form-control--multiselect.active::after {
    transform: rotate(180deg);
    transition: 0.2s transform ease-in;
}

.form-control--multiselect > span {
    font-size: 13px;
    color: #888;
}

.form-control--multiselect ul {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;

    display: none;
    width: 100%;

    background-color: #fff;
}

.form-control--multiselect ul.active {
    display: block;
}

.form-control--multiselect li::before {
    display: none;
}

.form-control--multiselect li:hover {
    cursor: pointer;
    background-color: #eef2f7;
}

.form-control--multiselect ul label {
    display: flex;
    align-items: center;
    margin: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 16px;
}

.form-control--multiselect label:hover {
    cursor: pointer;
}

.form-control--multiselect input[type="checkbox"] {
    margin: 0px 8px 0 0;
}

.form-control--multiselect input[type="text"]:hover {
    cursor: pointer;
}

.form-control--multiselect input[type="text"] {
    /* color: #383838;
    height: auto;
    font-size: 13px;
    min-height: 36px;
    padding: 8px 13px 7px;
    width: 100%; */
    background: #f7f7f7;
    /* border: 1px solid #eee;
    border-radius: 2px; */
}

.form-control__other-input {
    margin-bottom: 19px;
}

.form-control__other-input {
    margin-top: 10px;
    display: none;
}

.form-control__other-input.active {
    display: block;
}

.bg_image_site {
    background: none !important;
    background: red !important;
}

@media screen and (max-width: 991px) {
    body .maxwidth-theme--form {
        margin-top: 50px;
        overflow-y: visible;
        max-height: none;
    }
}

@media screen and (max-width: 991px) {
    label.error {
        top: -15px;
    }
}

#form-sketch-success-ajax:before {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6L4 9L11 2' stroke='%2327AE60' stroke-width='2'/%3E%3C/svg%3E");
    background-size: 12px;
  }

  #form-sketch-error-ajax:before {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='6' fill='%23A6B0BC'/%3E%3Crect x='5' y='2' width='2' height='5' rx='1' fill='white'/%3E%3Crect x='5' y='8' width='2' height='2' rx='1' fill='white'/%3E%3C/svg%3E%0A");
    background-size: 12px;
  }

  #form-sketch-error-ajax p {
    display: inline-block;
  }

  @media screen and (max-width:768px) {
    .form_body div.form-control label {
        text-align: left;
    }
  }

/* Правки для Красноярска */

.form---krsk .form-control--file p {
    padding-left: 0;
    font-size: 12px;
}

@media screen and (max-width: 1200px) {
    .form---krsk .form-control--file p {
        font-size: 10px;
    }
}

@media screen and (max-width: 576px) {
    .form---krsk .form-control--file p {
        line-height: 1.1;
    }
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}
/* End */
/* /bitrix/templates/aspro_next/components/bitrix/form.result.new/inline.advanced/style.css?17452453686884 */
