html,
body {
    height: 100%;
}
.wrapper {
    position: relative;
    min-height: 100%;
}
.big_row.big_footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}


/*БАЗОВЫЕ СТИЛИ КОТОРЫЕ НИКОГДА НЕ МЕНЯЕМ*/

.big_container,
.big_row {
    width: 100%;
    position: relative;
}

.container,
.row {
    margin: 0 auto;
    position: relative;
}

.clear {
    clear: both;
}

a,
a:visited,
a:hover,
a:active {
    text-decoration: inherit;
    color: inherit;
}

input,
button,
textarea {
    outline: none;
}

button {
    cursor: pointer;
}

/*ОСНОВНЫЕ СТИЛИ*/
html {
    margin: 0;
    padding: 0;
    min-height: 100%;
    width: 100%;
}

body {
    width: 100%;
    min-width: 450px;
    min-height: 100%;
    background-image: url('../img/body-bg.png');
    background-repeat: repeat;
    background-size: inherit;
    font-family: MuseoSansCyrl_300;
}

.row {
    width: 1620px;
}

a.all_variety {
    width: 100%;
}

a.all_variety.show_more {
    margin: 20px 0 45px 0;
    width: 100%;
}

@media screen and (max-width: 1760px) {
    .row {
        width: 1215px;
    }

    .item_group_blocks:nth-child(7),.item_group_blocks:nth-child(8) {
        display: none;
    }
    .item_white_block:nth-child(10),.item_white_block:nth-child(11),.item_white_block:nth-child(12) {
        display: none;
    }
}

@media screen and (max-width: 1355px) {
    .row {
        width: 810px;
    }

    a.all_variety {
        width: 790px;
    }

    .menu_header
    {
        font-size: 15px !important;
    }

    .menu_header > a
    {
        padding: 0 3px !important;
    }

    .choice_language
    {
        margin-left: 15px !important;
    }

    .item_group_blocks:nth-child(5),.item_group_blocks:nth-child(6) {
        display: none;
    }
    .item_white_block:nth-child(7),.item_white_block:nth-child(8),.item_white_block:nth-child(9) {
        display: none;
    }
}

.big_header {
    background-color: #ffffff;
    border-bottom: 2px solid #ebebeb;
}

.fix_arrow {
    position: fixed;
    top: 30px;
    right: 56px;
    width: 42px;
    height: 42px;
    background-image: url('../img/fixed_main.png');
    background-repeat: no-repeat;
    z-index: 20;
}

.fix_arrow:hover {
    background-image: url('../img/fixed_main_activ.png');
    background-repeat: no-repeat;
}

.header {
    min-height: 83px;
    text-align: center;
    padding: 0 11px 0 8px;
    box-sizing: border-box;
}

a.logo_header {
    display: block;
    float: left;
    padding-top: 16px;
}
a.logo_header img {
    display: block;
    width: 250px;
    height: 54px;
    float: left;
    margin-left: -59px;
}
a.logo_header div.logo-text {
    text-transform: uppercase;
    float:left;
    color: #E44949;
    font-size: 25px;
    font-weight: bolder;
    padding: 14px 0;
    margin-left: -50px;
    font-family: "MuseoSansCyrl_700";
}

.menu_header {
    font-family: "MuseoSansCyrl_700";
    font-size: 17.8px;
    color: #848484;
    display: inline-block;
    margin-top: 35px;
}

.item_menu {
    padding: 0 15px;
}

.item_menu:hover {
    color: #e04141;
}

.menu_header > a {
    padding-top: 38px;
}

.menu_header .item_menu.current_item_menu {
    color: #017360;
}

.search_header {
    float: right;
    margin-top: 28px;
    position: relative;
}

.searsh {
    width: 209px;
    height: 24px;
    border: 1px solid #dddddd;
    padding-left: 30px;
}

a.lupa_header {
    display: block;
    position: absolute;
    top: 6px;
    left: 10px;
}

a.lupa_header i {
    color: #BDBFC1;
}

.lang-cont {
    float: right;
    margin: 33px 0 0 35px;
    padding-bottom: 20px;

    position: relative;
}

.lang-cont__lang-sel {

    display: block;
    width: 21px;
    height: 14px;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 100%;
    color: #969696;
    font-family: "MuseoSansCyrl_700";
    font-size: 14px;
    margin-right: 22px;
    line-height: 21px;
}

.lang-cont__lang-sel.-ru {
    background-image: url('../img/language.svg');
}

.lang-cont__lang-sel.-ru:after {
    content: 'RU';
    margin-left: 24px;
}

