/*Картинка справа*/
.img_right{margin:5px 0px 5px 15px;float:right;}
/*Картинка слева с обтеканием*/
.img_left{margin:5px 15px 5px 0px;float:left}
/*Картинка без обтекания*/
.img_no{margin:10px 0px;float:none!important;display: inline-block}
/*Вывод картинки без границ*/
.img_no_border{border:0px !important;padding:0px!important;display: block}
/*Картинка на всю ширину*/
.img_wide{margin:10px 0px;float:none!important;max-width: 100%;display: block}


/*Ссылки с прикреплением (в редакторе надо создать только один стиль с классом a_attached. При наличие прикрепленного файла его тип определится автоматически и подставится соответствующая иконка. Если прикоепления нет или его тип не попадает под описанные, то ссылка будет обычной. При необходимости можно добавить другие иконки для других типов фалов или что-то заменить в данном наборе. Делается это путем добавления картинок размера 19*25 и внесения соответствующих изменений в данный стилевой файл. В редакторе никаких изменений не будет)*/
/*.a_attached[href$="doc"], .a_attached[href$="docx"], .a_attached[href$="rtf"], .a_attached[href$="zip"], .a_attached[href$="rar"], .a_attached[href$="pdf"], .a_attached[href$="jpg"], .a_attached[href$="jpeg"], .a_attached[href$="pjpeg"], .a_attached[href$="gif"], .a_attached[href$="png"], .a_attached[href$="xls"], .a_attached[href$="xlsx"], .a_attached[href$="txt"]{ padding-left:35px; padding-top: 0px; display:block;background-position:left top;background-repeat:no-repeat;min-height:32px;margin-top:0px; background-image:url("/desimages/file.svg");}*/
.a_attached[href$="doc"], .a_attached[href$="docx"]{background-image:url("/desimages/docx.svg");}
.a_attached[href$="txt"],.a_attached[href$="rtf"] {background-image:url("/desimages/txt.svg");}
.a_attached[href$="zip"], .a_attached[href$="rar"]{background-image:url("/desimages/zip.svg");}
.a_attached[href$="pdf"]{background-image:url("/desimages/pdf.svg");}
.a_attached[href$="jpeg"], .a_attached[href$="jpg"], .a_attached[href$="pjpeg"], .a_attached[href$="gif"], .a_attached[href$="png"]{background-image:url("/desimages/jpg.svg");}
.a_attached[href$="xls"], .a_attached[href$="xlsx"]{background-image:url("/desimages/xls.svg");}
.a_attached[href$="ppt"]{background-image:url("/desimages/ppt.svg");}
.a_attached[href$="mp3"], .a_attached[href$="aac"], .a_attached[href$="flac"]{background-image:url("/desimages/mp3.svg");}
.a_attached[href$="mp4"], .a_attached[href$="avi"], .a_attached[href$="mov"], .a_attached[href$="wmv"]{background-image:url("/desimages/mp4.svg");}

.a_attached {
    padding-left:67px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 6px;
    display:block;
    background-position: 13px 7px;
    background-repeat:no-repeat;
    min-height:32px;
    margin-top:0px;
    background-image:url("/desimages/file.svg");
    font-family: 'OpenSans-Light';
    margin-bottom: 10px;
}

.a_attached:hover {
    background-color: #f2f2f2;
}

/* Выделенный абзац*/
.blockquote {
    border-left: 5px solid #910714;
    display: block;
    background: #f2f2f2;
    margin-bottom: 1.4rem;
    margin-top: 1.4rem;
    padding: 11px 23px;
    font-style: italic;
}

/*.phone,
.email,
.adress {
    position: relative;
    padding-left: 45px;
}

.phone::before,
.email::before,
.adress::before {
    position: absolute;
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: left center;
}

.phone::before {
    background-image:url("/desimages/phone_ico.svg");
}

.email::before {
    background-image:url("/desimages/email_ico.svg");
}

.adress::before {
    background-image:url("/desimages/adress_ico.svg");
}*/

/*Широкая таблица*/
.table_big{/*font-size: 16px;*/font-size: 1rem}
.table_big td, .table_big th{padding: 8px 5px}

/*Очень широкая таблица*/
.table_very_big{/*font-size: 14px;*/font-size: 15px;font-size: 0.9375rem}
.table_very_big td, .table_very_big th{padding: 6px 2px}

/*Картинки в строку*/
.img_line_center, .img_line_top, .img_line_baseline{display:-weblit-flex;display: flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:center;justify-content:center;}
.img_line_center{-webkit-align-items:center;align-items:center}
.img_line_top{-webkit-align-items:flex-start;align-items:flex-start}
.img_line_baseline{-webkit-align-items:baseline;align-items:baseline}
.img_line_center img, .img_line_top img, .img_line_baseline img{margin: 10px}

