/* reset start */
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v12/rBHvpRWBkgyW99dXT88n7yEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v12/NX1NravqaXESu9fFv7KuqiEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v12/SKK6Nusyv8QPNMtI4j9J2yEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v12/gFXtEMCp1m_YzxsBpKl68iEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v12/zhcz-_WihjSQC0oHJ9TCYPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}
.nav {
    list-style: none;

    float: left; /* Clear floats */
    width: 100%;
    /* Bring the nav above everything else--uncomment if needed.
    position: relative;
    z-index: 5;
    */
}
.nav li {

    position: relative;
}
.nav a {


    text-decoration: none;
}
.nav a:hover {

    text-decoration: underline;
}

/*--- DROPDOWN ---*/
.nav ul.dropdown {
	display: block;
    background-color: #fff;
    list-style: none;
    position: absolute;
    left: 50%;
    margin-left: -215px;
    width: 430px;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.3s ease;
}
.nav ul a {
    white-space: nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
.nav li:hover ul.dropdown { /* Display the dropdown on hover */
	display: block;
	visibility: visible;
	opacity: 1;
    /*border: #ad033b solid 1px;*/
    line-height: 2.25em;
    font-size: 0.9em;
    z-index: 5000;
	box-shadow: 2px 2px 16px #999;
}
.nav li:hover a { /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */

    text-decoration: underline;
}
.nav li:hover ul.dropdown a { /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
    text-decoration: none;
}
.nav li:hover ul.dropdown li a:hover { /* Here we define the most explicit hover states--what happens when you hover each individual link. */
    /*text-decoration: underline;*/

}

ul.dropdown li {
	float: left;
	padding-top: 0;
	display: block;
	width: 100% !important;
	text-align: left !important;
	line-height: 100%;
}

ul.dropdown li:hover {
	background: #ad033b;
}

ul.dropdown li a {
	width: 100%;
    height: 24px;
	padding-top: 8px;
	padding-left: 32px;
	display: inline-block !important;
}

ul.dropdown li:hover a {
	color: white !important;
}

#menu-top {
    margin-top:4px;
    vertical-align:middle; padding-top:9px; padding-bottom:8px;
	position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 1;
}

#menu-top ul.nav { width: 100%; display: table; }
#menu-top ul.nav li { display:table-cell; white-space:nowrap; text-align: center; width: 33%; }



#menu-top a  { font:1.22em Montserrat; line-height:1; color:#ad033b;  }
#menu-top span { font:1.22em Montserrat; line-height:1; color:#7b7b7b;  }


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, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }

ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }

/* reset end */


/* png fix begin */
img, div { behavior: url(/iepngfix/iepngfix.htc) }
body { behavior: url(/iepngfix/csshover3.htc);}
/* png fix end */