.lang-cont__lang-sel.-en {
    background-image: url('../img/language_en.svg');
    width: 26px;
    line-height: 19px;
 }

.lang-cont__lang-sel.-en:after {
    content: 'EN';
    margin-left: 30px;
}

.lang-cont:hover .lang-cont__lang-placeholder
{
    display: block;
}

.lang-cont__lang-placeholder {
    font-family: "MuseoSansCyrl_700";
    font-size: 17.8px;
    color: #848484;
    text-align: left;

    position: absolute;
    top: 100%;
    right: 0;
    z-index: 100;

    display: none;
    padding: 12px 46px 12px 33px;

    background: #fff;
    border: 1px solid #e9e9e9;

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

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

.lang-cont__lang-placeholder:before
{
    content: '';

    position: absolute;
    right: 10px;
    top: -8px;

    display: block;
    width: 11px;
    height: 8px;

    background: url('../img/lang_ang.png') no-repeat;
    background-size: 100%;
}

.lang-cont__lang-placeholder a {
    display: block;
    padding: 5px 0 5px 30px;

    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 0 center;
    cursor: pointer;

    opacity: .5;
}

@media screen and (max-width: 1355px) {
    .lang-cont__lang-placeholder
    {
        font-size: 15px;
    }
}

@media screen and (max-width: 950px) {
    .lang-cont {
        float: none;

        display: inline-block;
        margin: 0;
        margin-top: 18px;
        padding: 0;
    }

    .lang-cont__lang-sel {
        display: none;
    }

    .lang-cont__lang-placeholder {
        display: block;
        position: static;
        box-shadow: none;
        border: none;
        padding: 0;
        font-size: 22px;
    }

    .lang-cont__lang-placeholder:before {
        display: none;
    }

    .lang-cont__lang-placeholder a {
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px;
    }
}

.lang-cont__lang-placeholder a:hover, .lang-cont__lang-placeholder a.-active
{
    opacity: 1;
}

.lang-cont__lang-ru {
    background-image: url('../img/language.svg');
}

.lang-cont__lang-en {
    background-image: url('../img/language_en.svg');

}

.mobile_sep {
    display: none;
}

.container_rect_block {
    padding-top: 45px;

}

.main_title {
    font-family: "MuseoSansCyrl_900";
    font-size: 49px;
    text-transform: uppercase;
    text-align: center;
    color: #017360;
}

.group_blocks {
    padding-top: 20px;
    text-align: left;
}

.item_group_blocks {
    width: 385px;
    min-height: 270px;
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 20px;
    padding-top: 20px;
    vertical-align: top;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
}

.item_group_blocks_green
{
    background-color: #87a432;
}

.item_group_blocks_yellow
{
    background-color: #ea9401;
}

.item_group_blocks_red
{
    background-color: #c53321;
}

.title_item_group {
    width: 315px;
    font-size: 25px;
    font-family: "MuseoSansCyrl_700";
    color: #ffffff;
    padding-left: 30px;
}

div.text_item_group {
    position: absolute;
    bottom: 10px;
}

.discription {
    font-size: 12px;
    color: #ffffff;
    padding-left: 30px;
    line-height: 6px;
}

.discription > span {
    font-family: "MuseoSansCyrl_700";
    text-transform: uppercase;

}

.item_group1 {
    background-image: url('../img/bg_item_group1.png');
    background-repeat: no-repeat;

}

.item_group2 {
    background-image: url('../img/bg_item_group2.png');
    background-repeat: no-repeat;

}

.item_group3 {
    background-image: url('../img/bg_item_group3.png');
    background-repeat: no-repeat;
}

.item_group3 {
    margin-right: 0px;
}

.item_group4 {
    background-image: url('../img/bg_item_group4.png');
    background-repeat: no-repeat;
}

.item_group5 {
    background-image: url('../img/bg_item_group5.png');
    background-repeat: no-repeat;
}

.item_group6 {
    background-image: url('../img/bg_item_group6.png');
    background-repeat: no-repeat;
}

.item_group6 {
    margin-right: 0px;
}

.galka {
    display: block;
    position: absolute;
    right: 15px;
    bottom: 10px;
}

.galka i {
    color: white;
    font-size: 24px;
}

a.all_variety {
    display: block;
    height: 77px;
    background-color: #ffffff;
    font-size: 18px;
    font-family: "MuseoSansCyrl_500";
    color: #017360;
    text-decoration: underline;
    text-align: center;
    line-height: 77px;

}

.bottom_all_variety {
    margin-bottom: 45px;
}

.big_container_white_block {
    padding-bottom: 140px;
    border-top: 2px solid #ebebeb;
    background: rgba(235, 235, 235, 0.6);
/*    z-index: 1;*/
}

.group_white_blocks {
    text-align: center;
}

.item_white_block {
    display: inline-block;
    width: 385px;
    height: 250px;
    background-color: #ffffff;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 20px;
    vertical-align: top;
    position: relative;
    text-align: left;
}

.item_white_block:hover .vendor_text_info_block {
    text-decoration: underline;
    cursor: pointer;
}

.data_info_block {
    font-family: "MuseoSansCyrl_500";
    font-size: 14px;
    color: #b2b2b2;
    padding-top: 25px;
    margin-left: 15px;
}

.text_info_block {
    width: 260px;
    font-family: "MuseoSansCyrl_500";
    font-size: 18px;
    color: #333333;
    margin-top: 15px;
    margin-left: 15px;
}

.social_white_block {
    display: block;
    font-family: "MuseoSansCyrl_500";
    font-size: 14px;
    color: #b2b2b2;
    position: absolute;
    left: 15px;
    bottom: 20px;
    text-decoration: underline;
}

a.grey {
    background-image: url('../img/galka1.png');
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    bottom: 20px;
}

.products_block1 {
    margin-right: 0px;
}

.inform_block3 {
    margin-right: 0px;
}

.inform_block4 {
    margin-right: 0px;
}

.produkts_block {

}

.photo_products {
    width: 95px;
    height: 130px;
    background-repeat: no-repeat;
    margin-top: 50px;
    margin-left: 45px;
    float: left;

}

.products_photo2 {
    background-image: url('../img/products2.png');
    background-repeat: no-repeat;
}

.products_photo3 {
    background-image: url('../img/products3.png');
    background-repeat: no-repeat;
}

.name_products_but {
    width: 180px;
    margin-top: 75px;
    margin-left: 40px;
    float: left;
}

.name_products {
    font-size: 18px;
    font-family: "MuseoSansCyrl_500";
    color: #333333;
    text-align: left;
}

.download {
    width: 113px;
    height: 35px;
    background-color: #017360;
    outline: none;
    border-left: 1px solid #2e8c7c;
    border-right: 1px solid #c3deda;
    color: #ffffff;
    font-size: 16px;
    font-family: "MuseoSansCyrl_700";
    margin-top: 20px;
    display: block;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
}

.download:hover, .download:visited, .download:active{
    color: #ffffff;
}

.download:active{
    border: 2px solid;
}

.item_white_block:hover div.publicity
{
    text-decoration: none;
}

.publicity {
    padding: 0 10px 0 20px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    background: #e04141;
    text-decoration: none;
}

.publicity:after {
    background-image: url('../img/publicity-tick.png');
    background-repeat: no-repeat;
    background-position: left top;
	width: 11px;
    height: 38px;
    position: absolute;
    top:0;
    right:-11px;
    content: '';
}

.photo_block {
    width: 395px;
    height: 160px;
    background-repeat: no-repeat;
}

.text_photo_block {
    font-family: "MuseoSansCyrl_500";
    font-size: 18px;
    color: #333333;
    margin-top: 20px;
    margin-left: 30px;
}

.photo2_block2 {
    width: 395px;
    height: 160px;
    background-image: url('../img/photo2.png');
    background-repeat: no-repeat;
}

.big_footer {
    background: rgba(222, 222, 222, 0.8);
    background: #dedede;
}

.footer {
    position: relative;
    height: 76px;
    text-align: justify;
    width: 75%;
    font-size: 0;
}

.footer>*
{
    font-size: 16px;
    line-height: 76px;
}

.logo_footer {
    line-height: 22px;
    padding: 16px 0;
}

.footer:after
{
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

span.logo_cr {
    font-size: 12px;
    color: #898989;
    float: left;
    position: absolute;
    left: 1%;
}

.logo_footer
{
    display: inline-block;
    color: #898989 !important;
    font-family: "MuseoSansCyrl_500";
    font-size: 12px;
}

.soc_footer {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-top: -20px;
    padding: 0;
    line-height: normal;
}

.soc_footer > li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}

.soc_footer > li > a {
    display: block;
    width: 30px;
    height: 30px;
    
    background-repeat: no-repeat;
    background-size: 30px;
}

.soc_fas {
    background-image: url('../img/fb.svg');
}

.soc_tw {
    background-image: url('../img/tw.svg');
}

.soc_gp {
    background-image: url('../img/gp.svg');
}

.soc_yt {
    background-image: url('../img/yt.svg');
}

.soc_in {
    background-image: url('../img/in.svg');
}

.soc_ss {
    background-image: url('../img/ss.svg');
}

.soc_mm {
    background-image: url('../img/mm.svg');
}

.soc_ok {
    background-image: url('../img/ok.svg');
}

.soc_vk {
    background-image: url('../img/vk.svg');
}

a.upwards
{
    display: inline-block;
    height: 35px;
    line-height: 30px;
    font-size: 12px;
    font-family: "MuseoSansCyrl_500";
    padding-left: 40px;
    background-image: url('../img/up.svg');
    background-repeat: no-repeat;
    background-size: 30px;
    color: #898989;
    position: relative;
    bottom: 10px;
}

/* Уязвимости */
.big_title {
    margin: 0;
    font-size: 78px;
    font-family: "MuseoSansCyrl_700";
}

ul.menu_content {
    width: 345px;
    margin: 0 auto;
    font-family: "MuseoSansCyrl_700";
    font-size: 18px;
    color: #848484;
    text-align: center;
    padding-bottom: 12px;
    padding-left: 70px;
}

ul.menu_hierarchy_list{
    padding-left: 160px;
}

/* Возможно изменить размер шрифта */
.menu_content > li {
    float: left;
    padding-right: 30px;
    list-style: none;
    line-height: 40px;

}

.menu_content > li > a:hover,
.menu_content > li > a.active {
    color: #e14848;
}

.show_more_active {
    height: 77px;
    background-color: #ffffff;
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 550px 30px;
    text-align: center;
    margin-top: 40px;
    line-height: 77px;
    font-size: 18px;
    font-family: "MuseoSansCyrl_900";
    color: #000000;
    margin-bottom: 60px;
}

/* Множественные уязвимости */
.average_title {
    font-size: 50px;
    text-align: left;
    font-family: "MuseoSansCyrl_700";
    padding: 45px 0 22px 0;
    margin:0;
}

div.breadcrumbs {
    margin: 20px 0;
}

div.breadcrumbs a{
    margin-right: 20px;
    text-decoration: underline;
}

div.breadcrumbs a:after{
    content: '>';
    position: absolute;
    margin-left: 10px;
}
div.breadcrumbs a:last-child:after{
    content: '';
}

table.table_informations_ugrozy h2{
    margin-top: 0;
}
table.table_informations_ugrozy tr td:nth-child(1){
    white-space: nowrap;
    padding-right: 15px;
}

table.table_informations {
    background-color: #ffffff;
    width: 100%;
    position: relative;
    z-index: 1;
}
.table_informations.wo_mt tr td:nth-child(1){
    width: 17%;
}
.table_informations.wo_mt a{
    text-decoration: underline;
}
.table_informations.vulnerability tr td:nth-child(1){
    width: 14%;
}
.table_informations.vulnerability tr td:nth-child(2){
    width: 54%;
}
.table_informations.vulnerability tr td:nth-child(3){
    width: 12%;
}
.table_informations.vulnerability tr td:nth-child(4){
    width: 10%;
}
.table_informations.vulnerability tr td:nth-child(5){
    width: 10%;
}

.table_informations.vendor tr td:nth-child(1){
    width: 54%;
}
.table_informations.vendor tr td:nth-child(2){
    width: 12%;
}
.table_informations.vendor tr td:nth-child(3){
    width: 35%;
}

.table_informations.product tr td:nth-child(1){
    width: 54%;
}
.table_informations.product tr td:nth-child(2){
    width: 28%;
}
.table_informations.product tr td:nth-child(3){
    width: 28%;
}

.line_info {
    width: 100%;
    margin-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;

}

.q_mark {
    font-size: 10px;
    display: inline-block;
    color: green;
    cursor: pointer;
    border: 2px solid;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 13px;
    position: relative;
    top: -1px;
}

/* Укоротить бордер */
td.cell_one {
    font-family: "MuseoSansCyrl_500";
    color: #333333;
    padding-left: 25px;
    vertical-align: top;
    padding-top: 30px;
    padding-bottom: 30px;
    /*text-transform: uppercase;*/
    /*font-size: 14px;*/
}

.cell_one_icone > a {
    display: inline-block;
    padding-right: 30px;
    background-image: url('../img/question.png');
    background-repeat: no-repeat;
    background-position: 100% 3px;
}

.cell_two {
    color: #333333;
    padding-right: 25px;
    vertical-align: top;
    padding-top: 30px;
    padding-bottom: 30px;
}

.cell_two_red {
    color: #c94230;
}

.cell_two_discription {
    line-height: 23px;
}

.emerge {
    width: 215px;
    height: 47px;
    background-color: #ebebeb;
    font-size: 12px;
    padding-top: 12px;
    padding-left: 10px;
    position: absolute;
    top: 380px;
    left: 75px;
    z-index: 100;
}

.description_table > li {
    list-style: none;
    padding-bottom: 20px;
    margin-left: -25px;
    list-style-image: url('../img/scorer.png');
}

/* Поставить маркеры-------не могу */
.line_info_products {
    border: none;
}

.renew {
    margin: 0px;
    padding-left: 0px;
    padding-bottom: 25px;
}

.renew > li {
    list-style: none;
}

.renew_version {
    color: #00b48c;
    text-decoration: underline;
    padding-top: 8px;
}

.cell_two_spring {
    color: #00b48c;
    text-decoration: underline;
}

.influence {
    margin: 0px;
    padding: 0px;

}

.influence > li {
    list-style: none;
    padding-bottom: 20px;
}

.item_bottom_line {
    float: left;
    margin: 0;
    margin-right: 90px;
    padding-left: 0;
    padding-bottom: 25px;
}

.item_bottom_line > li {
    text-decoration: underline;
    list-style: none;
    line-height: 25px;

}

/* Угрозы */
a.all_variety_detail {
    background-color: #f7f7f7;
    margin-top: 0;
    width: 97%;
}

tr.line_info_ugrozy {
    border-bottom: none;
    margin-bottom: 0px;
}

td.cell_one_two {
    padding-bottom: 30px;
}

.cell_two_map {
    background-image: url('../img/map.png');
    background-repeat: no-repeat;
    width: 925px;
    height: 408px;

}

td.cell_two_social {
    padding-top: 28px;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.social_ugrozy {
    list-style: none;
    height: 23px;
}

.social_ugrozy > li {
    float: left;
}

.icon_soc {
    display: block;
    height: 22px;
    background-repeat: no-repeat;
}

.vk_ugrozy {
    width: 52px;
    background-image: url('../img/v_k.png');
    background-repeat: no-repeat;
}

.qantity {
    width: 30px;
    height: 22px;
    font-family: "MuseoSansCyrl_500";
    font-size: 13px;
    border: none;
    background-image: url('../img/bg_input.png');
    background-repeat: no-repeat;
    padding-left: 18px;
    margin-left: 5px;
    margin-right: 15px;
}

.fb_ugrozy {
    width: 88px;
    background-image: url('../img/faceb.png');
    background-repeat: no-repeat;
}

.googl_ugrozy {
    width: 85px;
    background-image: url('../img/googl.png');
    background-repeat: no-repeat;
}

.tw_ugrozy {
    width: 74px;
    background-image: url('../img/twit.png');
    background-repeat: no-repeat;
}

.one_block_toggle{
    padding-top: 15px;
}

/* ------------Вендоры------------ */
.title_vend {
    margin-top: 40px;
}

.mini_title_vend {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    font-family: "MuseoSansCyrl_900";
}

.table_informations {
    margin: 0;
    padding: 0;

}

tr.line_info_vendor {
    border-bottom: none;
    margin: 0;
    padding: 0;

}

td.column_one,
.column_two {

    font-family: "MuseoSansCyrl_500";

    color: #333333;
    margin: 0;
    padding: 12px;
    text-transform: none;

}

td.column_one {
    padding-left: 25px;
}

.column_one > a:hover {
    text-decoration: underline;
}

td.name_head_line_table {
    /*font-family: "MuseoSansCyrl_700";*/
    /*font-size: 14px;*/
    text-transform: none;
}

td.order_field > a {
    color: #e04141;
    padding-right: 20px;
    position: relative;
}

td.order_asc > a:after {
    content: "\f0de";
    font: normal normal normal 14px/1 FontAwesome;
    padding-left: 3px;
    position: absolute;
    top: 5px;
}

td.order_desc > a:after{
    content: "\f0dd";
    font: normal normal normal 14px/1 FontAwesome;
    padding-left: 3px;
    position: absolute;
}

td.meaning_head_line_tabl {
    color: #a8a8a8;
    font-family: "MuseoSansCyrl_700";
    font-size: 14px;
}

/* вендоры ABBYY */
.mini_title_vend_of_sait {
    float: left;
}

.ssilk_of_sait {
    float: left;
    color: #999999;
    font-family: "MuseoSansCyrl_500";
    font-size: 16px;
    text-decoration: underline;
    margin-left: 20px;
    margin-top: 30px;
}

.column_one_abbyy {
    width: 320px;
}

.mini_title_vend_of_sait_block_two {
    font-size: 32px;
    margin-top: 60px;
}

.abbyy_ssilk_of_sait {
    margin-top: 73px;
}

.vendor_title_info_block {
    font-family: "MuseoSansCyrl_700";
}

.vendor_text_info_block {
    font-size: 14px;
    font-family: "MuseoSansCyrl_500";
}

a.social_white_block {
    color: #b2b2b2;
}

.vendor_title_info_block,
.vendor_text_info_block {
    width: 355px;
    overflow: hidden;
    max-height: 150px;
    display: block;
    /* Fallback for non-webkit */
    /*display: -webkit-box;
    -webkit-box-orient: vertical;*/
    text-overflow: ellipsis;
    -webkit-line-clamp: 10;
}

.vendor_title_info_block img,
.vendor_text_info_block img {
    float: left;
    margin-right: 10px;
}

.vendor_image_info_block {
    width: 100px;
    float: left;
    padding: 0 20px 0 0;
}

div.big_container_white_block_vendor {
    background: none;
    border: none;
    margin: 0;
    padding-top: 0px;
}

.group_white_blocks_vendor {
    margin-top: 0px;
}

/* продукты */
#search_box {
    z-index: 999;
}

table.table_informations_produkts {
    margin: 0 0 20px 0;
    padding: 0;
}

.searsh_produkts {
    width: 100%;
    height: 73px;
    border: 1px solid #e6e6e6;
    padding-left: 65px;
    margin-top: 20px;
    box-sizing: border-box;
}

.threat-search {
    position: absolute;
    color: #BDBFC1;
    font-size: 22px !important;
    top: 44px;
    left: 20px;
}

.cell_three_vendor {
    color: #333333;
}

.cell_three_vendor > a:hover {
    text-decoration: underline;
}

.mini_title_produkts {
    font-family: "MuseoSansCyrl_900";
}

/* Продукт-ABBYY */
.mini_title_produkts {
    text-transform: uppercase;
}

td.name_head_line_table_prod {
    width: 210px;
}

td.cell_three_data {
    width: 220px;
}

.line_list2 td.cell_two_uroven_green {
    text-transform: uppercase;
    color: #87a432;
}

.line_list2 td.cell_two_uroven_yellow {
    text-transform: uppercase;
    color: #ea9401;
}

.line_list2 td.cell_two_uroven_red {
    text-transform: uppercase;
    color: #c53321;
}

td.column_one_prod_abbyy {
    width: 220px;
}

/* иерархия */

.menu_hierarchy_list li a.active{
    color: #e04141;
}

.list_menu, .hierarchy_menu {
    padding-left: 12px;
}
.list_menu i, .hierarchy_menu i {
    font-size: 14px;
    padding-right: 3px;
}

.list_menu.active a,.list_menu:hover a, .hierarchy_menu.active a,.hierarchy_menu:hover a {
    color: #e04141;
}

.menu_name_hierar {
    font-family: "MuseoSansCyrl_900";
    font-size: 32px;
    color: #a8a8a8;
    text-transform: uppercase;
    padding-left: 0;
    margin-left: 0;
}

.chose:active {
    color: #e04141;
}

.active {
    color: #e04141;
}

.menu_name_hierar > li {
    float: left;
    list-style: none;
    padding-right: 53px;
}

.menu_name_hierar > li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.blocks_type_ugr {
    padding-bottom: 55px;
}

.table_hierarchy {
    width: 1205px;
    margin-left: 30px;
    margin-top: 20px;
}

.one_block_type {
    margin-top: 45px;

}

.main_type {
    margin-top: 35px;
    font-family: "MuseoSansCyrl_900";
    font-size: 32px;
    color: #017360;
    margin-left: 30px;
}

.main_type > a {
    display: inline-block;
    padding-right: 35px;
    position: relative;
}

.main_type > a:after, .hierarchy_lvl3 > a:after {
    content: "\f106";
    font-family: FontAwesome;
    font-size: 18px;
    margin-left: 5px;
}

.main_type_vn > a:after {
    content: "\f107";
    font-family: FontAwesome;
    margin-left: 5px;
}

.top_main_type > a:after {
    font-size: 18px;
    margin-left: 5px;
    border: 3px solid;
    border-radius: 50%;
    text-align: center;
    display: block;
    width: 21px;
    height: 21px;
    position: absolute;
    right: 0;
    top: 6px;
    line-height: 21px;
}

.main_type_vn > a:after {
    line-height: 22px;
}

.top_main_type.hierarchy_lvl1 > a:after {
    top: 0;
}

.sub_type {
    margin-left: 60px;
    font-family: "MuseoSansCyrl_900";
    /*font-size: 20px;*/
    color: #017360;
    margin-top: 30px;
}

.sub_type > a {
    display: inline-block;
    padding-right: 25px;
}

.threat-head
{
    background-image: url('../img/hz-1.png');
    background-repeat: repeat-x;
    padding: 3px 7px;
}

/* Список-иерархии */
.table_hierarchy_list {
    width: 100%;
    margin-bottom: 55px;
    padding-left: 0;
    margin-left: 0;
}

/* список-уязвимостей */
tr.head_line_table{
    white-space: nowrap;
}
tr.line_info:last-child {
    /*height: 120px;*/
}

.line_list2 {
    padding-top: 25px;
}

.line_list2 td,.head_line_table td
{
    font-family: "MuseoSansCyrl_500";
    vertical-align: top;
    line-height: 22px;
    padding: 25px 0 25px 25px;
    color: #333333;
}

.line_list2 td:last-child,.head_line_table td:last-child
{
    padding: 25px 25px 25px 25px;
}

.line_list2 td > a:hover,.head_line_table td > a:hover
{
    text-decoration: underline;
}

.line_list2 td p,.head_line_table td p
{
    margin: 0 0 15px 0;
}

td.name_list2,
td.name_list2_short,
td.name_list2_auto,
.products_list2,
.vendor_list2,
.data_list2,
.uroven_list2,
 td.column_one{
    font-family: "MuseoSansCyrl_500";
    vertical-align: top;
    line-height: 22px;
    padding: 25px;
}

td.name_list2 {
    width: 450px
}

td.name_list2_short {
    width: 200px
}

td.products_list2 {
    width: 450px;
}

td.vendor_list2 {
    width: 110px;
}

td.data_list2 {
    width: 160px;
}

.uroven_list2 {
    width: 75px;
    line-height: 20px;
    padding-top: 25px;
}

/* Поиск */
.page_scearh {
    width: 80%;
    float: left;
    box-sizing: border-box;
}

.find_search {
    width: 20%;
    height: 73px;
    background-color: #017360;
    font-family: "MuseoSansCyrl_500";
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    line-height: 70px;
    margin-top: 20px;
    float: right;
    box-sizing: border-box;
    cursor: pointer;
}

table.table_informations_produkts_search {
    margin-top: 15px;
}

.shoes_blocks_type_ug {
    margin-bottom: 0;
    padding-bottom: 0;
}

.shoes_main_type_vv {
    margin: 0;
    margin-top: 20px;
}

.search_block_white {
    margin: 0;
    margin-top: 30px;
}

.ssilk_shoers {
    margin: 0;
    margin-top: 44px;
    margin-left: 25px;
}

td.cell_three_data_search {
    width: 195px;
}

td.cell_two_search {
    width: 170px;
}

.cell_four_kaspers_search {
    width: 320px;
}

/* Поиск-fixed */
.page_scearh_fixed {
    position: fixed;
    top: 25px;
    z-index: 20;
    width: 945px;
    float: left;
}

div.find_search_fixed {
    position: fixed;
    top: 25px;
    right: 55px;
    z-index: 20;
    width: 210px;
    height: 73px;
    float: right;
}

.big_content {
    z-index: 10;
}

.table_informations.wo_mt {
    margin-top: 0;
}
.table_informations.wo_bg{
    background-color: transparent;
    margin: 10px 0 0 50px;
}
.date_upd {
    text-align: right;
    margin-bottom: 10px;
}

.top_main_type {
    margin-left: 0;
}
.hide_el{
    display: none;
}
.no_result {
    margin: 40px 15px;
    font-size: 25px;
    font-weight: bold;
    color: #017360;
}

.hierarchy
{
    padding: 0 0 40px;
}

.hierarchy_lvl1
{
    font-size: 26px;
    text-transform: uppercase;
}

.hierarchy_lvl1 > a
{
    background-position: 100% 3px;
}

.hierarchy_lvl2
{
    margin-top: 18px;
    font-size: 21px;
    text-transform: capitalize;
    margin-left: 80px;
}

.hierarchy_lvl3
{
    margin-top: 20px;
    font-size: 18px;
    text-transform: capitalize;
    margin-left: 23px;
}

.hierarchy_lvl3 > a
{
    color: #e04142;
    padding-right: 25px;
}

.table_informations.wo_bg.hierarchy_lvl4
{
    margin-top: 20px;
    margin-left: 0;
}

.table_informations.wo_bg.hierarchy_lvl4 td.column_one
{
    text-transform: capitalize;
    font-family: "MuseoSansCyrl_900";
    padding: 5px 25px;
}

.table_informations.wo_bg.hierarchy_lvl4 td.column_one > a
{
    text-decoration: underline;
}

/*Share buttons*/
.panel_shares a {
    width: 32px;
    height: 32px;
    display: inline-block;
    opacity: 0.7;
    cursor: pointer;
}
.panel_shares a:hover {
    opacity:1;
}
.panel_shares a.panel_button-vk {
    background: #325078 url('../img/vk_sq.svg') no-repeat;
}
.panel_shares a.panel_button-fb {
    background: #3350AE url('../img/facebook.svg') no-repeat;
}
.panel_shares a.panel_button-tw {
    background: #00C4FC url('../img/twitter.svg') no-repeat;
}
.panel_shares a.panel_button-gp {
    background: #D83D2D url('../img/google_plus.svg') no-repeat;
}
.panel_shares a.panel_button-ok {
    background: #E67E17 url('../img/ok_sq.svg') no-repeat;
}

.description-page .main_title{
    text-align: left;
}
.description-page table{
    background: white;
    width: 100%;
}
.description-page table td{
    padding:15px;
}


@media screen and (max-width: 1400px) {
/*    .item_group_blocks {
        width: 360px;
        margin-left: 5px;
        margin-right: 5px;
    }*/

/*    .row {
        width: 98%;
    }*/
}



@media screen and (max-width: 950px) {

    .big_container_white_block
    {
        padding-bottom: 173px;
    }

    html
    {
        min-width: 500px;
    }

    a.logo_footer {
        float: left;
        position: static;
    }

    .big_title {
        font-size: 54px;
    }

    .average_title {
        font-size: 30px;
        padding: 25px;
        text-align: center;
    }

    .date_upd {
        margin-right: 25px;
        color: #aaa;
    }

    .item_group_blocks {
        width: 450px;
        margin-left: 25px;
        margin-right: 25px;
    }

    .row {
        width: 500px;
    }

    a.all_variety {
        width: 450px;
        margin: 0 25px 0;
    }

    .header {
        height: 250px;
    }

    .menu_header {
        font-size: 28px;
        margin-top: -15px;
    }
    .menu_header > a{
        font-size: 28px;
        margin: 0 20px;
    }

    a.logo_header {
        display: inline-block;
        float: none;
        width: 100%;
    }
    a.logo_header img{
        width: 350px;
        height: 97px;
        margin-left: -30px;
    }
    a.logo_header div.logo-text{
        padding: 25px 0;
        margin-left: -40px;
        font-size: 42px;
    }

    .search_header {
        display: inline-block;
        float: none;
        margin-top: 10px;
        width: 80%;
    }
    .search_header input.searsh{
        width: 100%;
        height: 32px;
        box-sizing: border-box;
    }

    .choice_language {
        display: inline-block;
        float: none;
    }

    .mobile_sep {
        display: inline;
    }

    a.logo_footer {
        float: none;
        margin: 20px 0;
        line-height: normal;
    }

    .soc_footer {
        float: none;
        display: inline-block;
        margin-top: 10px;
        margin-bottom: 20px;
        padding: 0;
    }

    .footer {
        text-align: center;
        height: auto;
        line-height: normal;
    }

    .upwards {
        position: absolute !important;
        right: 20px;
        top: 15px;
    }

    .table_informations {
        font-size: 75%;
    }

    .line_list2 td,.head_line_table td
    {
        padding: 10px 0 10px 10px;
    }

    .line_list2 td:last-child,.head_line_table td:last-child
    {
        padding: 10px;
    }

    .hierarchy
    {
        padding: 0 25px 40px;
    }

    .item_white_block {
        width: 450px;
    }
}

.cat_description {
    background-color: #ffffff;
    padding: 2px 15px;
    margin: 0 10px 20px 10px;
    line-height: 24px;
}

.more_load {
    display: none;
}

.more_load .sk-cube {
    width: 33.33%;
    height: 33.33%;
    background-color: #006D52;/*#rgb(92, 49, 89)*/
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.more_load .sk-cube-grid {
    width: 60px;
    height: 60px;
    margin: 20px auto;
}
.more_load .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
.more_load .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
.more_load .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
.more_load .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
.more_load .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
.more_load .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
.more_load .sk-cube7 {
    -webkit-animation-delay: 0.0s;
    animation-delay: 0.0s; }
.more_load .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
.more_load .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1); }
}
@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

pre {
    background: #f8f8f8;
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    overflow: auto;
    padding: 0 20px;
    padding: 0 2rem;
    white-space: pre;
}

.pre, pre {
    padding: 0;
    color: #333;
    font: normal 13px 'Courier New','Courier','Verdana';
    margin: 0 0 1em;
    line-height: 1.4;
}