/*Картинка справа*/
.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}

.img_no_border{border:0px !important;padding:0px!important}

/*Ссылки с прикреплением*/
.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$="ppt"],
.a_attached[href$="pptx"],
.a_attached[href$="mp3"],
.a_attached[href$="wav"],
.a_attached[href$="mid"],
.a_attached[href$="midi"],
.a_attached[href$="wma"],
.a_attached[href$="aac"],
.a_attached[href$="mpg"],
.a_attached[href$="mpeg"],
.a_attached[href$="avi"],
.a_attached[href$="wmv"],
.a_attached[href$="mov"],
.a_attached[href$="mp4"],
.a_attached[href$="swf"],
.a_attached[href$="flv"],
.a_attached[href$="webm"],
.a_attached[href$="ogg"],
.a_attached[href$="rm"],
.a_attached[href$="ram"],
.a_attached[href$="pub"],
.a_attached[href$="xps"],
.a_attached[href$="txt"] {
    display: block;
    min-height: 40px;
    margin-top: 5px;
    padding-left: 42px;
    background-position: left top;
    background-repeat: no-repeat;
}
.a_attached[href$="doc"], .a_attached[href$="docx"], .a_attached[href$="rtf"], .a_attached[href$="txt"] {background-image: url("/desimages/doc.png");}
.a_attached[href$="xls"], .a_attached[href$="xlsx"] {background-image: url("/desimages/xls.png");}
.a_attached[href$="ppt"], .a_attached[href$="pptx"] {background-image: url("/desimages/ppt.png");}
.a_attached[href$="pdf"] {background-image: url("/desimages/pdf.png");}
.a_attached[href$="zip"], .a_attached[href$="rar"] {background-image: url("/desimages/zip.png");}
.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.png");}
.a_attached[href$="mp3"], .a_attached[href$="wav"], .a_attached[href$="mid"], .a_attached[href$="midi"], .a_attached[href$="wma"], .a_attached[href$="aac"] {background-image: url("/desimages/mp3.png");}
.a_attached[href$="mpg"], a.a_attached[href$="mpeg"], .a_attached[href$="avi"], .a_attached[href$="wmv"], .a_attached[href$="mov"], .a_attached[href$="mp4"], .a_attached[href$="swf"], a[href$="flv"],
.a_attached[href$="webm"] {background-image: url("/desimages/mpg.png");}
.a_attached[href$="ogg"], .a_attached[href$="rm"], .a_attached[href$="ram"], .a_attached[href$="pub"], .a_attached[href$="xps"] {background-image: url("/desimages/other.png");}

/*контакты в меню на главной*/
.contacts_in_menu{display: block;padding-bottom: 14px;border-bottom:1px solid transparent;margin: 0 0 14px}
.contacts_in_menu:last-child{margin-bottom: 0;}
.contacts_in_menu:hover{border-bottom:1px solid #dddddd;cursor: pointer}

.bold_title{font-family: 'PT Sans Bold', Arial;color:#3d464c;font-size: 14px;margin: 7px 0}

.iframe_video {position: relative;padding-bottom: 56.25%;}
.iframe_video iframe {width: 100%;height: 100%;position: absolute;top: 0;left: 0;}

.attention_ico {
    margin: 30px 0;
    min-height: 42px;
    padding-left: 70px;
    display: block;
    background: url(/desimages/attention.png) left top no-repeat;
}

.important_1 {
    margin: 30px 0;
    min-height: 42px;
    padding-left: 70px;
    display: block;
    background: url(/desimages/important_1.png) left top no-repeat;
}

.important_2 {
    margin: 30px 0;
    min-height: 42px;
    padding-left: 70px;
    display: block;
    background: url(/desimages/important_2.png) 7px top no-repeat;
}

.p_small_otstup_5, .p_small_otstup_5 p{margin-bottom:5px !important}
.p_small_otstup_10, .p_small_otstup_10 p{margin-bottom:10px !important}
.p_small_otstup_15, .p_small_otstup_15 p{margin-bottom:15px !important}
.table_without_site_style{border-collapse:inherit;margin:10px 0px;}

.table_without_site_style th, .table_without_site_style td {border: 0px;}
.table_without_site_style th{padding: 0px;font-weight: normal;background-color: none;}
.table_without_site_style td{padding: 0px;}
.table_without_border th, .table_without_border td{border: 0px;font-weight: normal;background-color: none;}

.map_text_float_right{float:right;width:50%}
.map_text_float_left{float:left;width:50%}