﻿/**************************************\
|      Template Framework Bitrix       |
|       created in Sapfir-7.ru         |
\**************************************/


@font-face { font-family: "Arial Narrow";  src: local("Arial Narrow"), url(./fonts/arialn.ttf) }

/*************************************\
       
        BlueTrip CSS Framework
         http://bluetrip.org
\*************************************/

/*** MEYER RESET v1.0 ***/
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,del,dfn,
em,font,img,ins,kbd,q,s,samp,small,strike,
strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,
form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
{margin:0;padding:0;border:0;outline:0;}

del{text-decoration:line-through}
table{border-collapse:collapse;border-spacing:0}

/*** BASIC TYPOGRAPHY ***/
/*html { font-size: 62.5%; font-family: "Liberation Sans", Helvetica, Arial, sans-serif; }*/
strong, th, thead td, h1, h2, h3, h4, h5, h6 { font-weight: bold; }
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var, 
input[type='text'], input[type='password'], textarea { font-size: 100%; /* font-family: monaco, "Lucida Console", courier, monospace; */ }
input:focus, textarea:focus{outline: 0 none;}
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }

/*** QUOTES ***/
blockquote { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #666; }
blockquote *:first-child:before { content: "\201C"; }
blockquote *:first-child:after { content: "\201D"; }

/*** FORMS ***/
fieldset { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend { font-weight: bold; font-size:1.2em; }
textarea, input[type='text'], input[type='password'], select {/* border: 1px solid #ccc; background: #fff; */}
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { /*border-color: #aaa;*/ }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { /*border-color: #888; outline: 2px solid #ffffaa; */}
input, select { cursor: pointer; }
input[type='text'],input[type='password'] { cursor: text; }

/*** BASE SIZES ***/
.container { /*font-size: 1.2em; line-height: 1.6em;*/ position: relative; }
h1 { font-size: 22px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

/*** LISTS ***/
ul li { margin-left: .85em; }
ul { list-style-type: disc; }
ul ul { list-style-type: square; }
ul ul ul { list-style-type: circle; }
ol { list-style-position: outside; list-style-type: decimal; margin-left: 25px; }
dt { font-weight: bold; }

/*** TABLES ***/
table { border: none; }
th, td { border: none ; }

/*** MARGINS & PADDINGS ***/
blockquote *:first-child { margin: .8em 0; }
.container hr, 
.container p, 
.container ul, 
.container ol, 
.container dl, 
.container pre, 
.container blockquote, 
.container address, 
.container table, 
.container form {  margin-bottom: 14px; }
/*** NOTE: Calulate header margins: TOP: 1.6em/size, BOTTOM: 1.6em/size/2 ***/

th, td { padding: .8em; }
caption { padding-bottom: .8em; } /*** padding instead of margin for IE ***/
blockquote { padding: 0 1em; margin: 1.6em 0; }
fieldset { padding: 0 1em 1em 1em; margin: 1.6em 0; } /*** padding-top is margin-top for fieldsets in Opera ***/
legend { padding-left: .8em; padding-right: .8em; }
legend+* { margin-top: 1em; } /*** compensates for the opera margin bug ***/
textarea, input { padding: 4px 5px 3px 5px }
select { padding: 4px 5px 3px 5px }
option { padding: 0 .4em; }
a { position: relative; padding: 0; } /*** for larger click-area ***/
dt { margin-top: .8em; margin-bottom: .4em; }
ul { margin-left: 1.5em; }
ol { margin-left: 2.35em; }
ol ol, ul ol { margin-left: 2.5em; }
/* .container form div { margin-bottom: .8em; } */

/*** COLORS ***/
a , a:link , a:visited , a:active, a:focus { text-decoration: underline; color: #000; }
a:hover { text-decoration: underline; color: #000; }
code, pre { color: #c33; } 

pre {
    background: none #FAFAFA;
    border-color: #AAB4BE #AAB4BE #AAB4BE #B4B4B4;
    border-style: dotted dotted dotted solid;
    border-width: 1px 1px 1px 20px;
    font-family: "Courier New",Courier,monospace;
    margin: 10px 0 10px 0;
    padding: 5px 0 5px 10px;
    white-space: pre-wrap;
}

/*** 24 COLUMN GRID ***/
.container {width:950px;margin:0 auto;}
.showgrid {background:url(./images/grid.png);}
div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23 {float:left;margin-right:10px;}
div.span-24 {float:left;}
div.last {margin-right:0;}
.span-1 {width:30px;}
.span-2 {width:70px;}
.span-3 {width:110px;}
.span-4 {width:150px;}
.span-5 {width:190px;}
.span-6 {width:230px;}
.span-7 {width:270px;}
.span-8 {width:310px;}
.span-9 {width:350px;}
.span-10 {width:390px;}
.span-11 {width:430px;}
.span-12 {width:470px;}
.span-13 {width:510px;}
.span-14 {width:550px;}
.span-15 {width:590px;}
.span-16 {width:630px;}
.span-17 {width:670px;}
.span-18 {width:710px;}
.span-19 {width:750px;}
.span-20 {width:790px;}
.span-21 {width:830px;}
.span-22 {width:870px;}
.span-23 {width:910px;}
.span-24, div.span-24 {width:950px;}
.suffix-1 {padding-right:40px;}
.suffix-2 {padding-right:80px;}
.suffix-3 {padding-right:120px;}
.suffix-4 {padding-right:160px;}
.suffix-5 {padding-right:200px;}
.suffix-6 {padding-right:240px;}
.suffix-7 {padding-right:280px;}
.suffix-8 {padding-right:320px;}
.suffix-9 {padding-right:360px;}
.suffix-10 {padding-right:400px;}
.suffix-11 {padding-right:440px;}
.suffix-12 {padding-right:480px;}
.suffix-13 {padding-right:520px;}
.suffix-14 {padding-right:560px;}
.suffix-15 {padding-right:600px;}
.suffix-16 {padding-right:640px;}
.suffix-17 {padding-right:680px;}
.suffix-18 {padding-right:720px;}
.suffix-19 {padding-right:760px;}
.suffix-20 {padding-right:800px;}
.suffix-21 {padding-right:840px;}
.suffix-22 {padding-right:880px;}
.suffix-23 {padding-right:920px;}
.prefix-1 {padding-left:40px;}
.prefix-2 {padding-left:80px;}
.prefix-3 {padding-left:120px;}
.prefix-4 {padding-left:160px;}
.prefix-5 {padding-left:200px;}
.prefix-6 {padding-left:240px;}
.prefix-7 {padding-left:280px;}
.prefix-8 {padding-left:320px;}
.prefix-9 {padding-left:360px;}
.prefix-10 {padding-left:400px;}
.prefix-11 {padding-left:440px;}
.prefix-12 {padding-left:480px;}
.prefix-13 {padding-left:520px;}
.prefix-14 {padding-left:560px;}
.prefix-15 {padding-left:600px;}
.prefix-16 {padding-left:640px;}
.prefix-17 {padding-left:680px;}
.prefix-18 {padding-left:720px;}
.prefix-19 {padding-left:760px;}
.prefix-20 {padding-left:800px;}
.prefix-21 {padding-left:840px;}
.prefix-22 {padding-left:880px;}
.prefix-23 {padding-left:920px;}
div.border {padding-right:4px;margin-right:5px;border-right:1px solid #eee;}
div.colborder {padding-right:24px;margin-right:25px;border-right:1px solid #eee;}
.pull-1 {margin-left:-40px;}
.pull-2 {margin-left:-80px;}
.pull-3 {margin-left:-120px;}
.pull-4 {margin-left:-160px;}
.pull-5 {margin-left:-200px;}
.pull-6 {margin-left:-240px;}
.pull-7 {margin-left:-280px;}
.pull-8 {margin-left:-320px;}
.pull-9 {margin-left:-360px;}
.pull-10 {margin-left:-400px;}
.pull-11 {margin-left:-440px;}
.pull-12 {margin-left:-480px;}
.pull-13 {margin-left:-520px;}
.pull-14 {margin-left:-560px;}
.pull-15 {margin-left:-600px;}
.pull-16 {margin-left:-640px;}
.pull-17 {margin-left:-680px;}
.pull-18 {margin-left:-720px;}
.pull-19 {margin-left:-760px;}
.pull-20 {margin-left:-800px;}
.pull-21 {margin-left:-840px;}
.pull-22 {margin-left:-880px;}
.pull-23 {margin-left:-920px;}
.pull-24 {margin-left:-960px;}
.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24 {float:left;position:relative;}
.push-1 {margin:0 -40px 1.5em 40px;}
.push-2 {margin:0 -80px 1.5em 80px;}
.push-3 {margin:0 -120px 1.5em 120px;}
.push-4 {margin:0 -160px 1.5em 160px;}
.push-5 {margin:0 -200px 1.5em 200px;}
.push-6 {margin:0 -240px 1.5em 240px;}
.push-7 {margin:0 -280px 1.5em 280px;}
.push-8 {margin:0 -320px 1.5em 320px;}
.push-9 {margin:0 -360px 1.5em 360px;}
.push-10 {margin:0 -400px 1.5em 400px;}
.push-11 {margin:0 -440px 1.5em 440px;}
.push-12 {margin:0 -480px 1.5em 480px;}
.push-13 {margin:0 -520px 1.5em 520px;}
.push-14 {margin:0 -560px 1.5em 560px;}
.push-15 {margin:0 -600px 1.5em 600px;}
.push-16 {margin:0 -640px 1.5em 640px;}
.push-17 {margin:0 -680px 1.5em 680px;}
.push-18 {margin:0 -720px 1.5em 720px;}
.push-19 {margin:0 -760px 1.5em 760px;}
.push-20 {margin:0 -800px 1.5em 800px;}
.push-21 {margin:0 -840px 1.5em 840px;}
.push-22 {margin:0 -880px 1.5em 880px;}
.push-23 {margin:0 -920px 1.5em 920px;}
.push-24 {margin:0 -960px 1.5em 960px;}
.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24 {float:right;position:relative;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;max-height:0;overflow:hidden;}
.clearfix, .container {display:inline-block;}
* html .clearfix, * html .container {height:1%;}
.clearfix, .container {display:block;}
.clear {clear:both; height: 0px; font-size:0px;}

/*** FANCY SERIF ***/
.fancy { color: #666; font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; font-style: italic; font-weight: normal; }

/*** SMALL CAPS ***/
.caps { font-variant: small-caps; letter-spacing: 1px; text-transform: lowercase; font-size:1.2em; font-weight:bold; padding:0 2px; }

/*** NO LINK ICON (use class="noicon" to remove the link icon from a specific link) ***/
body a.noicon { background:none !important; padding:0 !important; margin:0 !important; }

/*** LINK PADDING FOR ICONS ***/
/*a[href^="http:"],
a[href^="mailto:"], */
#center_col a[href$=".pdf"],
#center_col a[href$=".doc"],
#center_col a[href$=".docx"],
#center_col a[href$=".txt"],
#center_col a[href$=".xls"],
#center_col a[href$=".rss"],
#center_col a[href$=".rdf"],
#center_col a[href^="aim:"] { padding:2px 22px 2px 0; margin:-2px 0; background-repeat: no-repeat; background-position: right center; }

/*** FILE LINK ICONS ***/
a[href$=".pdf"]   { background-image: url(./images/icons/pdf.png); }
a[href$=".doc"]   { background-image: url(./images/icons/doc.png); }
a[href$=".docx"]   { background-image: url(./images/icons/doc.png); }
a[href$=".txt"]   { background-image: url(./images/icons/doc.png); }
a[href$=".xls"]   { background-image: url(./images/icons/xls.png); }

/*** MISCELLANEOUS LINK ICONS ***/
a[href$=".rss"],
a[href$=".rdf"]   { background-image: url(./images/icons/feed.png); }
a[href^="aim:"]   { background-image: url(./images/icons/im.png); }
/*a[href^="http://yourwebsite.com"] { background:none; padding:0; margin:0; }*/

/*** TEXT CLASSES ***/
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
.thin {font-weight: lighter;}
.error, .notice, .success {padding:.8em;margin:10px 0;border:1px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11; background:none; padding:0; margin:0; }
.notice a {color:#514721; background:none; padding:0; margin:0; }
.success a {color:#264409; background:none; padding:0; margin:0; }
.center {text-align: center;}

/*** STYLES FOR BUTTONS ***/
a.button, button {
  display: inline-block;
  float: left;
  margin:0 0.583em 0.667em 0;
  padding:5px 10px 5px 7px;   /*** Links ***/
  border:1px solid #dedede;
  border-top:1px solid #eee;
  border-left:1px solid #eee;
  background-color:#f5f5f5;
  font-family:"Liberation Sans", Helvetica, Arial, sans-serif;
  font-size:100%;
  line-height:130%;
  text-decoration:none;
  font-weight:bold;
  color:#565656;
  cursor:pointer;
}
button { width:auto; overflow:visible; padding:4px 10px 3px 7px; }
button[type] { padding:4px 10px 4px 7px; line-height:17px; }
*:first-child+html .container button[type] { padding:4px 10px 3px 7px; }
button img, a.button img{ margin:0 3px -3px 0 !important; padding:0; border:none; width:16px; height:16px; float:none; }

/*** STANDARD BUTTONS ***/
button:hover, a.button:hover{ background-color:#dff4ff; border:1px solid #c2e1ef; color:#336699; }
a.button:active, button:active{ background-color:#6299c5; border:1px solid #6299c5; color:#fff; }

/*** POSITIVE (LIGHT BACKGROUND) ***/
body .positive { color:#529214; }
a.positive:hover, button.positive:hover { background-color:#E6EFC2; border:1px solid #C6D880; color:#529214; }
a.positive:active, button.positive:active { background-color:#529214; border:1px solid #529214; color:#fff; }

/*** NEGATIVE (DARK BACKGROUND)***/
body .negative { color:#d12f19; }
a.negative:hover, button.negative:hover { background:#fbe3e4; border:1px solid #fbc2c4; color:#d12f19; }
a.negative:active, button.negative:active { background-color:#d12f19; border:1px solid #d12f19; color:#fff; }

a.apir {font-family: 'Philosopher', sans-serif; font-style: italic;}

/*************************************\
       END BlueTrip CSS Framework
\*************************************/

@font-face {
    font-family: 'myriad_pro_condbold';
    src: url('fonts/myriadpro-boldcond-webfont.eot');
    src: url('fonts/myriadpro-boldcond-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/myriadpro-boldcond-webfont.woff') format('woff'),
         url('fonts/myriadpro-boldcond-webfont.ttf') format('truetype'),
         url('fonts/myriadpro-boldcond-webfont.svg#myriad_pro_condbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'myriad_pro_condregular';
    src: url('fonts/mpc-webfont.eot');
    src: url('fonts/mpc-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/mpc-webfont.woff') format('woff'),
         url('fonts/mpc-webfont.ttf') format('truetype'),
         url('fonts/mpc-webfont.svg#myriad_pro_condregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*Typography start*/
@font-face {
font-family: 'DINCondensedCRegular';
src: url('fonts/dincondensedc-webfont.eot');
src: url('fonts/dincondensedc-webfont.eot?#iefix') format('embedded-opentype'),
     url('fonts/dincondensedc-webfont.woff') format('woff'),
     url('fonts/dincondensedc-webfont.ttf') format('truetype');
font-weight: normal;font-style: normal;
}

/*************************************\
            Tempalte Styles
\*************************************/

body { font-family: Helvetica, Tahoma, Arial Narrow, Verdana; font-size: 14px; color: #000; line-height: 1.5;}

h1 { margin: 14px 0 5px; padding: 2px 0}
h2 { margin: 14px 0 5px; padding: 2px 0 }
h3 { margin: 14px 0 5px;  padding: 2px 0}
h4 { margin: 14px 0 5px;  padding: 2px 0}
h5 { margin: 14px 0 5px;  padding: 2px 0}
h6 { margin: 14px 0 5px;  padding: 2px 0}
h1,
h2,
h3,
h4,
h5,
h6 {color: #0e0301; font-style: normal; line-height: 1;}
h1.black,
h2.black,
h3.black,
h4.black,
h5.black,
h6 .black {color: #333;}
h1#pagetitle {font-size: 30px; margin: 10px 0 20px; font-weight: normal; }
.incar_block  h4 {font-size: 22px; background: url(./images/line1.gif) -622px bottom no-repeat}

#header_bg {position: absolute; top:0; left:0; height: 300px; width: 100%; background: #000; z-index:-1;  }
#top_body_bg {position: absolute; top:160px; left:-30px; height: 390px; width: 1010px; background: #fff; }

#body_top_bg {min-width: 1100px; position: relative;}
#body_bot_bg {margin-bottom: 30px;}

#main_menu { line-height: 1;   }

#menu_yeloow_bg  {position: absolute; display: none; top:154px; left:0; height: 250px; width: 100%; background: #EFAB00 url(./images/menu_yeloow_bg.png) 0 0 repeat ; z-index:10;  }
#space_for_menu {height: 250px;display: none;}

/*** Theme regions ***/

#header {min-height: 160px; position: relative; margin-bottom: 16px; line-height: 1.15;}
#header_1 {}
#header_2 {}

#header_left {padding-top: 108px;}

#logo_head {display: block; position: relative; text-decoration:none; margin: 34px 0 0 40px;}


/** top **/
#top_1 {}

/** sidebar_first **/
#sidebar_first {position: relative; z-index: 5}
#sidebar_first_1 {}
#sidebar_first_2 {}

/** sidebar_second **/
#sidebar_second {position: relative; z-index: 5; font-family: Tahoma, Helvetica, Arial Narrow, Helvetica, "san-serif"}
#sidebar_second_1 {}
#sidebar_second_2 {}

/** content **/
#content_top_1 {}
#content_bottom_1 {}

#center_col {position: relative; z-index: 5; min-height: 580px; padding:0 0px 30px 0; box-sizing: border-box;}
#center_col.span-17 {padding:0 15px 30px 0;}

/** bottom **/
#bottom_1 {}

/** footer **/
#footer { background: #000; padding: 20px 0 20px 0; }

#footer_1 {border-bottom: 2px solid #e88e00; padding: 24px 0 40px 0; }
#footer_1 .elem{display: block; float: left; width: 190px; right: 20px; text-align: center;}

#footer_2 {border-bottom: 2px solid #e88e00; padding: 44px 0 36px 0;}
#footer_2 ul,
#footer_2 li {list-style: none; margin:0 0 4px 0;}
#footer_2 li.root-li {display: block; width: 164px; float: left; margin-right: 20px;  }
#footer_2 a {color: #fff; text-decoration: none; font-size: 14px;}
#footer_2 a:hover {color: #EFAB00;}
#footer_2 li.root-li > a {display: inline-block; margin-bottom: 8px; font-size: 24px;font-weight: bold;}

#footer_3 {line-height: 1.7; font-size: 13px;  color: #fff;  padding: 30px 0 70px 0;}
#footer_3 .socicons{margin-top: 24px;}
#footer_3 .socicons a{display: block; float: left; margin-right: 6px; height: 30px; width: 30px; color: #fff; border:1px solid #fff; font-weight: bold; 
text-decoration: none; text-align: center; line-height: 30px; font-size: 18px;  font-family: Tahoma, Geneva, sans-serif;}


.sapfir-7 {text-align: right; color:#aaa}
.sapfir-7 a{color:#aaa}

/*** Pages ***/

/** search **/
.search-page {}

/* виз редактор*/
form .bxlhe-frame div { margin:0;}
div.bxlhe-frame {border: 1px solid #ccc;}

/* system  */

.starrequired {color: #d50118}
.message_errors { width: 600px; border: 1px solid #de0000; background: #fff2f2; padding: 5px; margin-bottom:24px;}
.message_ok { width: 600px; border: 1px solid #269600; color:#0f3d00; background: #f3ffef; padding: 5px; margin-bottom:24px;}


 

/*** Components ***/

/** News  **/
.news-list {}
.news-list h3 {}
.news-list .link_more {} 

/* main-news-list */
.main-news-list {margin-top: 14px;}
.main-news-list .news-list img.preview_picture { float:left; margin:0 4px 6px 0;}
.main-news-list .news-item img.preview_picture { float:left; margin:0 10px 4px 0; position: relative; z-index: 3;}
.main-news-list  .news-date-time { display: block; color:#F9BD16; font-size: 10px}
.main-news-list  .news-item { margin-bottom: 20px;}
.main-news-list  .news-item h4 { margin: 0px 5px 4px 0; border-bottom: 1px solid #eee; font-size: 18px; color: #444; line-height: 23px;}
.main-news-list  .item-name:hover h4 { color: #F9BD16}
.main-news-list  .item-name { text-decoration: none;  }
.main-news-list  .news-item  .news-section { text-decoration: none; text-transform: uppercase; color: #777;  }
.main-news-list  .news-item  .news-section:hover {color: #d50118;  }
 

/* main-news-detail */
div.main-news-detail { padding: 0 24px 30px 0;}
div.main-news-detail .detail_picture {text-align: center}
div.main-news-detail .detail_picture img {width: 100%}
.main-news-detail  .news-date-time {display:inline-block; margin-right: 10px; color:#d50118; }
.main-news-detail .preview_text {font-weight: bold}
.main-news-detail .detail_picture {margin: 26px 0;}
.main-news-detail .news-section { text-decoration: none; text-transform: uppercase; color: #777;  }
.main-news-detail .news-section:hover {color: #d50118;  }

.in_detail_page .news-item {margin-bottom: 24px; padding-bottom: 16px; border-bottom: 1px solid #EFAB00;}
.in_detail_page .title {    text-transform: uppercase; font-weight: bold; text-align: center; margin: 0 0 16px 0; font-size: 18px; border: 1px solid #000;  padding: 5px 0 3px 0;}
.in_detail_page .news-item:nth-child(7) { border:none; padding-bottom: 0px;} 
.in_detail_page .more_news { background: #EFAB00; text-transform: uppercase;
    padding: 10px 20px ; display: block; font-weight: bold; text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
    text-align: center; color: #000; text-decoration: none;}
.in_detail_page .item-name {text-decoration: none; font-weight: bold; display: block; margin: 11px 0 0 0;}
.in_detail_page .news-date-time {color: #d68205;}
.in_detail_page a.news-section {text-decoration: none ; color: #898989 }
.in_detail_page a.news-section:hover {color: #d68205;}
   


/** news-list right_block **/
.news-list-right-block {} 
.news-list-right-block .news-item { margin-bottom: 12px;} 
.news-list-right-block .news-date-time {display: block; color:#636363; font-size: 10px;} 
.news-list-right-block .new-name {display: block; padding:0; color:#000; font-size: 14px; font-family: 'Philosopher', sans-serif; font-style: italic; text-decoration: none; font-weight: bold; line-height: 1.2} 
.news-list-right-block .preview_text { color: #6f6f6f;}
.news-list-right-block .all_news {text-align: right;}

/** breadcrumb **/
ul.breadcrumb-navigation { padding:4px 0 0 0; margin:34px 0 0 0; list-style:none; font-size:13px; color: #EFAB00;}
ul.breadcrumb-navigation li {	display:inline; margin-left: 3px;}
ul.breadcrumb-navigation a {color: #EFAB00; text-transform: uppercase; text-decoration: none; }

.projects_film-element {position: relative;}
.projects_film-element .catalogdist_ru {display: block; position: absolute; width: 150px; height: 150px; top: 22px; left: 20px; z-index: 100; background: url(./images/distr_rgdoc_star_150x150_ru.png) top center no-repeat; }
.projects_film-element .catalogdist_en {display: block; position: absolute; width: 150px; height: 150px; top: 22px; left: 20px; z-index: 100; background: url(./images/distr_rgdoc_star_150x150_en.png) top center no-repeat; }
.projects_film-element .lblock1 {position: relative; margin: 20px 0 10px 0; background: #F7F7F7; border: none;}
.projects_film-element .lblock1.persons,
.projects_film-element .lblock1.about {margin: 10px 0 10px 0;}
.projects_film-element .lblock1 h4 { margin: 5px 0 20px 0; padding: 0; font-size: 18px; font-weight: bold}
.projects_film-element .lblock1 .indent { padding: 20px;}
.projects_film-element .persons .row,
.projects_film-element .about .row {}
.projects_film-element .persons span ,
.projects_film-element .about span { }
.projects_film-element .persons .field_name,
.projects_film-element .persons .pf_filmcrew_prof,
.projects_film-element .persons .pfen_filmcrew_prof,
.projects_film-element .about     .field_name {font-weight: bold;}
.projects_film-element .persons .field_value,
.projects_film-element .persons .pfen_filmcrew_name,
.projects_film-element .persons .pf_filmcrew_name {}
.projects_film-element .about .field_value {}
.projects_film-element .pf_descr {margin: 0px 0 20px 0;}
.pf_status {text-transform: capitalize;}
.projects_film-element .show_project { }
.projects_film-element .button3 {margin-bottom:14px; }
.projects_film-element .public_film {margin: 40px 0 40px 0}
.projects_film-element .public_film h4{background: #ffb001;padding: 11px 19px 10px 19px;margin-bottom: 16px;font-size: 18px;}
.projects_film-element .public_film h4 span{color:#fff;}
.projects_film-element .public_film iframe{width:950px; height:500px; background: #000 }
.projects_film-element .public_film_ajax iframe{width:100%; height:400px; }

table.table_show_film  { border: 1px solid #aaa; border-collapse: collapse; width: 100%; }
table.table_show_film  td { padding: 4px !important; border: 1px solid #aaa !important }
table.table_show_film  thead td { background-color: #f0f0f0; text-align: center; font-weight: bold; }
table.table_show_film  thead div.grain-tables-table-view-tooltip { font-size: 0.8em }
table.table_show_film  tfoot a { text-decoration: none }
table.table_show_film  tfoot a img { vertical-align: middle }
table.table_show_film  tfoot a span { text-decoration: underline } 
.pf_showtv_date, .pf_showtv_tv {text-align: center;}



.companies-element {padding-top: 8px;}
.companies-element .lblock1.about {margin: 10px 0 10px 0;}
.companies-element h4 {margin: 4px 0 12px 0; padding: 0px; }
.companies-element .lblock1 .indent { padding: 10px 0 10px 10px;}
.companies-element .row {}
.companies-element .row span { }
.companies-element .row .field_name {font-weight: bold }
.companies-element .row .field_value { }
.companies-element .contact {border: 4px solid #ffb409; padding: 16px; margin-top: 20px;}
.companies-element .pf_descr {margin: 0px 0 20px 0;}
.companies-element .logo {margin: 10px 10px 10px 0;}
.companies-element .about {border: none; }
.companies-element .descr {background: #f7f7f7; padding: 16px;}
.companies-element .descr .indent{margin-bottom: 20px;}
.companies-element .descr .collapsed {height: 200px;overflow: hidden;}
.companies-element .staff {border: none; background: #f7f7f7; padding: 16px; margin-top: 20px;}
.companies-element .descr_deployed {cursor: pointer; text-decoration: underline;}
.companies-element h1 {padding-left: 10px;}
.companies-element .cell1 {float: left; width: 300px; margin-right: 50px;}
.companies-element .cell2 {float: left; width: 600px}
 
 .ui-tooltip, .arrow:after {border: 1px solid #555; background: #f0f0f0;}
  .ui-tooltip { 
    border-radius: 2px;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
  }
  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }
 

.prof-detail h1 {padding-left: 16px;}
.prof-detail h4 {margin: 4px 0 12px 0; padding: 0px; }
.prof-detail .main_info {padding: 16px; margin-bottom: 20px;}
.prof-detail .main_info .add_info_date {color: #777;}
.prof-detail .main_info .city span {font-weight: bold;}
.prof-detail .main_info .profession span {font-weight: bold;}
.prof-detail .personal_photo {height: 270px; width: 270px; background: #ddd; text-align: center; overflow: hidden;}
.prof-detail  .contact {border: 4px solid #ffb409; padding: 16px; margin-top: 20px; word-wrap: break-word;}
.prof-detail  .education {background: #f7f7f7; padding: 16px;margin-bottom: 20px;}
.prof-detail  .descr {background: #f7f7f7; padding: 16px;}
.prof-detail  .descr .indent{margin-bottom: 20px;}
.prof-detail  .descr .collapsed {height: 200px;overflow: hidden;}
.prof-detail .descr_deployed {cursor: pointer; text-decoration: underline;}
.prof-detail .soc_link a  { padding:2px 2px 2px 20px; background-repeat: no-repeat; 
background-position: left center; background-image: url(./images/icons/external.png) }
.prof-detail .pf_square_item {margin: 0 10px 16px 0}
.prof-detail .soc_link a[href^="http://vk.com"],
.prof-detail .soc_link a[href^="https://vk.com"],
.prof-detail .soc_link a[href^="http://vkontakte.ru"],
.prof-detail .soc_link a[href^="https://vkontakte.ru"] {background-image: url(https://vk.com/images/faviconnew.ico)}
.prof-detail .soc_link a[href^="http://facebook.com"],
.prof-detail .soc_link a[href^="http://www.facebook.com"],
.prof-detail .soc_link a[href^="https://www.facebook.com"] {background-image: url(https://www.facebook.com/favicon.ico)}
.prof-detail .soc_link a[href^="http://www.odnoklassniki.ru"],
.prof-detail .soc_link a[href^="https://www.odnoklassniki.ru"],
.prof-detail .soc_link a[href^="http://odnoklassniki.ru"],
.prof-detail .soc_link a[href^="https://odnoklassniki.ru"]  {background-image: url(https://odnoklassniki.ru/favicon.ico)}

.lblock2 {border: 1px solid #ccc; position: relative; margin: 20px 0 10px 0;}
.lblock2 h4 {background: #fff; margin: 0; padding: 4px; position: absolute; top: -13px;}
.lblock2 .indent { padding: 10px 0 10px 10px;}

.html5gallery-elem-img-0 {background: #000;}

.lblock1 {border: 1px solid #ccc; position: relative; margin: 20px 0 10px 0;}
.lblock1 .indent { padding: 10px 10px 10px 10px;}

.user-list-sort a.sort {text-decoration: none; padding: 0 1px; margin-left: 3px; }

/*************************************\
          END Tempalte Styles
\*************************************/

#left_links {position: absolute; top: 310px; left: -150px; width: 127px; }
#left_links ul{margin: 0;}
#left_links li{display: block; padding: 1px; text-align: right; }
#left_links a{display: inline-block; margin: 0; padding: 2px 6px; text-transform: uppercase; 
color: #000; text-decoration: none; }
#left_links a:hover{padding: 1px 5px; border: 1px solid #000}

#right_links {margin: 10px 0 15px 0;}
#right_links ul{margin: 0; padding: 0 0 0 0; list-style: none;}
#right_links li{display: block; float: left; margin: 0 0 4px 8px; padding: 0; text-align: right; }
#right_links a{display: block; float: left; height: 32px; width: 32px; padding: 0; color: #000; border: 1px solid #000; 
text-decoration: none; text-align: center; background: #fff; line-height: 32px; font-size: 20px; font-family: Calibri, Arial; font-weight: bold;}
#right_links .en {width: 52px;}
#right_links .vk {margin-left: 0;}
#right_links  li.vk a{font-family: Verdana;}



#industry_directory { background: #000; border-bottom: 12px solid #f7c72d; color: #fff; padding: 30px 0 10px 0;}
#industry_directory h3 {color: #fff; margin: 10px 0 30px 0; font-size: 30px; font-weight: normal;}
#industry_directory .pf_section_ajax{margin-top: 10px;}
#industry_directory .pf_square_list {}
#industry_directory .pf_square_item { position: relative; float: left; margin: 10px 0 30px 0; width: 236px; background: none; border: none; font-size: 15px;
cursor: pointer; text-align: center; line-height: 1.6; font-weight: normal}
#industry_directory .pf_square_item strong {font-weight: normal}
#industry_directory .pf_square_item b {font-weight: normal}
#industry_directory .pf_square_item:nth-child(4n+5) {/*border: 1px solid #f00;*/  clear: left;}
#industry_directory .pf_square_item img {border-radius: 50%;}
#industry_directory .pf_square_item .indent {padding: 0; color: #f7c72d;}
#industry_directory .pf_square_item .catalogdist {display: block; position: absolute; width: 97px; height: 97px; top: 0px; right: 0; z-index: 100; background: url(/bitrix/templates/rgdoc/images/catalogdist_sl.png) top left no-repeat; 
text-decoration: none;}
#industry_directory .pf_square_item .name,
#industry_directory .pf_square_item .name a {text-decoration:none; text-transform: uppercase; color: #fff; font-weight: bold;}
#industry_directory .pf_square_item .list_img {border-right: 1px solid #fff; margin: 0 0 20px 0;}
#industry_directory .pf_square_item.last .list_img {border: none;}
#industry_directory .loading2 {display: inline-block; padding: 4px; margin: 0 0 0 350px; width: 270px; text-transform: uppercase; text-decoration: none; color:#fff; font-weight: bold; text-align: center;}
#industry_directory .loading2.loading {height: 34px; background: url(/images/loader2.gif) center center no-repeat;}

#industry_directory input {margin: 0; padding: 10px; border: none; width:436px; color: #000; background: #F2F3F4; font-size: 24px; font-family: arial;}
#industry_directory input[type="submit"] {color: #fff; background: #359fb7; width: 455px; float: right; margin:0 9px 20px 0;}
#industry_directory select {height: 48px; font-size: 24px; padding: 10px; color: #000; text-align: center; border: none;
font-family: Arial; background: #F2F3F4;}
#industry_directory form div { position:relative }
#industry_directory label  { position:absolute; top:8px; left:10px; text-transform: uppercase; font-size: 24px; color:#000;}
#industry_directory .add_param {display: none;}
#industry_directory .more_less_param {cursor:pointer; border-bottom: 1px dotted #fff;}
#industry_directory .row {margin-bottom: 20px;}
#industry_directory .prop_name {width: 455px; float: left; margin-right: 30px;}
#industry_directory .prop_99,
#industry_directory .prop_32 {width: 455px; float: left; }
#industry_directory .prop_112,
#industry_directory .prop_45 {width: 200px; float: left; margin-right: 30px;  }
#industry_directory .prop_112 input,
#industry_directory .prop_45 input {width: 180px; }
#industry_directory .prop_94,
#industry_directory .prop_26 {width: 230px; float: left; }
#industry_directory .prop_94 select,
#industry_directory .prop_26 select{width: 226px; }
#industry_directory .prop_98,
#industry_directory .prop_31 {width: 455px; float: left; margin-right: 30px; }
#industry_directory .prop_93,
#industry_directory .prop_25 {width: 455px; float: left; }
#industry_directory .prop_96,
#industry_directory .prop_28 {width: 210px; float: left; margin-right: 20px; }
#industry_directory .prop_96 select,
#industry_directory .prop_28 select{width: 200px;}
#industry_directory .prop_100,
#industry_directory .prop_33 {width: 455px; float: left; }
#industry_directory .prop_distr {width: 213px; margin-right: 30px; float: left; border: 1px solid #fff; padding: 11px 5px 11px 6px; }
#industry_directory .prop_distr label{position: static; color:#fff; font-size: 14px; padding-left: 20px}
#industry_directory .prop_distr input{ width: 16px; height: 16px; float: left; margin-top: 3px;}
#industry_directory .prop_stage {width: 350px; float: left; }
#industry_directory .prop_support {width: 455px; float: left; }
#industry_directory .prop_support2 {width: 330px; float: left; margin-right: 30px;}
#industry_directory .prop_stage select {width: 350px; }
#industry_directory .prop_support select{width: 455px; }
#industry_directory .prop_support2 select{width: 330px; }
#industry_directory .spacer_field {width: 30px; height:45px; float: left; }

#industry_directory .prop_username {width: 455px; float: left; margin-right: 30px; }
#industry_directory .prop_userprof{width: 455px; float: left;}
#industry_directory .prop_userprof select {width: 455px;}
#industry_directory .prop_usercity {width: 455px; float: left; margin-right: 30px;}

#projects_guild {font-size: 14px;}
#projects_guild h3 {margin: 32px 0 18px 0; font-size: 30px; font-weight: normal;}
#projects_guild h4 {margin: 4px 0 10px 0; font-size: 24px;}
#projects_guild h4 a {display: inline; margin: 0; padding: 0; background: none; text-decoration: none;color: #000;}
#projects_guild  .indent {padding:0 6px 6px 12px;}
#projects_guild  .span-6.first .indent {padding:0 12px 12px 0;}
#projects_guild  .span-6.last  .indent {padding:0 0 12px 12px;}
#projects_guild ul,
#projects_guild li{ margin:0; list-style: none;}
#projects_guild ul {border-top: 1px solid #EFAB00; margin-bottom: 14px;}
#projects_guild li{ display: block; margin:0; padding: 0; border-bottom: 1px solid #EFAB00}
#projects_guild li:last-child{border-bottom: none}
#projects_guild li a{ display: block; text-decoration: none; color: #000; padding: 10px; }
#projects_guild li a:hover{background:#EFAB00; }
#projects_guild  .name {display: none;}
#projects_guild  .deadline_app {position: relative; z-index: 5; float: right; color: #6a6a6a; margin: 4px 5px 0 3px; font-size:12px}
#projects_guild  .projectname { color: #6a6a6a}
#projects_guild .deadline {float: right; color: #f7c72d; text-transform: lowercase; font-style: italic; margin: 10px;} 

/* main-news-list */
.home-news-list {margin-top: 14px;}
.home-news-list .news-item img.preview_picture {margin:0 0 4px 0; position: relative; z-index: 3;}
.home-news-list .news-date-time { display: block; color:#777;font-size: 10px;}
.home-news-list .news-item { margin-bottom: 14px; width: 200px; float: left; margin-right: 20px;}
.home-news-list .news-item.first { margin-bottom: 14px; width: 420px;}
.home-news-list .news-item:nth-child(3),
.home-news-list .news-item:nth-child(3n+6) {/*border: 1px solid #f00;*/ clear: left;}
.home-news-list .news-item:nth-child(2),
.home-news-list .news-item:nth-child(3n+5) {margin-right: 0px;}
.home-news-list .news-item h4 { margin: 0px 16px 4px 0; font-size: 14px; color: #292929; line-height: 1.5;}
.home-news-list .item-name:hover h4 { color: #F9BD16}
.home-news-list .item-name { text-decoration: none;  }
.home-news-list .news-item  .news-section {display: inline-block; margin-bottom: 6px; padding: 2px 5px; text-decoration: none; text-transform: uppercase; color: #898989; border: 1px solid #898989; font-size: 10px;  }
.home-news-list .news-item  .news-section:hover {color: #F9BD16;  }
.home-news-list .prev_txt{/* min-height: 90px; */ margin-bottom: 10px; padding-right: 16px;}
/* .home-news-list .first h4{font-size: 18px} */
.home-news-list .first .prev_txt{font-size: 14px}
.home-news-list .latest {display: none;}
#home_load_news {display: inline-block; padding: 54px 4px 4px 4px; margin: 0 0 0 250px; width: 250px; text-transform: lowercase; 
text-decoration: none; color:#898989; font-size: 10px; text-align: center;  background: url(./images/more_news.png) center top no-repeat;}
#home_load_news.loading {height: 34px; background: url(/images/loader1.gif) center center no-repeat;}

/* news-list */
.news-list {margin-top: 14px;}
.news-list .news-item img.preview_picture {margin:0 0 4px 0; position: relative; z-index: 3;}
.news-list .news-date-time { display: block; color:#777;font-size: 10px;}
.news-list .news-item { margin-bottom: 14px; width: 200px; float: left; margin-right: 20px;}
.news-list .news-item:nth-child(4),
.news-list .news-item:nth-child(3n+7) {/*border: 1px solid #f00;*/ clear: left;}
.news-list .news-item:nth-child(3),
.news-list .news-item:nth-child(3n+6) {margin-right: 0px;}
.news-list .news-item h4 { margin: 0px 16px 4px 0; font-size: 14px; color: #292929; line-height: 1.5;}
.news-list .item-name:hover h4 { color: #F9BD16}
.news-list .item-name { text-decoration: none;  }
.news-list .news-item  .news-section {padding: 2px 5px; text-decoration: none; text-transform: uppercase; color: #898989; border: 1px solid #898989; font-size: 10px; }
.news-list .news-item  .news-section:hover {color: #F9BD16;  }
.news-list .prev_txt{/* min-height: 90px; */ margin-bottom: 10px; padding-right: 16px;}
.news-list .first h4{font-size: 18px}
.news-list .first .prev_txt{font-size: 14px}

#right_accordion .ui-accordion-header {border: none; border-top: 1px solid #EFAB00; color:#000; 
font-weight: normal; background: none; margin: 0; font-size:16px; text-align: center; padding: .5em .5em .5em .7em;}
#right_accordion .ui-accordion-header.ui-state-hover {background: #EFAB00; color:#fff;}
#right_accordion .ui-accordion-header.ui-accordion-header-active {background: #EFAB00; color:#fff; border-left: 1px solid #eee; border-right: 1px solid #eee; }
#right_accordion .ui-accordion-header .ui-accordion-header-icon {display: none;}

.system-nav-orange {font-size: 18px; text-align: center; color: #494848; line-height: 24px;}
.system-nav-orange .nav-pages {display: inline-block; padding: 2px 0 2px 0; }
.system-nav-orange .nav-current-page{display: inline-block; min-width: 26px; text-align: center;
 color:white; background: #F0AE2E; padding:1px 0px; border-radius: 50%; }
.system-nav-orange  a {text-decoration: none; display: inline-block; padding: 2px 3px; color: #494848}
.system-nav-orange .nav-title {font-size: 17px; text-transform: lowercase; margin-top: 3px; color: #545454;}
.system-nav-orange .nav_begin {}
.system-nav-orange .nav_prev {color: #000;}
.system-nav-orange .nav_next {color: #000;}
.system-nav-orange .nav_end {}


.panel_view_section {float: right;}
.view_type0,
.view_type1{position: relative; display:block; float: left; background: #c3c3c3;
 height: 27px; width: 27px; margin-right: 10px; }
.view_type0 span,
.view_type1 span{ display: block; position: absolute; background: #fff;}
.open_close_filter { display:block; float: left;font-weight: bold; border: 3px solid #fcb606;
 padding:0px 8px; cursor:pointer;}

/* окно подписки */
.subscription_window {background: #EFAB00; border: none;}
.subscription_window .ui-widget-header{background: none; border: none;}
.subscription_window .ui-button{background: none; border: none; width: 24px; height: 24px;outline: none;}
.subscription_window .ui-state-default .ui-icon {background: url(images/close_yellow.gif) top left no-repeat;
width: 24px; height: 24px;}
.ui-button-icon-only .ui-icon {}
.ui-dialog .ui-dialog-titlebar-close {top: 14px; right: 14px;}
.subscription_window .subscr_title {font-size: 18px; color: #000; text-shadow: 1px 1px 0 rgba(255,255,255,0.5)}
#subscription_window {text-align: center}
#subscription_window input{text-align: center; padding: 10px; font-size: 18px; border: none;}
#subscription_window input[type="text"] {width: 350px; margin: 20px 0 30px 0;}
#subscription_window input[type="submit"] { margin: 0 0 60px 0; background: #000; color: #fff; padding: 10px 30px; width: 370px;}
 
/* окно авторизации */
.auth_window {background: #EFAB00; border: none;}
.auth_window .ui-widget-header{background: none; border: none;}
.auth_window .ui-button{background: none; border: none; width: 24px; height: 24px;outline: none;}
.auth_window .ui-state-default .ui-icon {background: url(images/close_yellow.gif) top left no-repeat;
width: 24px; height: 24px;}
.auth_window .ui-tabs {padding: 0;}
.auth_window .ui-tabs .ui-tabs-nav {padding: 0 0 0 11px;}
.auth_window .subscr_title {font-size: 18px; color: #000; text-shadow: 1px 1px 0 rgba(255,255,255,0.5)}
.auth_window .ui-widget-content {background: none; border: none;}
.auth_window .ui-tabs .ui-tabs-nav li[aria-labelledby="ui-id-1"] {width: 210px; text-align: left;}
.auth_window .ui-tabs .ui-tabs-nav li[aria-labelledby="ui-id-2"] {width: 190px; text-align: center;}
.auth_window .ui-tabs .ui-tabs-nav li[aria-labelledby="ui-id-3"] {width: 190px; text-align: right;}
.auth_window .ui-tabs .ui-tabs-nav li a {padding:7px 0; margin:0 7px; color: #000; text-shadow: 1px 1px 0 rgba(255,255,255,0.5); text-transform: uppercase; font-weight: bold;
 text-align: center; float: none;}
.auth_window .ui-tabs .ui-tabs-nav li.ui-state-active a{border-bottom:2px solid #000; }
.auth_window .ui-tabs-nav .ui-state-default {background: none; border: none;}
.auth_window .bx-auth-title {border: none;}
.auth_window div.bx-auth-note {margin: 18px 0px 12px 0px; }
.auth_window .window_title {margin-bottom: 24px; font-size: 18px; color: #000; text-shadow: 1px 1px 0 rgba(255,255,255,0.5); text-align: center; text-transform: uppercase; font-weight: bold;}
.auth_window div.bx-auth-services div {width: 139px; margin-bottom: 20px;}
.auth_window div.bx-auth-services a {border: 1px solid #fff; width: 125px; color:#333; margin: 0;}

.tooltip-home {padding: 10px; border: 5px #FCB606 solid !important;
background: #fff; border-radius: 0; box-shadow: none;}


/* конструктор виджета */
#constructor_widget_news div {margin-bottom: 6px;}
#constructor_widget_news label {display: inline-block; width: 190px;}
#constructor_widget_news input[type="text"] {width: 60px;}
#constructor_widget_news select {width: 60px;}

/* Фестивали */
.fest_page {}
.fest_page .archiv_year {}
.fest_page .archiv_year .current{font-weight: bold;}

/* YaShare Castom */
.yashare-auto-init .b-share {padding-left: 0 !important}
.yashare-auto-init .b-share__handle {height: 32px;  }
.yashare-auto-init .b-share-icon {width: 32px; height: 32px;}
.yashare-auto-init a:first-child img{display:none;}
.yashare-auto-init a:first-child:after { content: ''; display: inline-block; width: 32px; height: 32px; background: url("./images/icons/socshare1.png") 0 0 no-repeat;}
.yashare-auto-init .b-share-icon {background: url("./images/icons/socshare1.png") 0 0 no-repeat;}
.yashare-auto-init .b-share-icon_vkontakte {background-position: -33px 0}
.yashare-auto-init .b-share-icon_facebook {background-position: -66px 0}
.yashare-auto-init .b-share-icon_twitter {background-position: -99px 0}
.yashare-auto-init .b-share-icon_odnoklassniki {background-position: -132px 0}
.yashare-auto-init .b-share-icon_moimir {background-position: -165px 0}
.yashare-auto-init .b-share-icon_lj {background-position: -198px 0}

#content_bottom_1 .yashare-auto-init {display: none;}
#content_bottom_1:hover .yashare-auto-init {display: block;}

/* Event type */
.event-type {padding: 0 6px; display: inline-block; line-height: 18px; color: #fff; }
.event-type input {margin: 3px 5px 0 0; padding: 0}
.event-type-57 {background: #2596c0;}   /*Киноклубы */	
.event-type-58 {background: #49c0a8;}   /*Конференции*/
.event-type-59 {background: #E53D37;}   /*Лекции*/
.event-type-60 {background: #3c41ac;}   /*Мастер-классы*/	
.event-type-61 {background: #9D1D1D;}   /*Премьеры*/
.event-type-62 {background: #ed9a21;}   /*ТВ-показы*/
.event-type-56 {background: #109a21;}   /*Фестивали*/

/*Киноклубы */
.section-57 .ui-widget-header {background: #2596c0;border: 1px solid #2596c0;color: #fff; }
.section-57 .fc-event-skin {background: #2596c0;border: 1px solid #2596c0;color: #fff; }
.section-57.fc-event-skin {background: #2596c0;border-color:#2596c0;}
/*Конференции*/
.section-58 .ui-widget-header {background: #49c0a8;border: 1px solid #49c0a8;color: #fff; }
.section-58 .fc-event-skin {background: #49c0a8;border: 1px solid #49c0a8;color: #fff; }
.section-58.fc-event-skin {background: #49c0a8;border-color:#49c0a8;}
/*Лекции*/
.section-59 .ui-widget-header {background: #E53D37;border: 1px solid #E53D37;color: #fff; }
.section-59 .fc-event-skin {background: #E53D37;border: 1px solid #E53D37;color: #fff; }
.section-59.fc-event-skin {background: #E53D37;border-color:#E53D37;}
/*Мастер-классы*/
.section-60 .ui-widget-header {background: #3c41ac;border: 1px solid #3c41ac;color: #fff; }
.section-60 .fc-event-skin {background: #3c41ac;border: 1px solid #3c41ac;color: #fff; }
.section-60.fc-event-skin {background: #3c41ac;border-color:#3c41ac;}
/*Премьеры*/
.section-61 .ui-widget-header {background: #9D1D1D;border: 1px solid #9D1D1D;color: #fff; }
.section-61 .fc-event-skin {background: #9D1D1D;border: 1px solid #9D1D1D;color: #fff; }
.section-61.fc-event-skin {background: #9D1D1D;border-color:#9D1D1D;}
/*ТВ-показы*/
.section-62 .ui-widget-header {background: #ed9a21;border: 1px solid #ed9a21;color: #fff; }
.section-62 .fc-event-skin {background: #ed9a21;border: 1px solid #ed9a21;color: #fff; }
.section-62.fc-event-skin {background: #ed9a21;border-color:#ed9a21;}
/*Фестивали*/
.section-56 .ui-widget-header {background: #109a21;border: 1px solid #ed9a21;color: #fff; }
.section-56 .fc-event-skin {background: #109a21;border: 1px solid #109a21;color: #fff; }
.section-56.fc-event-skin {background: #109a21;border-color:#109a21;}

.add_gcal {display: inline-block; margin-top: 10px;}

.event-item {position: relative;}
.program29_label {display: block;
position: absolute;
width: 80px;
height: 80px;
top: 30px;
left: -33px;
z-index: 100;
text-decoration: none;
text-transform: uppercase;
border-radius: 50%;
border: 2px solid #fcb606;
font-size: 8px;}
.program29_label div {
display: block;
position: absolute;
width: 64px;
height: 64px;
top: 8px;
left: 8px;
background: #fcb606;
border-radius: 50%; }
.program29_label span {
display: block;
position: absolute;
top: 27px;
left: 16px;
width: 50px;
text-align: center; }
.program29_label span b{
display: block;
font-size: 20px; line-height: 20px;}

.asd_subscribe_def{background: #EFAB00; padding: 20px; text-align: center;}
.asd_subscribe_def .title{font-size: 18px; text-transform: uppercase; text-shadow: 1px 1px 0 rgba(255,255,255,0.5);}
.asd_subscribe_def .checkbox{text-align: left; }
.asd_subscribe_def input {text-align: center;padding: 4px;border: none; }
.asd_subscribe_def input[type="text"] {width: 200px; margin: 8px 0 10px 0; padding: 8px;}
.asd_subscribe_def input[type="submit"] {width: 212px; margin: 10px 0 0 0; background: #000; color: #fff; padding: 8px 20px;}

.add_film_proj_text {background: #E6EFC2;
color: #264409; padding: 12px;
margin: 0 10px 12px 0;
border: 1px solid #C6D880; float:left; width:661px}
.add_film_proj_button {display: block;
padding: 4px 8px;
color: #fff !important;
font-weight: bold;
text-decoration: none !important;
background: #ffb001;
float: left;
width: 237px;
text-align: center;
height: 60px;
line-height: 60px;}

.yeg_form_border {border: 5px solid #fcb608;margin: 20px 0 20px 0;padding: 18px;}
.yeg_form {}
.yeg_form div {position: relative;}
.yeg_form  input.form-control{background: #d6d6d6; padding: 8px 10px; border: none;font-size: 16px !important;}
.yeg_form  input.select{background: #d6d6d6;padding: 8px 10px;border: none;font-size: 16px !important;}
.yeg_form  input[type="checkbox"] {width: 16px;height: 16px;float: left;margin-top: 3px;}

.data-table td,
.data-table th{padding: 0;}


.is_member_guild1 {display: inline-block; width: 100px ; font-size: 10px; text-align: center;
font-weight: bold; border: 3px solid #fcb608; text-transform: uppercase;}


h3.h3_1 {border-bottom: 1px solid #efab00; font-size: 22px; font-weight: normal; padding: 2px 0 4px 0;
margin: 14px 0 1px 0; text-transform: uppercase;}
a h3.h3_1 {text-decoration: none !important;}
.subtitle1 {font-size: 16px; color: #888; text-transform: lowercase; margin-bottom: 10px;}
a.law_link {display: block; float: left; margin-left: 18px; 
width: 116px; text-align: center;
color: #888; text-decoration: none; }
a.law_link span {display: block; height: 116px; border: 3px solid #fcb606; text-align: center;}
a.law_link.law1 span {background: url(./images/law1.png) center center no-repeat;} 
a.law_link.law2 span {background: url(./images/law2.png) center center no-repeat;} 
a.law_link.law3 span {background: url(./images/law3.png) center center no-repeat;} 
a.law_link.law4 span {background: url(./images/law4.png) center center no-repeat;} 
a.law_link.law5 span {background: url(./images/law5.png) center center no-repeat;} 
a.law_link.law6 span {background: url(./images/law6.png) center center no-repeat;} 
a.law_link:nth-child(5n+1) {margin-left: 0}
a.law_link:nth-child(5n) {clear: right}
