﻿html {
    font-size: 95%;
    font-family: trebuchet ms, Tahoma, Arial, Helvetica, sans-serif;
}

body {
    background: url("/img/main-bg.gif") repeat scroll 0 0 transparent;
    margin: 0px;
    padding: 0px;
    font-size: 0.9em;
    color: #292424;
}

h1 {
    color: #003471;
    font-size: 1.6em;
}

.color_bk {
    color: #333333;
}

.margin-no {
    margin: 0px;
}

.font-size {
    font-size: 1.5em;
}

.header_red {
    color: red;
}

.height-fix {
    height: 110px;
}

.wrapper {
    min-width: 1000px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    background: #FEFEFE;
    box-shadow: 1px 2px 10px #4B4B4B;
}

.wrapper:after {
    /*background: url("/img/shadow2.png") repeat-y scroll 0 0 transparent;*/
    bottom: 0;
    content: "";
    left: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}

.wrapper:before {
    /*background: url("/img/shadow1.png") repeat-y scroll 0 0 transparent;*/
    bottom: 0;
    content: "";
    left: -5px;
    position: absolute;
    right: 100%;
    top: 0;
    width: 30px;
}

.head {
    height: 301px;
    /*background: url("/img/head.png") no-repeat scroll 0 0 transparent;*/

}

.accost {
    text-align: center;
}

.accost a {
    font-size: 0.9em;
}

.lch_search {
    margin-top: 10px;
    margin-bottom: 10px;
}

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

