

/* Start:/local/templates/shtyl_2023/components/bitrix/iblock.element.add.form/podbor-oborudovaniya/style.css?17496179172502*/
.iblock_form_add .add-row:hover,
.iblock_form_add .del-row:hover{
    cursor: pointer;
}
.iblock_form_add .add-row,
.iblock_form_add .del-row{
    display: inline-block;
}
.iblock_form_add .add-row i,
.iblock_form_add .del-row i{
    color:#B2B2B2;
}
.iblock_form_add .add-row:hover i,
.iblock_form_add .del-row:hover i{
    color:var(--primary)
}
.iblock_form_add {
    --border-color: #000000;
}
@media screen and (max-width: 991px) {
    .iblock_form_add .h6{
        font-size:1.143rem;
    }
}

.iblock_form_add .customHeight .form-floating{
    height:100%;
    padding-bottom: 1.25rem;
}
.iblock_form_add .customHeight .form-control{
    height:100%;
}

.iblock_form_add .form-control::placeholder {
    opacity: 0.6;
    transition: opacity 0.3s ease;
}
.iblock_form_add .form-control:focus::placeholder {
    opacity: 0;
}
.iblock_form_add .form-control:disabled {
    background-color: initial;
    opacity: 0.5;
}
.iblock_form_add .form-control:disabled {
    background-color: #fcfcfc;
    opacity: 0.7;
    box-shadow: initial;
}
.iblock_form_add .form-control:disabled:hover {
    border: 1px solid #e5e5e5;
}
.iblock_form_add .required-text {
    color: var(--gray-500);
}

.iblock_form_add .bxhtmled-toolbar-cnt{
    display:none;
}
.iblock_form_add .custom-file input[type=file]{
    display:none;
}
.iblock_form_add .custom-file label{
    position:relative;
    padding-right: 1rem;
}
.iblock_form_add .custom-file label:before{
    content: "\E01E";
    font-family: "Iconly";
    font-weight: 400;
    display: inline-block;
    padding: 0 0.5rem;
    vertical-align: middle;
}
.iblock_form_add .custom-file label:hover{
    color:var(--primary);
    text-decoration: underline;
    cursor: pointer;
}
.iblock_form_add .custom-file{
    display: flex;
    justify-content: space-between;
}
div#popup-window-content-WebFormErrors {
    padding: 20px 0 !important;
}
.iblock_form_add label:hover{
    cursor:pointer;
}
.iblock_form_add textarea{
    resize: vertical;
}

.tooltip-img {
    margin-left: 0.25rem;
    margin-top: -0.25rem;
    position: relative;
    display: inline-block;
    cursor: pointer;
    color:#666666;
    font-size: 1rem;
    line-height: 1.5;
    vertical-align: top;
    width: 15px;
}
.tooltip-img:hover{
    color:var(--primary);
}
.iblock_form_add h5.tooltip-img {
    margin-left: 0.5rem;
    margin-top: -0.5rem;
}
.form-filed-with-hint{ position:relative}
.form-filed-with-hint .tooltip-img{
    position:absolute;
    right:0;
    top: -1.5rem;
}
/* End */
/* /local/templates/shtyl_2023/components/bitrix/iblock.element.add.form/podbor-oborudovaniya/style.css?17496179172502 */
