article p img {
    max-width: 100%;
}
.lh-150 {
    line-height: 1 !important;
}
h5, .h5 {
    font-size: 1rem;
}
.hide {
    display: none !important;
}
.error {
    color: #f03030;
}
.container.mobile {
    padding: 0;
    /*margin: 0 auto;
    position: relative;
    display: block;*/
}
/*.left {
    float: left;
}
.right {
    float: right;
}
.center {
    text-align: center;
}
.error input, .error select, .border_error.error {
    border: 1px solid #f00 !important;
}
*/

/* BEGIN загрузка файлов fileupload */
/*.file__btn {
    position: relative;
    overflow: hidden;
}
.file__input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
    width: 100%;
    height: 100%;
    font-size: 25rem;
}
.file__list-item {
    padding-bottom: 0.6rem;
}
.file__list-item a {
    text-decoration: none;
    margin-left: 1rem;
}

.file__progress-bar {
    height:1rem;
    background:url(/js/jquery/fileupload/img/progressbar.gif);
    display:none;
    width:0;
    margin-bottom:0.5rem;
}
.file__progress-bar._active {
    display:block;
}
.file__iblock-field.file__btn {
    position: relative;
    width: 100%;
    padding: 1.5rem 0;
    text-align: center;
    border: 1px dashed #95a1a6;
    color: #95a1a6;
}
.file__iblock-field.file__btn i {
    display: block;
    width: 1.9rem;
    height: 1.9rem;
    margin: 0 auto;
    background-size: contain;
    max-width: 100%;
    background: url(/img/distr/plus-ico.png) no-repeat center;
}

.form_photo {
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.3;
    transition: 0.3s linear;
    overflow: hidden;
    vertical-align: top;
    width: 33px;
    height: 26px;
    background-image: url(/img/photo-ico.svg);
    margin-right: 5px;
    position:relative;
}*/
/* FINISH загрузка файлов fileupload */