

/* Start:/bitrix/components/skillline/911_form/templates/.default/style.css?16687121673658*/
.warranty-section__footer {
    margin-top: 10px;
}
.warranty-section__privacy {
    margin: 0 0 20px;

    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    color: #212529;
}

.warranty-section__feedback {
    margin: 30px 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.warranty-section__wrapper {
    width: 100%;
    max-width: 550px;
    display: flex;
    flex-direction: column;
}

.warranty-section__description {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    color: #212529
}

.warranty-section__form {
    display: flex;
    flex-direction: column;
    padding: 20px;

    border: 1px solid #ccc;
    border-radius: 4px;
}

.warranty-section__field:nth-of-type(1) {
    margin-top: -20px;
}

.warranty-section__field {
    margin: 0 -10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.warranty-section__field label {
    display: flex;
    margin: 20px 10px 0;
    flex-grow: 1;
    width: calc(50% - 20px);
}

.warranty-section__field input {
    height: auto;
    padding: 10px 12px;

    border-radius: 4px;

}

.warranty-section__field textarea {
    width: 100%;
    height: auto;
    min-height: 156px;
    max-height: 450px;
    padding: 10px 12px;

    font-size: 14px;
    line-height: 1.2;

    resize: vertical;

    border-radius: 4px;
}

.warranty-section__field textarea:focus,
.warranty-section__field input:focus {
    outline: none;
}

.warranty-section .warranty-section__privacy a {
    text-decoration: underline;
}

.warranty-section .warranty-section__privacy a:hover {
    text-decoration: none;
}

@media screen and (max-width: 480px) {
    .warranty-section__feedback {
        margin: 16px 0;
    }
    .warranty-section__form {
        padding: 20px 10px;
    }

    .warranty-section__field label {
        width: calc(100% - 20px);
    }
}


.warranty-section__files {
    width: 100%;
    margin: 20px 10px 0;

    position: relative;
    text-align: center;
}

.warranty-section__files input[type="file"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.warranty-section__files label.warranty-section__files-wrapper {
    width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.warranty-section__files-fake {
    height: 40px;
    width: calc(100% - 100px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    border: 1px solid #c7c7c7;
    border-radius: 3px 0 0 3px;
    border-right: none;
}

.warranty-section__files-button {
    flex-shrink: 0;
    width: 100px;
    height: 40px;
    background: #9dce3c;
    color: #fff;
    font-size: 14px;
    font-weight: 700;

    display: flex;

    align-items: center;
    justify-content: center;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
}


@media screen and (max-width: 768px) {
    .warranty-section__description {
        font-size: 16px;
        text-align: center;
    }

    .warranty-section__form {
        padding: 20px;
    }
}

/* End */
/* /bitrix/components/skillline/911_form/templates/.default/style.css?16687121673658 */
