a {
    text-decoration: none;
    color: inherit;
}

.address {
    display: block;
    margin-top: 1.9rem;
    font-family: LucidaGrande, sans-serif;
    font-size: 1.6rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    text-align: left;
    color: #cccccc;
}

body {
    margin: 0;
    padding: 0;
    background-color: white;
}

.breadcrumbs {
    font-family: LucidaGrande, sans-serif;
    font-size: 1.6rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    padding-top: 2.2rem;
    margin-left: 3.5rem;
    text-align: left;

}

.breadcrumbs a {
    color: #000000;
}

.breadcrumbs .separator {
    color: #ff0000;
}

.button_rubric {
    height: 55px;
    line-height:55px;
    font-family: LucidaSansUnicode, sans-serif;
    font-size: 1.6rem;
    color: #000000;
    width:100%;
    text-align: left;
    padding-left: 2.3rem;
    display: block;
    background-color: #c2c2c2;
    border-style: solid;
    border-color: #ffffff;
    border-width: 1px 0 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.button_rubric.first {
    margin-top: 16px;
}

.button_rubric.last {
    border-bottom-width: 1px;
}

.clear {
    clear:both;
}

.column-1-3 {
    width:33%;
}

.column-2-3 {
    width:66%;
}

.column-1-4 {
    width: 25%;
    float: left;
}

.column-1-2 {
    width: 50%;
}



.content {
    background-color: #f5f5f5;
    text-align: center;
    padding-top: 21px;
    margin-top: 10.2rem;
    position: relative;
}

.content.no-padding {
    padding-top: 0;
}

.content_head {
    background-color: white;
    border-bottom: 5px solid #ff0000;
    height: 80px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

.content_main {
    margin-top: 8px;
    position: relative;
}

.form_title {
    font-family: LucidaGrande, sans-serif;
    font-size: 2.2rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    text-align: left;
    color: #000000;
    margin-top: 1.5rem;
}

.footer {
    text-align: center;
    position:relative;
    background-color: #464646;
    margin-bottom: 0;
}

.footer_button {
    margin-left:3.5rem;
}

.footer_button:hover {
    background-color: #9b9b9b;
    border-color: #9b9b9b;
    color: black;
}

.footer_column {
    text-align: left;
}

.footer_column h3 {
    font-family: LucidaSansUnicode, sans-serif;
    font-size: 1.6rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-transform: uppercase;
    margin:4.4rem 0 1.6rem 0;
    line-height: 1;
    color: #ffffff;
}

.footer_underline {
    width:100%;
    background-color: #252525;
    height:10px;
}

.full_width {
    width: 100%;
}

.fixed_helper {
    /*position: fixed;*/
}


.header {
    text-align: center;
    background-color: #ffffff;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 5;
}

.header_block {
    padding-top: 2.2rem;
}

html {
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
    font-size: 57.5%;
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.inline_block {
    display: inline-block;
    width: 66%;
    min-width: 1120px;
    max-width: 1300px;
}

.left_div {
    float: left;
}

.left_news_block {
    background-color: white;
    width: 72%;
    /*box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.35);*/
}

.logo {
    height: 5rem;
    float: left;
}

.lower_margin {
    margin-bottom: 3.6rem;
}

.footer_logo {
    margin-top: 3.4rem;
}

.footer_logo img {
    height: 5rem;
}

.main_block {
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-width: 1000px;
}

.menu_toggler {
    display: none;
}

.news_before {
    margin-top: 45px;
    width: 100%;
    font-family: LucidaGrande, sans-serif;
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center;
    color: #ff0000;
    text-decoration: underline;
    display:block;
}

.news_before:hover {
    color: #e30000;
}

.news_block_main_item {
    padding: 4.4rem;
    border-bottom: 1px solid #d7d7d7;
}

.news_block_main_item.last {
    border-bottom: none;
}

.news_title {
    font-family: LucidaSansUnicode, sans-serif;
    font-size: 2.6rem;
    text-align: left;
    margin: 0;
    font-weight: normal;
}

.news_column_img {
    display: inline-block;
    width:33.3334%;
}

.news_column_img img {
    width: 100%;
}

.news_column_content {
    display: inline-block;
    width:65.6667%;
    vertical-align: top;
}

.news_content {
    margin-left: 3.9rem;
}

.news_description {
    display: inline-block;
    margin-left: 3.9rem;
    text-align: left;
    font-family: LucidaSansUnicode, sans-serif;
    font-size: 1.4rem;
    line-height: 1.7rem;
    color: #333333;
}

.news_title {
    margin-left: 3.9rem;
}

.news_title a {
    color: #000000;
}

.news_info {
    text-align: left;
    margin-left: 3.9rem;
    margin-top: 5.3rem;
}

.news_info .date {
    display: inline-block;
    margin: 0;
    font-family: LucidaSansUnicode, sans-serif;
    font-size: 1.6rem;
    color: #999999;
    line-height: 1;
}

.news_info .more {
    display: inline-block;
    float: right;
    font-family: LucidaGrande, sans-serif;
    font-size: 1.6rem;
    text-align: left;
    color: #ff0000;
    line-height: 1;
}
.news_info .more:hover {
    color: #e30000;
}


.no-bottom {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

p {
    font-family: LucidaGrande, sans-serif, sans-serif;
    font-size: 1.4rem;
}

p a {
    color: #ff0000;
}

p a span {
    color: #ff0000 !important;
}

.page_title {
    padding-left: 3.5rem;
    font-family: LucidaGrande, sans-serif;
    font-size: 2.1rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    text-align: left;
    color: #000000;
}

.paginator {
    width: 100%;
    margin: 5rem 0 9.2rem 0;
    text-align: center;
}

.paginator_inner {
    display:inline-block;
}

.paginator_inner a {
    height: 30px;
    width: 30px;
    display: inline-block;
    line-height:30px;
    font-family: LucidaGrande, sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    color: #252525;
}



.paginator_inner a.viewed {
    color: #707070;
}

.paginator_inner a:hover {
    color: #ff0000;
}

.paginator_inner a.active {
    background-color: #ff0000;
    color: #ffffff;
}

.paginator_inner .button {
    margin: 3px 12px;
    height: 20px;
    vertical-align: top;
}

.contact_phone {
    display: block;
    margin-top: 4px;
}

.phone {
    padding-top: 12px;
}

.contact_body .contact_phone a {
    color: #000000;
}

.phone a, .contact_phone a {
    font-family: LucidaSansUnicode, sans-serif;
    font-size: 2.1rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-align: left;
    line-height: 1;
    color: #cccccc;
}

.right_div {
    float: right;
}

.right_news_block {
    width: 27%;
}

.right_news_block h2 {
    font-family: LucidaSansUnicode, sans-serif;
    font-size: 1.6rem;
    text-align: center;
    color: #ffffff;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #8c8c8c;
    margin: 0;
}

.right_news_block .news_block_item {
    padding: 2.3rem 3.5rem 2.2rem 2.3rem;
    border-bottom: 1px solid #d7d7d7;
    text-align: left;
}

.right_news_block .news_block_item a{
    color: #000000;
    font-family: LucidaSansUnicode, sans-serif;
    font-size: 1.5rem;

}

.right_news_block .news_block_item a:hover{
    color: #ff0000;
}
.right_news_block .news_block_item.last {
    border-bottom: none;
    padding-bottom: 3.5rem;

}

.right_news_block .video_block {
    margin-top: 1.6rem;
}

.right_news_content {
    background-color: white;
}



.solutions_list_column > * {
    margin-left: 5rem;
    margin-right: 5rem;
}

.solutions_list_column ul {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 2rem;
}

.solutions_list_column li {
    list-style: none;
    color: #959595;
}

.solutions_list_column li:before {
    display: inline-block;
    text-align: center;
    content: '\2022';
}

.side_panel {
    /*width: 177px;*/
    text-align: right;
    display: inline-block;
    vertical-align: bottom;
    padding-top: 1.9rem;
    float: right;
}

.side_panel a {
    color: #000000;
    font-size: 1.8rem;
}

.side_panel a.lk {
    color: #ff0000;
}

.side_panel a.head_search {
    margin-right:22px;
}
table {
    font-family: LucidaGrande, sans-serif, sans-serif;
}

.head_search:hover {
    color: #e30000;
}

.year_switcher {
    padding-right: 25px;
    display: block;
    margin-top: -10px;
}

.year_switcher .switch {
    border: solid 1px #cccccc;
    padding: 0 2.32rem 0 2.3rem;
    height:3.3rem;
    font-family: LucidaGrande, sans-serif;
    font-size: 1.6rem;
    text-align: left;
    color: #adadad;
    display: inline-block;
}

.year_switcher .switch span {
    line-height: 3.3rem;
}

.year_switcher .switch:hover {
    background-color: #d8d8d8;
    color: #4a4a4a;
}

.year_switcher .switch.active {
    color: #ffffff;
    background-color: #898989;
    border: solid 1px #898989;
}


.year_switcher .year_search {
    background-color: red;
    height: 3.3rem;
    width: 3.3rem;
    /*padding: 0px 1.2rem 0px 1.1rem;*/
    color: #ffffff;
    border: 1px solid #ff0000;
    font-size: 2.0rem;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
}

.year_switcher .year_search i {
    line-height: 3.3rem;
}

.year_switcher .year_search:hover {
    background-color: #e30000;
    border-color: #e30000;
}

ul.footer_menu {
    padding: 0 0 0 0;
    list-style-type: none;
}

ul.footer_menu li {
    padding-top: 12px;
}

ul.footer_menu li.lowest {
    padding-top: 42px;
}

ul.footer_menu li a{
    font-family: LucidaSansUnicode, sans-serif;
    font-size: 1.4rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-align: left;
    color: #cccccc;
    line-height: 1;
    text-decoration: none;
}

ul.menu {
    margin: 0 2% 0 8%;
    padding: 1.9rem 0 0 0;
    display: inline-block;
    vertical-align: top;
    height:6rem;
}

ul.menu a {
    color: #000000;
    width:100%;
}

ul.menu a.selected {
    color: #ff0000;
}

ul.menu a, ul.footer_menu a {
    text-decoration: none;
}
ul.menu li {
    display: inline-block; /* Отображать как строчный элемент */
   /* margin-right: 5px; /* Отступ слева */
    /*padding: 0 18px 0 18px;*/ /* Поля вокруг текста */
	padding: 0 8px 0 8px;
    font-family: LucidaSansUnicode, sans-serif;
    font-size: 1.8rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-align: left;
    height: 6.1rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
}

ul.menu li:hover {
    color: #ff0000;
    border-bottom: 4px solid red;
}

ul.menu > li:hover > ul.menu_second_level {
    display: block;
}

ul.menu_second_level {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0;
    top: 100%;
    margin-top: 4px;
    margin-right: -100%; /* Dirty hack, due to our submenus exceeds the width of parent*/
}

ul.menu_second_level li {
    display: block;
    font-family: LucidaSansUnicode, sans-serif;
    font-size: 1.6rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-align: left;
    color: #666666;
    background-color: rgba(255,255,255,0.85);
    padding: 16px 18px 0 18px;
}

ul.menu_second_level li:hover {
    background-color: rgba(255,0,0,0.85);
    border: none;
}

ul.menu_second_level li:hover a {
    color: #ffffff;
}

ul.menu_second_level li a {
    display: block;
    height:100%;
    position: relative;
}