.form-wrapper-01 {
    width: 450px;
    padding: 10px;
    margin: 100px auto;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    border-color: #dedede #bababa #aaa #bababa;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #f6f6f6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eae8e8));
    background-image: -webkit-linear-gradient(top, #f6f6f6, #eae8e8);
    background-image: -moz-linear-gradient(top, #f6f6f6, #eae8e8);
    background-image: -ms-linear-gradient(top, #f6f6f6, #eae8e8);
    background-image: -o-linear-gradient(top, #f6f6f6, #eae8e8);
    background-image: linear-gradient(top, #f6f6f6, #eae8e8);
}

.form-wrapper-01 #search {
    width: 330px;
    height: 20px;
    padding: 10px 5px;
    float: left;
    font: bold 16px 'lucida sans', 'trebuchet MS', 'Tahoma';
    border: 1px solid #ccc;
    -moz-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
    box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.form-wrapper-01 #search:focus {
    outline: 0;
    border-color: #aaa;
    -moz-box-shadow: 0 1px 1px #bbb inset;
    -webkit-box-shadow: 0 1px 1px #bbb inset;
    box-shadow: 0 1px 1px #bbb inset;
}

.form-wrapper-01 #search::-webkit-input-placeholder {
    color: #999;
    font-weight: normal;
    font-size: 12px;
    font-style: italic;
}

.form-wrapper-01 #search:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-size: 12px;
    font-style: italic;
}

.form-wrapper-01 #search:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-size: 12px;
    font-style: italic;
}

.form-wrapper-01 #submit {
    float: right;
    border: 1px solid #00748f;
    height: 42px;
    width: 100px;
    padding: 0;
    cursor: pointer;
    font: bold 15px Arial, Helvetica;
    color: #fafafa;
    text-transform: none;
    background-color: #0483a0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#31b2c3), to(#0483a0));
    background-image: -webkit-linear-gradient(top, #31b2c3, #0483a0);
    background-image: -moz-linear-gradient(top, #31b2c3, #0483a0);
    background-image: -ms-linear-gradient(top, #31b2c3, #0483a0);
    background-image: -o-linear-gradient(top, #31b2c3, #0483a0);
    background-image: linear-gradient(top, #31b2c3, #0483a0);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
}

.form-wrapper-01 #submit:hover,
.form-wrapper-01 #submit:focus {
    background-color: #31b2c3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0483a0), to(#31b2c3));
    background-image: -webkit-linear-gradient(top, #0483a0, #31b2c3);
    background-image: -moz-linear-gradient(top, #0483a0, #31b2c3);
    background-image: -ms-linear-gradient(top, #0483a0, #31b2c3);
    background-image: -o-linear-gradient(top, #0483a0, #31b2c3);
    background-image: linear-gradient(top, #0483a0, #31b2c3);
}

.form-wrapper-01 #submit:active {
    outline: 0;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}

.form-wrapper-01 #submit::-moz-focus-inner {
    border: 0;
}

.logo {
    float: left;
    width: 20%;
}

.head_menu {
    float: left;
    width: 80%;
    text-align: right;
}

.content {

}

.left_content {
    width: 19%;
    float: left;
    margin-left: 5px;
}

.lc_head {

}

/*.lch_search {*/
/*background: url("/img/gradient2.png") repeat-x scroll 0 -120px #2C87C8;*/
/*padding: 1.2px;*/
/*color: #fff;*/
/*border-radius: 5px 5px 0px 0px;*/
/*box-shadow: 0 1px 1px #B1B1B1;*/
/*}*/

.lch_search form {
    /*margin: 10px 5px 10px 5px;*/
}

/*.lch_search form input {*/
/*width: 147px;*/
/*margin-right: 5px;*/
/*}*/

.lch_search form .submit {
    width: 50px;
}

.lc_content {

}

.lcc_menu {
    /*padding-top: 10px;*/
}

.lcc_menu .menu_container {
    margin: 10px 0 0 0;
}

.lcc_menu .menu_header {
    background: url("/img/gradient2.png") repeat-x scroll 0 -140px #2C87C8;
    padding: 5px 5px 0px 5px;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 1px #b1b1b1;
    text-align: center;
    margin-bottom: 2px;
    font-size: 0.9em;
    text-transform: uppercase;
}

.lcc_menu .menu_header a {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}

.lcc_menu .menu_header a:hover {
    text-decoration: underline;
}

.lcc_menu .text_container {
    border: 1px solid #c5c5c5;
    border-top: 0px;
    /*border-radius: 0px 0px 8px 8px;*/
    padding: 5px;
    margin-top: 2px;
    margin: 0 auto;
    position: relative;
    width: 94%;
}

.lcc_menu .text_container .menu_text {
    /*margin-left: 10px;*/
}

.lcc_menu .text_container .menu_text a {
    margin: 3px 0 3 0;
    font-size: 1.05em;
    text-decoration: none;
}

.lcc_menu .text_container .menu_text div span {
    margin: 3px 0 3 0;
    font-size: 1em;
    text-decoration: none;
    color: #2C87C8;
    cursor: pointer;
}

.lcc_menu .text_container .menu_text a:hover {
    text-decoration: underline;
}

.lcc_menu .text_container .menu_text div {
    margin: 1px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #c5c5c5;
}

.lcc_menu .actionimage {
    margin-top: 10px;

}

.lcc_menu .actionimage p {
    /*border: 1px solid #C5C5C5;*/
    /*padding: 2px;*/
}

.right_content {
    width: 79%;
    float: left;
}

.rc_head {
    /*margin-bottom: 50px;*/
}

.rch_menu {

}

.rc_content {

}

.rcc_middle {
    /*background:url("/img/bg.jpg") no-repeat scroll center bottom transparent;*/
    height: 298px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 10px;
}

.rcc_left {
    width: 78%;
    float: left;
    margin-left: 1%;
    margin-top: 8px;
}

.rcc_left a a:hover {
    color: 417185;
}

.link_info {
    float: right;
}

.content_left .link_info a {
    color: #fff;
}

.rcc_left .content_left {
    width: 98%;
    margin: 0 auto;
    position: relative;
    font-size: 16px;
}

.content_left .con_for_all h2 {
    color: #red;
    font-size: 1.4em;
}

.content_left .con_for_all p {
    margin-top: 5px;
}

.content_left .con_for_all a, a:hover, a:link, a:visited {
    color: #2C87C8;
}

#header_red {
    color: red;
}

#blacklight_red {
    color: red;
}

#blacklight_dark {
    color: #388692;
    font-weight: bold;
}

.content_left .text_wrapper {
    margin-bottom: 100px;
    /*font-size: 1em;*/
}

.content_left .text_wrapper ul li {
    list-style: none outside none;
    margin: 5px 0px 5px 0px;
}

.content_left .text_wrapper .list_table {
    width: 98%;
    margin: 0 auto;
    position: relative;
    border-collapse: collapse;
}

.content_left .news_content {
    margin-bottom: 10px;
}

.content_left .news_date {
    margin: 5px;
}

.content_left .news_text {
    margin: 5px;
}

.content_left .faq_description {
    font-size: 0.8em;
}

.content_left .faq_content {
    border: 1px #C5C5C5 solid;
    border-radius: 3px;
    margin-bottom: 10px;
}

.content_left .faq_date {
    margin: 5px;
}

.content_left .faq_date img {
    margin-right: 3px;
    margin-top: -1px;
    margin-left: 5px;
    vertical-align: middle;
}

.content_left .faq_text img {
    margin-right: 10px;
    margin-top: -1px;
    margin-left: 5px;
    vertical-align: middle;
}

.content_left .faq_text {
    margin: 5px;
}

.content_left .faq_tags a {
    color: #fff;
}

.content_left .faq_tags_list {
    margin-left: 5px;
    margin-bottom: 3px;
}

.content_left .faq_tags_list a {
    color: #fff;
}

.content_left .faq_all_tags {
    margin-left: 5px;
    margin-bottom: 15px;
}

.content_left .faq_all_tags p {
    margin-bottom: 3px;
}

.content_left .faq_all_tags a {
    color: #fff;
}

.content_left .faq_category {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.4em;
}

.list_table table {
    border-collapse: collapse;
}

.list_table td {
    border-bottom: 1px solid #c5c5c5;
    padding-top: 3px;
}

.content_left .articles_table {
    width: 98%;
    margin: 0 auto;
    position: relative;
    border-collapse: collapse;
    border: 1px solid #c5c5c5;
    margin-top: 10px;
}

.content_left .articles_table table {
    border-collapse: collapse;
    border: 1px solid #c5c5c5;
}

.content_left .articles_table th {
    text-align: center;
    border: 1px solid #c5c5c5;
}

.content_left .articles_table td {
    border: 1px solid #c5c5c5;
    padding: 5px;
}

.clear_table {
    width: 98%;
    margin: 0 auto;
    position: relative;
    border-collapse: collapse;
    border: 0px;
    margin-top: 10px;
}

.clear_table table {
    border-collapse: collapse;
    border: 0px;
}

.clear_table th {
    text-align: center;
    border: 0px;
}

.clear_table td {
    border: 0px;
    padding: 5px;
	vertical-align: top;
}

.content_left .form_responses textarea {
    width: 100%;
}

.content_left .form_responses input {
    width: 100%;
}

.content_left .form_responses .captcha img {
    float: left;
}

.content_left .form_responses .captcha input {
    font-size: 2.2em;
    height: 48px;
    margin-top: 4px;
    width: 150px;
    float: left;
}

.content_left .comments {
    width: 99%;
    border: 1px dashed #c5c5c5;
    padding: 5px 0px 0px 5px;
    margin-bottom: 10px;
}

.content_left .comments .date {
    color: red;
}

#submit {
    width: 200px;
    float: left;
    cursor: pointer;
    margin-left: 10px;
    margin-top: -7px;
    padding: 0px;
}

.rcc_right {
    width: 20%;
    float: left;
    border-left: 1px solid #ebebeb;
    margin-top: 10px;
}

.content_right {
    margin-left: 1%;
    color: #a6a4a5;
}

.content_right a, a:hover, a:link, a:visited {
    color: #2C87C8;
}

.left_content .lc_content .faq_arhive a {
    color: red;
    margin-left: 45px;
}

.left_content {
    width: 200px;
}

.fix-width {
    width: 155px;
}

#fix-color-white {
    color: #fff;
}

.content_right p {
    margin-left: 6px
}

.content_right .date {
    font-size: 1em;
}

.content_right .date p {
    margin-left: 6px;
    margin-top: 2px;
}

.content_right .date .num_date {
    color: #333232;
}

.content_right .date .color_red {
    color: red;
}

.content_right .date .text_bold {
    color: #388692;
}

.content_right h1 {
    color: #37393a;
    margin-left: 6px;
}

.content_right .news_arhive {
    margin-left: 50px;
}

.content_right .news_arhive a {
    color: red;
}

.footer {
    border-top: 1px solid #c5c5c5;
    margin-top: 20px;
}

.footer .footer_container {
    margin-top: 10px;
}

.footer .footer_container .footer_actionimage {
    padding-left: 10px;
}

.img-padding {
    padding-left: 35px;
}

.news-images--wrapper {
    width: 98%;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;

    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}

.news-images--block {
    display: inline-block;
    float: left;
    max-width: 320px;
    min-width: 160px;
    margin-bottom: 10px;
}

.boxart-image {
  height: auto;
  width: 100%;
  object-fit: cover; 
  object-position: bottom;
}

.news-images--block img {
    width: 100%;
    height: auto;
}

.fc_left {
    float: left;
    width: 21%;
    margin-left: 3%;
    font-size: 0.8em;
}

.fc_right {
    float: left;
    width: 73%;
    text-align: right;
}

.fc_right img {
    margin-top: -1px;
    vertical-align: middle;
}

.fc_right a {
    color: red;
    width: 100px;
}

#con_img {
    /*border: 1px solid #c5c5c5;*/
    float: left;
    /*padding: 2px;*/
    /*margin-right: 5px;*/
}

.last_news_photos {

}

.clear {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    clear: both;
    display: block;
    float: none;
    font-size: 0;
    height: 0;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    visibility: hidden;
    width: 0;
}

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

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;

}