@media print {
    body {min-width:max-content;}
    div.sidebar-left, div.sidebar-right, div#counter,
    div#buttons-block, div#menu-top, div#menu1, div#navigation-panel3,
    .icon-link, .yashare-auto-init, .fb-like, .fb_iframe_widget  { display: none; }
    .content, .main_content {width: 95% !important; margin: 0 !important; }
    * {font-size: 12pt !important; color: #000 !important; background: transparent !important; }
    h1 { font-size: 16pt !important}
    h2 { font-size: 14pt !important}

}

html, body{ height:100%; }

body{ background:#fff; color:#222; font:13px Montserrat, Verdana, sans-serif; min-width:1136px;line-height: 1.6em;}

.wrap{ position:relative; min-height:100%; height:auto !important; height:100%; }
.clear{ clear:both; height:0; padding:0; margin:0; overflow:hidden; }
.empty{ height:20px; }


.header{
 background:#faf6f1;
 background-image: url('/images/header/main/Wp_UK_DOHOD.jpg');
 background-position-x: center;
 background-position-y: bottom;
 background-size: 100% 100%;
 height:256px;
 border-bottom: 3px solid #fff;
 position: relative;
}
.sidebar-left{ padding:16px 11px 0px 11px; float:left; width:320px; }
.sidebar-right{ padding:64px 11px 0px 11px; float:right; width:260px; }
.content{ padding:0 29px 0 34px; margin:0 282px 0 228px; }
.content-2col{ padding:0 29px 0 34px; margin:0 0 0 228px; }

.footer{ color: #dfdfdf;
    display: table;
    width: 100%;
    min-width: 1140px;
    height: 196px;
    position: relative;
    background: #424242;
}

.footer a {
	color: #e80651 !important;
}

a { font-family: Montserrat, Verdana, sans-serif; text-decoration:underline; }

a, a:link, a:visited, a:active {color: #494949;}
a:hover {color: #ad033b;}


p { padding-bottom:10px; }

#logo { float:left; margin-left: 40px; margin-top:46px; position:absolute; }


#menu1 { overflow: hidden; position: absolute;display: inline; margin-left: 432px; margin-top: 103px; z-index: 1; }
#menu1 ul li { display:inline; }
#menu1 a { padding-right:11px; font:1.1em Montserrat, Verdana, sans-serif; }
#menu1 span { padding-right:11px; font:11px Montserrat, Verdana, sans-serif; }
#menu1 a:hover { color: #ad033b; }


#navigation-panel5 {
    float:right; position:relative; width:155px; height:34px; margin-top:30px; margin-right:10px;
    background:url('/images/site-navigation-panel-back5.gif') no-repeat center;
}

#navigation-panel4 {
    float:right; position:relative; width:125px; height:34px; margin-top:30px; margin-right:10px;
    background:url('/images/site-navigation-panel-back4.gif') no-repeat center;
}

#navigation-panel3 {
    float:right; position:relative; width:95px; height:34px; margin-top:30px; margin-right:10px;
    background:url('/images/site-navigation-panel-back3.gif') no-repeat center;
}


#social-network { float:right; clear:right; height:16px; margin-right:15px; margin-top:10px; }


#bodyMenu {	background:#fff; }




/* .dashedtext { border-bottom: 1px dashed #ad033b; text-decoration:none; }
.dashedtext:link, .dashedtext:visited, .dashedtext:active, .dashedtext:hover {
    border-bottom: 1px dashed #ad033b; text-decoration:none;
} */

.div-rounded-white {
    padding:12px 10px 20px 10px;
    border-radius:15px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    -khtml-border-radius:15px;
    background:#fff;
	/*min-width: 960px;*/

}

.div-rounded-white-nopadding {
    padding:12px 0px 20px 0px;
    border-radius:15px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    -khtml-border-radius:15px;
    background:#fff;
}

#customers { margin-bottom:10px; }
#customers ul li { padding:0 0 10px 17px; background:url(/images/site-customer-lines.gif) no-repeat 5px 1px; }
#customers ul li a { font-size:11px; font-weight:bold; text-decoration:underline }
#customers ul li span { font-size:11px; font-weight:bold; text-decoration:none; color: #ad033b; }

.main_content {	display:inline-block; position:relative; width:100%; font-family: Montserrat; }

.main_content h1 {
	margin-top: 0px;
    font:22px Montserrat, Verdana, sans-serif; line-height:1; color:#3A3A3A;
    background:url(/images/site-title-h1-pointer.gif) no-repeat 0px 30px;
    padding-left:15px; padding-bottom:5px;
    margin-bottom:20px;
    padding-top:20px;
    border-bottom:4px solid #d4d4d4;
    position:relative;
}

.main_content h2 {
    font:15px Montserrat, Verdana, sans-serif; line-height:1; font-weight: bold; color: #3A3A3A;
    background:url(/images/site-title-h2-pointer.gif) no-repeat 0px 5px;
    padding-left:11px; padding-bottom:3px;
    margin-top:15px; margin-bottom: 12px;
    border-bottom:2px solid #d4d4d4;
    position:relative;
}

.main_content h2.h2-big {
    font:15px Montserrat, Verdana, sans-serif; line-height:1; font-weight: bold; color: #3A3A3A;
    background:none;
    border:none;
    margin:0; padding:0;
    margin-bottom:15px;
}

.main_content h3 {
    font:13px Montserrat, Verdana, sans-serif; line-height:1; font-weight:bold;
    padding-bottom:10px; padding-top:10px;
}

.main_content .icon-link .img-midl, .main_content .icon-link a { vertical-align:middle; }

.main_content ul { padding-bottom:0px; padding-left:20px; }
.main_content ul li { margin-bottom:6px; list-style-type: none; padding-left:20px; background: url(/images/site-content-li-pointer.gif) no-repeat 0px 5px; }

.main_content ol { padding-bottom:0px; padding-left:23px; margin-bottom:12px;}
.main_content ol li { margin-bottom:6px; }
.main_content ol li ul { padding-top:6px; padding-bottom:0px; padding-left:0px; }

.main_content p {text-align: justify; }

.main_content .content-table th {border:1px solid #d4d4d4; background-color:#ebebeb; font-size:13px; padding:3px;}
.main_content .content-table td {border:1px solid #d4d4d4; background-color:#fff; font-size:13px; padding:3px;}
.main_content .content-table p {padding:3px; margin:0;}


.content-link { padding-left:12px; background: url(/images/site-ico-link.gif) no-repeat 0px 3px; }
.content-link-small { color:#ad033b; font-size:11px; padding-left:12px; padding-bottom:2px; background: url(/images/site-ico-link.gif) no-repeat 0px 1px; }

.main_content .content-link-bag1 { padding-left:32px; padding-top:5px; background: url(/images/site-child-bag-buy.gif) no-repeat 0px 0px; }
.main_content .content-link-bag2 { padding-left:32px; padding-top:5px; background: url(/images/site-child-bag-question.gif) no-repeat 0px 0px; }
.main_content .content-link-bag3 { padding-left:32px; padding-top:5px; background: url(/images/site-child-bag-dynamics.gif) no-repeat 0px 0px; }

.main_content .content-link-print { padding-left:22px; background: url(/images/site-ico-print-version.gif) no-repeat 0px 0px; }


.menu-but { padding-left:4px; padding-top:3px; }
.menu-but li { padding-right:3px; margin:0px; float:left; position:relative; text-align:center; }
.menu-but a, .menu-but span { padding-top:4px; padding-bottom:4px; margin-left:0px; display:block; width:27px;
                              vertical-align:center;
}



/*#menu-main { width:206px; }*/
#menu-left { background:#fff; position:relative; overflow:hidden; }
#menu-left ul li { display: block; border-bottom:1px #fff dashed; }
#menu-left ul.sublevel { padding-left:10px; }
#menu-left .sublevel li, #menu-left .sublevel li span { background: url(/images/site-menu-pointer-2.gif) no-repeat 6px 6px; }
#menu-left ul li a, #menu-left ul li span {
    padding-left:15px; padding-bottom:3px; padding-top:3px; display: block;
    border-bottom:1px #fff dashed; font:12px Montserrat, Verdana, sans-serif;
}
#menu-left ul li a { text-decoration: solid; text-shadow: #ddd 1px 1px 1px; }
#menu-left ul li a:hover { color: #ad033b; font:12px Montserrat, Verdana, sans-serif; text-decoration: underline; text-shadow: #ddd 1px 1px 1px; }
#menu-left ul li span { color:#ad033b; font-weight: 600 ;text-shadow: #ddd 1px 1px 1px; }
#menu-left .fll, #menu-left span { background: url(/images/site-menu-pointer-1.gif) no-repeat 5px 8px; }

#menu-left .empty-elm {margin-left:20px; padding-top:10px; padding-bottom:10px;}
#menu-left .li-empty {background:none !important;}

#menu-left.analytics-aside-nav .fll {
    background: none;
    border-bottom: 0;
}
#menu-left.analytics-aside-nav .fll > a {
    padding: 8px 0 8px 13px;
    font: 14px Montserrat, Verdana, sans-serif;;
    font-weight: 600;
    color: #222;
    border-left: 3px solid #b00031;
    margin-bottom: 3px;
}
#menu-left.analytics-aside-nav ul li span {
    font-weight: 400;
    text-shadow: none;
    color: #b00031;
}
#menu-left.analytics-aside-nav ul li a {
    color: #222;
}
#menu-left.analytics-aside-nav ul li a, #menu-left.analytics-aside-nav ul li span {
    padding: 5px 15px;
    font-size: 14px;
    display: block;
    background: none;
}
#menu-left.analytics-aside-nav ul li li a {
    font-size: 13px;
}
#menu-left.analytics-aside-nav .sublevel li, #menu-left.analytics-aside-nav .sublevel li span {
    background: none;
}
#block-askquestion .img-midl, #block-askquestion a { vertical-align:middle; }