.sf-menu {
    line-height: 1.0;
    /*margin-left:1%;
    margin-right:1%;*/
    width: 100%;
    position: relative;
    background: url("/img/gradient2.png") repeat-x scroll 0 -150px #2C87C8;
    /*border-radius: 15px 15px 0px 0px;
    -webkit-border-radius: 15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;*/
    box-shadow: 0 1px 1px #555050;

}

.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 15em; /* left offset of submenus need to match (see below) */
}

.sf-menu ul li {
    width: 100%;
}

.sf-menu li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
    float: left;
    position: relative;
}

.sf-menu a {
    display: block;
    position: relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left: 0;
    top: 2.5em; /* match top ul list item height */
    z-index: 99;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
}

/*** DEMO SKIN ***/
.sf-menu {
    float: left;
    /*margin-bottom:	1em;*/
}

.sf-menu a {
    /*border-left:	1px solid #fff;*/
    /*border-top:		1px solid #CFDEFF;*/
    padding: .75em 10px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    color: #fff;
    font-weight: strong;
    font-size: 0.8em;
    cursor: pointer;
    text-transform: uppercase;
}

.sf-menu a, .sf-menu a:visited, .sf-menu a:hover {
    /* visited pseudo selector so IE6 applies text colour*/
    color: #ffffff;
    font-size: 0.9em;
    text-decoration: none;
}

.sf-menu ul {
    background: url("/img/gradient2.png") repeat-x scroll 0 -150px #2C87C8;
    border: solid 1px #b4b4b4;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;

    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}

.sf-menu ul ul {
    background: url("/img/gradient2.png") repeat-x scroll 0 -150px #2C87C8;
    border: solid 1px #b4b4b4;

    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;

    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}

.sf-menu li li {

}

.sf-menu li li a {
    color: #fff;
    font-size: 0.9em;
    font-weight: normal;
}

.sf-menu li li li {
    /*background:		#0397e1;*/
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    text-shadow: 0 3px 6px #fff;
    outline: 0;

}

/*** arrows **/
.sf-menu a.sf-with-ul {
    min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}

.sf-menu .no_link {
    padding: .75em 1em;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    color: #fff;
    font-weight: strong;
    font-size: 1em;
    cursor: pointer;
    text-transform: uppercase;
}

.sf-sub-indicator {
    position: absolute;
    display: block;
    right: .75em;
    top: 1.05em; /* IE6 only */
    width: 10px;
    height: 10px;
    text-indent: -999em;
    overflow: hidden;

}

a > .sf-sub-indicator {
    /* give all except IE6 the correct values */
    top: .8em;
    background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}

/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
    background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
    background-position: -10px 0;
}