#block-consultant .img-midl, #block-consultant a { vertical-align:middle; }

#block-private_room { padding-left:50px; hieght:50px; }
#block-private_room .img-midl, #block-private_room a { vertical-align:middle; }

.captcha.hcap {display: none !important;}

hr {
    border:0;
    color:#eff0f0;
    background-color: #eff0f0;
    border-top:#9d9b98 1px dotted;
}

.lftbl:hover {background: #f0e6da !important; cursor:pointer }


#buttons-block { height:100px; float:left; margin-top:30px; width:100%;}
#buttons-block .toolbar li { display:block; float:left; text-align:center; margin-right:25px; }


.dopinfo { float:left; width:100%; display:block; font:11px Montserrat, Verdana, sans-serif; }
.dopinfo h5 { color: #ad033b;
font: bolder 18px Montserrat, Verdana, sans-serif;
padding-bottom: 5px;
text-shadow: #bbb 1px 1px 1px;
}
.dopinfo span { font-weight: 600; position:relative; clear:both; color:#a6a5a5; padding-right:5px; padding-top:10px; }
.dopinfo p { display:table-cell; color:#000; position:relative; padding:0px; padding-bottom:7px; padding-top:10px; border-bottom:1px dashed #c9c9c9;
             //float:left;  /* for IE hack*/
}

.dopinfo p a, .dopinfo p a:link, .dopinfo p a:visited, .dopinfo p a:active  { font-size: 11px; text-decoration:none; color:#000; }
.dopinfo p a:hover  { font-size: 11px; text-decoration:none; color:#ad033b; }

.dopinfo div { clear:both; }
.dopinfo div a, .dopinfo div a:link, .dopinfo div a:visited, .dopinfo div a:active, .dopinfo div a:hover {
    float:right;  font-size:11px; background: url(/images/site-link-pointer.gif) no-repeat 0px 12px;
    padding:10px 0px 10px 12px; color: #ad033b;
}




.copyright { position: absolute;
    padding-left: 30px;
    bottom: 10px;
    width: 70%;
    }
.copyright p, .copyright a { line-height: 2.0em !important;
    font: 14px Montserrat, Verdana, sans-serif;  }

.div-rounded {
    padding:12px 10px 20px 10px;
    border-radius:15px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    -khtml-border-radius:15px;
    background:#fff;
    margin-bottom:15px;
}

#info_bl_1 { width: 34%; margin:0 20px 20px 0; }
#info_bl_2 { width: 31%; margin:0 20px 20px 0; }
#info_bl_3 { width: 31%; margin:0 0 20px 0; }

#info_bl_4 { width: 34%; margin:0 20px 20px 0; }
#info_bl_5 { width: 31%; margin:0 20px 20px 0; }
#info_bl_6 { width: 31%; margin:0 0 20px 0; }



.info1 { background:#f4ede3; hieght:24px; position:relative; float:left; display:block;}

.info2 { background:url('/images/site-table-down-corner-right.gif') no-repeat right top; position:relative;}
.info3 span a { float:right; position:relative;
                padding-right:10px; padding-top:5px; padding-left:15px; padding-bottom:5px;
                background:url(/images/site-link-pointer.gif) no-repeat 2px 6px;
}

.info3 span a, .info3 span a:link, .info3 span a:visited, .info3 span a:active, .info3 span a:hover  {
    color: #ad033b; font:11px Montserrat, Verdana, sans-serif; text-decoration: underline; }


.info3 table tr td a, .info3 table tr td a:hover { font:11px Montserrat, Verdana, sans-serif; text-decoration: underline; }

.info3 { position:relative; background:url('/images/site-table-down-corner-left.gif') no-repeat left top; }
.info3 h5 { padding:5px 9px; font:13px Montserrat, Verdana, sans-serif; color:#575757; font-weight:bold;}

.info1 .info2 .info3 table, .info1 .info2 .info3 th, .info1 .info2 .info3 td { border: 1px solid #efe8de; }

.info3 table th { background:#f5f0e7; height:45px; }
.info3 table tr td { background:#f7f3ee; padding:5px; }

.info3 table td, .info3 table th { font:11px Montserrat, Verdana, sans-serif; color:#656565;}

.info3 table td.red   { color:#cd0e0e; }
.info3 table td.green { color:#4e8c05; }
.info3 table td.black { color:#000; }

.info3 table tr td.trempty { background:#fafafa; height:3px; margin:0; padding:0;}



#counter { position:relative; width:100%; }
#counter img { vertical-align:bottom;  }
#counter p {display:inline; }

input::-moz-focus-inner { border:0; padding:0; }

/* menu fall start */

#mud { left: 416px; top: 120px; width: 180px; }
#mui { left: 398px; top: 120px;  }
#mue { left: 535px; top: 120px;  }

#mua { left: 30px;  top: 256px; width:260px; }
#mub { left: 35%; top: 256px; width:260px;}
#muc { right: 30px; top: 256px; width:260px;}

#mud-en { left: 290px; top: 91px;  }
#mui-en { left: 381px; top: 91px;  }
#mue-en { left: 435px; top: 91px;  }

#mua-en { left: 41px;  top: 151px; }
#mub-en { left: 342px; top: 151px; }
#muc-en { left: 662px; top: 151px; }


.menu-fall {
    position:absolute;
    z-index: 105;
    visibility:hidden;
    background:#fff;
    display:block;
    position:absolute;
    text-align:left;
    padding:5px;

}

.menu-fall ul {
  /* border: #ad033b solid 1px;*/
    line-height: 2.25em;
    font-size: 0.9em;

	box-shadow: 2px 2px 16px #999;
    background:#fff;
    padding:5px;
    padding-top:15px;



}

.menu-fall ul li {
    padding-bottom:7px;
    padding-left:15px;
    padding-right:5px;
    background:url(/images/site-menu-pointer-1.gif) no-repeat 5px 5px;
}

.menu-fall ul li a { font:11px Montserrat, Verdana, sans-serif; color:#575757; vertical-align: top;}
.menu-fall ul li a:hover { color: #ad033b; }
.menu-fall ul li span a { font:11px Montserrat, Verdana, sans-serif; color:#ad033b; }
/* menu fall end */


#licence { font-size:11px;
	font-size: 11px;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 16px;
}

#licence p {
	font-size: 11px !important;
}

/* for main page only begin*/


/* main page Main menu begin */

#main-title1-dashed { float:left; margin-right:20px; padding-top:145px;
                      background:url(/images/site-main-cubes1.gif) no-repeat 0px 0px; }
#main-title1-dashed h4 { margin:10px 0; padding-left:15px; }
#main-title1-dashed h4 a { text-decoration:none; border-bottom:1px dashed #ad033b;
                           font:12pt Montserrat, Verdana, sans-serif; line-height:1; color:#ad033b; font-weight:bold; }
#main-title1-dashed h4.elm{ background:url(/images/site-menu-top-knop.gif) no-repeat 0px 4px; line-height:2	}

/* ------------------- */

#main-title2-dashed{ float:left; margin-right:20px; padding-top:145px;
                     background:url(/images/site-main-cubes2.gif) no-repeat 0px 0px; }

#main-title2-dashed h4 { margin:10px 0; padding-left:15px; }
#main-title2-dashed h4 a { text-decoration:none; border-bottom:1px dashed #ad033b;
                           font:12pt Montserrat, Verdana, sans-serif; line-height:1; color:#ad033b; font-weight:bold; }
#main-title2-dashed h4.elm{ background:url(/images/site-menu-top-knop.gif) no-repeat 0px 4px; line-height:2	}

/* ------------------- */

#main-title3-dashed{ float:left; margin-right:20px; padding-top:145px;
                     background:url(/images/site-main-cubes3.gif) no-repeat 0px 0px; }
#main-title3-dashed h4 { margin:10px 0; padding-left:15px; }
#main-title3-dashed h4 a { text-decoration:none; border-bottom:1px dashed #ad033b;
                           font:12pt Montserrat, Verdana, sans-serif; line-height:1; color:#ad033b; font-weight:bold; }
#main-title3-dashed h4.elm{ background:url(/images/site-menu-top-knop.gif) no-repeat 0px 4px; line-height:2	}

/* main page Main menu end */




/* main page Block News begin */
#mua-main { left: 30px;  top: 256px; width:260px; }
#mub-main { left: 40%; top: 256px; width:260px;}
#muc-main { right: 30px; top: 256px; width:260px;}




#buttons-block-main {  margin-top:5px; height:90px; padding-top:0; float:none !important; }
#buttons-block-main .toolbar-main li { display:block; float:left; text-align:center; margin-right:25px; }


.main-news { font:12px Montserrat, Verdana, sans-serif;
             border-top:4px solid #d4d4d4; padding-top:18px;
             padding-bottom:5px;
}

.main-news h2 { font:bolder 16px Montserrat, Verdana, sans-serif; background:url(/images/site-dopinfo-h5-pointer.gif) no-repeat 0px 20px; padding-bottom:15px; }

.allinfo { text-align:right; padding-bottom:10px}
.allinfo a, .allinfo a:link, .allinfo a:visited, .allinfo a:active, .allinfo a:hover {
    font-size:11px; color:#ad033b; padding-left:12px; padding-bottom:5px; background:
        url(/images/site-link-pointer.gif) no-repeat 0px 2px; }

.news { float:left; margin-top:10px; width:100%; }

.news h4 span { padding-right:10px; color:#ad033b; font-weight:normal }
.news .new-title { font-weight:bold; margin-bottom:5px; }
.news .new-title a { font-weight:bold; margin-bottom:5px; }

.outer-date { position:relative; float:left; height:40px; width:28px; }
.outer-date.one .table { display:table; width:100%; height:100%; }
.outer-date.one .td { display:table-cell; vertical-align:middle; height:100%; }
.outer-date.one span { color:#ad033b; font-size:22px; position:relative; display:inline; text-align:center;
                       //top:expression( this.parentNode.offsetHeight/2 - this.offsetHeight/2 ); /* IE 6,7*/
}

.outer-month-year { position:relative; float:left; height:40px; width:40px; }
.outer-month-year.second .table { display:table; width:100%; height:100%; background:url(/images/site-main-date-space.gif) no-repeat center left; }
.outer-month-year.second .td { display:table-cell; vertical-align:middle; height:100%; }
.outer-month-year.second span { padding-left:15px; position:relative; display:block; width:80%; text-align:center;
                                //top:expression( this.parentNode.offsetHeight/2 - this.offsetHeight/2 ); /* IE 6,7*/
}

.outer-content { position:relative; margin-left:100px; display:block; padding-top:5px; }
.outer-content a { font-size:12px; text-decoration:none; }
/* main page Block News end */



/* customers + consultant  begin */
#main-top-block { background:#fff; width:100%; margin-top:4px; border-top:3px solid #fff;
                  padding-top:10px; height:215px; }

.outer {  }

.customers-main { padding-bottom:35px; }
/* customers + consultant  end */

#wrap-main { background:#fff; }

.linef4-fa {height:15px; background:url(/images/site-main-grad-border.gif) repeat-x 0px bottom; }

/* for main page only end*/



/* for some page only  begin */

.content-file-download { margin-bottom:20px; float:left; width:98%; border-top:1px solid #d4d4d4;
                         border-bottom:1px solid #d4d4d4; padding:6px; }
.content-file-download-img { width:32px; height:32px; float:left; }
.content-file-download-info { padding-left:50px; }
.content-file-download-info p { padding:0; margin:0; }
.content-file-download-info-dop { font-size: 11px; color:#999999; }
.content-file-download-info-link { padding-top:5px !important; }
.content-file-download-info-link span, .content-file-download-info-link span a { font-size:11px; }


.content-file-download2 {border-top:1px solid #d4d4d4; border-bottom:1px solid #d4d4d4;
                         padding: 3px; background:#eff0f0; margin-bottom: 10px;}
.content-file-download2 .unit {margin:5px}
.content-file-download2 .unit .img {float:left;}
.content-file-download2 .text {font-size:11px; margin-left: 50px;}
.content-file-download2 .text a {font-size:11px;}
.content-file-download2 .text .main {font-size:12px;}
.content-file-download2 .text .gray {color:#999999;}
.content-file-download2 hr {margin-top: 10px; margin-bottom: 10px;}


.flash-replaced { text-align:center; margin-bottom:20px; }



.archive{ background:#fff; border-top:1px dashed; border-bottom:1px dashed;
          padding-top:6px; padding-bottom:6px; border-color:#aaa; }
.archive td { padding:4px; }
.archive td.active { background:#ad033b; font-weight:bold; color:#fff; }

.archive2{ background:#e2e2e2; color:#000; border-top:1px dashed; border-bottom:1px dashed;
           padding-top:6px; padding-bottom:6px; border-color:#aaa; }
.archive2 td { padding:4px; }
.archive2 td.active { background:#ad033b; font-weight:bold; color:#fff; }


.if { border:#b2b2b2 1px solid; }
.if { width: 241px; height: 16px; background: #FFF; border: #B2B2B2 1px solid; }
.knop {color:#fff;  background:#ad033b; font-size:12px; border-style:none; height:20px; }


.redtext { color:#ad033b; }
table.form-in-table tr td { padding:4px; }
table.form-in-table tr td.td-width-200 { width:200px; }
table.form-in-table tr td span {color:red}


.opros span { vertical-align:middle; }
.opros p { margin:0; margin-top:5px; margin-bottom:0px; font-size:12px; }
.opros input { margin-top:0px; padding:0; margin-right:10px; vertical-align:middle; }
.opros .font11 { font-size:12px; }
.opros h5 { color: #ad033b;
    font: bolder 18px Montserrat, Verdana, sans-serif;
    padding-bottom: 5px;
    text-shadow: #bbb 1px 1px 1px;
}

/* for some page only  end */

#jquery-overlay { position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; }
#jquery-lightbox { position: absolute; top: 0; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0; }
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box { position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#lightbox-container-image { padding: 10px; }
#lightbox-loading { position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#lightbox-nav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext { width: 49%; height: 100%; zoom: 1; display: block; }
#lightbox-nav-btnPrev {	left: 0; float: left; }
#lightbox-nav-btnNext { right: 0; float: right; }
#lightbox-container-image-data-box { font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; padding: 0 10px 0; }
#lightbox-container-image-data { padding: 0 10px; color: #666; }
#lightbox-container-image-data #lightbox-image-details { width: 70%; float: left; text-align: left; }
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber { display: block; clear: left; padding-bottom: 1.0em; }
#lightbox-secNav-btnClose { width: 66px; float: right; padding-bottom: 0.7em; }

.alert_aktiv {
    background-color: #fff3cd;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    border: 1px solid #ffeeba;
    box-shadow: 0 1px 15px #856404;
    border-radius: .25rem;
}
.alert_aktiv a {
    color: #856404;
    display: block;
    padding: .75rem 1.25rem;
    text-align: center;
    text-decoration: none;
}
i, em {
    font-style: italic !important;
}


.main-banner {
    background-color: #ffde59;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 1px 15px #856404;
    border-radius: .25rem;
}

.main-banner a {
    color: #000;
    display: block;
    padding: .75rem 4.25rem;
    text-align: center;
    text-decoration: none;
    display: block;
}
.main-banner a .text {
    vertical-align: middle;
    font-size: 1.2em;
}
.main-banner a .image {
    background-image: url(/images/main-banner-img1.png);
    background-position-x: center;
    background-position-y: bottom;
    background-size: 100% 100%;
    width: 92px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.main-banner .closeButton {
    border: 2px solid #545454;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    display: block;
    width: 24px;
    height: 24px;
}

.main-banner .closeButton:hover {
    cursor: pointer;
    border: 2px solid #000;
}

.main-banner .closeButton .cross:before, .main-banner .closeButton .cross:after {
    position: absolute;
    left: 11px;
    top: 3px;
    content: ' ';
    height: 18px;
    width: 2px;
    background-color: #333;
}

.main-banner .closeButton .cross:before {
    transform: rotate(45deg);
}
.main-banner .closeButton .cross:after {
    transform: rotate(-45deg);
}

@media (max-width: 770px) {
    .main-banner .closeButton {
        width: 28px;
        height: 28px;
    }
}


/* Баннер со ссылкой на страницу БПИФ */

.banner-bpif {
    width: auto;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    z-index: 3;
    margin-bottom: 0;
}
.banner-bpif__content {
    padding: 2rem .8rem;
    margin: auto 0;
    text-decoration: none;
    background: #ad033b;
    width: 100%;
}
.banner-bpif__icon {
    width: 2.2rem;
    height: 3rem;
    margin-bottom: .9rem;
}
.media-obj {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    line-height: 0;
}
.media-obj svg {
    width: 100%;
    height: 100%;
}
.banner-bpif__text {
    text-orientation: sideways;
    width: 100%;
    font-size: 1.1rem;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    font-weight: 700;
    color: #fff;
}

.tg-post-block {
    padding-bottom: 2.5rem;
}