.sf-menu ul a > .sf-sub-indicator {
    background-position: 0 0;
}

/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
    background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
    padding: 0 8px 9px 0;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
}

.sf-shadow ul.sf-shadow-off {
    background: transparent;
}

/*------------------------------------*\
	НАВИГАЦИЯ
\*------------------------------------*/
#nav {
    float: left;
    width: 100%;
    list-style: none;
    margin: 2px 0 2px 0;
    padding-left: 10px;
}

#nav li {
    float: left;
    margin: 2px 0 2px 0;
    position: relative;
    display: block;
}

#nav li a {
    padding: 5px;
}

#nav li a:hover {
    text-decoration: underline;
}

/*--- ВЫПАДАЮЩИЕ ПУНКТЫ ---*/
#nav ul {
    list-style: none;
    position: absolute;
    left: -9999px; /* Скрываем за экраном, когда не нужно (данный метод лучше, чем display:none;) */
    opacity: 0; /* Устнавливаем начальное состояние прозрачности */
    -webkit-transition: 0.25s linear opacity; /* В Webkit выпадающие пункты будут проявляться */
}

#nav ul li {
    padding-top: 1px; /* Вводим отступ между li чтобы создать иллюзию разделенных пунктов меню */
    float: none;
    background: url(dot.gif);
    margin-bottom: 10px;
}

#nav ul a {
    white-space: nowrap; /* Останавливаем перенос текста и создаем многострочный выпадающий пункт */
    /*display:block;*/
}

#nav li:hover ul {
    /* Выводим выпадающий пункт при наведении курсора */
    left: 0; /* Приносим его обратно на экран, когда нужно */
    opacity: 1; /* Делаем непрозрачным */
    margin-left: 90px;
    margin-top: -20px;
    background: url("/img/gradient2.png") repeat-x scroll 0 -120px #2C87C8;
    /*background: #ddd url("/img/gradient2.png") repeat-x 0 0;*/
    border: solid 1px #b4b4b4;

    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;

    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    z-index: 9999;
    padding: 0px 5px;
}

#nav li:hover a {
    /* Устанавливаем стили для верхнего уровня, когда выводится выпадающий список */
    /*background:#6b0c36;*/
    /*background:rgba(107,12,54,0.75); *//* Выглядит полупрозрачным */
    text-decoration: underline;
}

#nav li:hover ul a {
    /* Изменяем некоторые стили верхнего уровня при выводе выпадающего пункта */
    text-decoration: none;
    -webkit-transition: -webkit-transform 0.075s linear;
}

#nav li:hover ul {
    padding-left: 5px;
}

#nav li:hover ul li {
    color: #fff;
}

#nav li:hover ul li a {
    color: #fff;
}

#nav li:hover ul li a:hover {
    /* Устанавливаем стили для выпадающих пунктов, когда курсор наводится на конкретный пункт */
    /*background:#333;*/
    /*background:rgba(51,51,51,0.75);*/
    /* Будет полупрозрачным */
    text-decoration: underline;
    /*-moz-transform:scale(1.05);
    -webkit-transform:scale(1.05);*/
}

.b-page__image {
position: relative;
}

.b-page__image img {
max-width: 100%;
margin-top: 10px;
}

.content-img2__source_block {
position: absolute;
right: 0;
bottom: 0;
color: #fff;
background: rgba(0,0,0,0.5);
padding: 6px 12px;
margin-bottom: 5px;
}

.content-img2__bottom {
font-size: 12px;
}

p.content-img2__p {
margin: 0;
padding: 0;
border: 0;
outline: 0;
background: transparent;
font-size: 100%;
vertical-align: baseline;
}
.marquee {
	background: #f5f5f5;
	margin: 10px 0 20px 0;
	color: #666;
	height: 80px;
	padding-top: 8px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-family: Roboto, serif;
	font-weight: 600;
	font-size: 57px;
	line-height: 60px;
	letter-spacing: 0.307em;
	font-weight: 600;
}