.serii-article-pictures table a div div.msg-blue {
    text-align: center !important;
    width: 100%;
    background-color: #5379ac;
    color: #fff;
    padding: 5px 0;
    position: absolute;
    margin-left: -5px;
    margin-top: 28%;
    font-weight: 500;
    opacity: 0.8;
}


.producer-items {}
.producer-items .titleShowHide {
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding: 7px;
    margin-top: 20px;
    outline: 1px solid #ebebeb;
    background: #ebebeb;
    display: block;
}
.producer-items .titleShowHide a{
    color: #4c4d48;
}
.producer-items .titleShowHide a small small{
    font-size: 13px;
}

.producer-items  .items {
    font-family: Arial, sans-serif;
    font-size: 11pt;
    font-weight: normal;
    padding: 10px;
    outline: 1px solid #ebebeb;
    padding-top: 20px;
    padding-bottom: 20px;
}
.producer-items  a.item {
    /* padding: 5px; */
    font-family: Arial, sans-serif;
    vertical-align: middle;
    text-align: center;
    display: block;
    float:left;
    border: 3px solid #dbd9d9;
    background-color: #ffffff;
    margin: 1px;

    color: #336699;
    height: 145px;
    width: 106px;
    max-width: 106px;
    vertical-align: middle;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 9pt;
}

.producer-items  a.item:hover {
    border: 3px solid #336699;
}
.producer-items  a.item:hover  .content{
    opacity: 1;
}
.producer-items a.item:hover .link{
    background: #336699;
    color: #fff;
}
.producer-items  a.item  .content{
    height: 130px;
    padding: 3px; opacity: 0.8;
    overflow: hidden;
}
.producer-items  a.item  .link{
    padding: 3px;
    color: #4C4D48; font-weight: bold; border: 0; background: #dbd9d9;
}

/*** ÑÒÈËÜ ËÎÃÎ ÏÀÐÒÍÅÐÀ ***/
div.partner-block {
    position: relative;
    width: 248px;
    height: 100px;
    margin-left: 10px;
}
div.partner-block .new {
    display: flex;
    align-items: center;
    height: 100%;
}
div.partner-block .logo {
    display: block;
    float: left;
    height: 100%;
    margin-right: 10px;
    position: relative;
    vertical-align: middle;
    width: 43%;
}
div.partner-block .logo img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
    width: 100%;
}
div.partner-block div.partner-caption {
    text-transform: uppercase;
    /*padding-top: 45px;*/
    width: 52%;
    float: left;
}
div.partner-block .tooltip {
    visibility: hidden;
    position: absolute;
    bottom: 0;
    transition: height 0.2s linear, padding 0.2s linear;
    height: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    text-align: center;
    padding: 0 10px;
    font-size: 14px;
}
div.partner-block:hover .tooltip {
    visibility: visible;
    opacity: 1;
    height: 62px;
    padding-top: 10px;
    padding-bottom: 10px;

}

div.partner-block > a {
    color: #000;
}
div.clear {
    clear: both;
    font-weight: 0;
    height: 0;
}
.vamiddle {
    font-size: 0;
}

.vamiddle:after {
    content: "";
    display: inline-block;
    /*height: 100%;*/
    height: 100px;
    vertical-align: middle;
    width: 0;
}

.vamiddle > * {
    display: inline-block;
    float: none;
    vertical-align: middle;
    font-size: 10px;
}
/*** /ÑÒÈËÜ ËÎÃÎ ÏÀÐÒÍÅÐÀ ***/


/*** ÑÒÈËÜ ÑÅÐÈÉ ***/
.serii-article {
    font-family: 'Open Sans', sans-serif;
    color: #4C4D48;
    position: relative;
    line-height: 1.5;
}

/*** ÑÒÈËÜ ØÀÏÊÈ (ËÎÃÎÒÈÏ - H1 - ËÎÃÎÒÈÏ) ***/
.serii-article-head {
    /*margin: 0 10px;*/
}
.serii-article-head > div:nth-of-type(1) {
    position: absolute;
    top: 0px;
    left: 10px;
}
.serii-article-head > div:nth-of-type(2) {
    position: absolute;
    right: 0;
    top: 0px;
}
.serii-article-head > div > a > img {
    height: 70px;
}
.serii-article-goto div {
    font-size: 14px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 20;
    width: 153px;
    color: #fff;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    background: rgba(0,0,0,0.6);
    height: 0px;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.serii-article-goto:hover div {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    height: 100%;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.serii-article-goto {
    display: flex;
    align-items: center;
    height: 100%;
}
.serii-article-goto div > span{
    height: 100%;
    width: 153px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*** /ÑÒÈËÜ ØÀÏÊÈ (ËÎÃÎÒÈÏ - H1 - ËÎÃÎÒÈÏ) ***/

/*** ÑÒÈËÜ ÇÀÃÎËÎÂÊÎÂ ***/
.content_page .article_head { 
	//display: none; //ñêðûâàåì h1
}
.serii-article h1 {
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    margin: 0px 250px 10px 250px;
    line-height: 36px;
    min-height: 70px;
}
@media(max-width: 991px) {
    .serii-article-head {
        display: flex;
        justify-content: space-between;
    }
    .serii-article h1 {
        display: none;
    }
    .serii-article-head > div {
        position: relative !important;
        top: 0;
        left: 0;
    }
    .serii-article-head > div:nth-of-type(1) {
        left: 0;
    }
}
@media(max-width: 600px) {
    .serii-article-head > div:nth-of-type(2) {
        top: 0 !important;
    }
    div.partner-block {
        width: 210px;
    }
}
.serii-article h1 span{
    font-size: 20px;
    line-height: 24px;
}
.serii-article h1:after {
    width: 100%;
    left: 0;
    bottom: -10px;
    position: absolute;
    height: 2px;
    content: "";
    /*border-top: dotted 2px #e5e5e5;*/
    /*border-bottom: dotted 2px #e5e5e5;*/
}
.serii-article h2 {
    font-size: 28px;
    font-weight: 400;
    margin: 40px 0 20px 0;
    display: block;
    text-align: center;
    position: relative;
}
.serii-article h2:nth-of-type(1) {
    margin: 20px 0 20px 0;
}
.serii-article h2:nth-of-type(n+1):not([class="no-line"]):before, .serii-article h2.not-firstt:before {
    <!--width: 100%;-->
    left: 0;
    top: -30px;
    position: absolute;
    height: 2px;
    content: "";
    border-top: dotted 2px #a0a0a0;
    border-bottom: dotted 2px #a0a0a0;
}
.serii-article h2 span {
    position: relative;

}
.serii-article h2 span:after {
    position: absolute;
    bottom: -10px;
    left: -10%;
    <!--width: 120%;-->
    height: 2px;
    content: '';
    background: #a0a0a0;
    z-index: 1;
}
.serii-article h2 span:before {
    position: absolute;
    top: -10px;
    left: -10%;
    <!--width: 120%;-->
    height: 2px;
    content: '';
    background: #a0a0a0;
}
@media(max-width: 767px) {
    .serii-article h2 span {
        display: inline-block;
    }
    .serii-article h2 span:before,
    .serii-article h2 span:after {
        left: 0;
        width: 100%;
    }
}

.serii-article h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 10px 0;
    display: block;
    text-align: center;
}
.serii-article h3.line:after {
    position: absolute;
    width: 2px;
    height: 100%;
    bottom: 5px;
    right: -2px;
    content: '';
    background: #ebebeb;
}
.serii-article h3 {
    text-align: center;
    text-intend: 0px;
}
.serii-article h4 {
    font-size: 24px;
    font-weight: 400;
    margin: 10px 0 10px 0;
    display: block;
    text-align: center;
}
.serii-article .serii-article-about-text h4 {
    font-size: 12pt;
    font-weight: 600;
    text-align: left;
    margin-bottom: 0px;
}
.serii-article .serii-article-pictures h3 {
    font-size: 16pt;
}
.serii-article .serii-article-pictures tr:first-child h3 {
    margin-top: 0px;
}
/*** /ÑÒÈËÜ ÇÀÃÎËÎÂÊÎÂ ***/

/*** ÑÒÈËÜ ÁËÎÊÀ Ñ ÏÐÈÌÅÐÀÌÈ ÈÇÄÅËÈÉ ***/
.serii-article-section-color {
    margin: 0;
    height: 100%;
}
.serii-article .serii-article-box-color > p {
    font-size: 18pt;
    font-weight: 400;
    margin: 10px 0 10px 0;
    display: block;
    text-align: center;
    position: relative;
}
.serii-article-section-color > div {
    text-align: center;
}
/*** /ÑÒÈËÜ ÁËÎÊÀ Ñ ÏÐÈÌÅÐÀÌÈ ÈÇÄÅËÈÉ ***/

/*** ÑÒÈËÜ ÌÅÍÞ ÂÛÁÎÐÀ ÌÅÕÀÍÈÇÌÎÂ ***/
ul.serii-article-tabs-color {
    display: inline-block;
    line-height: 25px;
    list-style: none;
    padding: 0px 0px 0px 7px;
}
.serii-article-tabs-color li {
    width: 112px;
    float: left;
    display: inline;
    margin-right: 10px !important;
    padding: 0 !important;
    color: #777;
    cursor: pointer;
    position: relative;
    text-align: center;
    line-height: 22px;
}
.serii-article-tabs-color li:before {
    display: none !important;
}
.serii-article-tabs-color li > div
{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 110px;
    height: 110px;
    margin-bottom: 5px;
    border: 1px solid #dbd9d9;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.serii-article-tabs-color li > div > img
{
    width: 90px;
    height: 90px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.serii-article-tabs-color li:hover > div, .serii-article-tabs-color li.serii-article-current-color > div
{
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .25);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .25);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.serii-article-tabs-color li:hover > div > img, .serii-article-tabs-color li.serii-article-current-color > div > img
{
    width: 100px;
    height: 100px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.serii-article-tabs-color li:hover, .serii-article-tabs-color li.serii-article-current-color {
    color: #336699;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.serii-article-tabs-color li.serii-article-current-color {
    text-decoration: underline;
}
.serii-article-box-color {
    display: none;
    border-width: 0 1px 1px;
    padding: 0;
}
.serii-article-box-color.serii-article-visible-color {
    display: block;
}

/*** /ÑÒÈËÜ ÌÅÍÞ ÂÛÁÎÐÀ ÌÅÕÀÍÈÇÌÎÂ ***/

/*** ÑÒÈËÜ ÒÀÁËÈÖÛ Ñ ÏÐÈÌÅÐÀÌÈ ÈÇÄÅËÈÉ ***/

.serii-article-pictures table {
    width: 100%;
    border-spacing: 6px;
    padding: 1px;
    line-height: 1.2;
    border-collapse: separate;
}
.serii-article-pictures table tbody {

}
.serii-article-pictures table tr {
    <!--display: inline;-->
}
.box-news {
    display: none;
}
.box-news.visible-news {
    display: block;
}
.box-news.serii-article-pictures table td {
    width: calc(33.3333% - 5px);
}
.serii-article-pictures table td {
    vertical-align: top;
    border: 1px solid #dbd9d9;
    position: relative;
    text-align: center;
    width: calc(25% - 5px);
    padding: 5px;
    margin: 3px 1px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    display: inline-block;
    font-size: 1rem;
}
@media(max-width: 991px) {
    .box-news.serii-article-pictures table td,
    .serii-article-pictures table td {
        width: calc(50% - 5px);
    }
}
.serii-article-pictures.col-5 table td {
    width: 20%;
}
.serii-article-pictures table td:hover {
    border-color: #5b84ad;
    -webkit-box-shadow: 0 0 4px rgba(51,102,153, 1);
    -moz-box-shadow: 0 0 4px rgba(51,102,153, 1);
    box-shadow: 0 0 4px rgba(51,102,153, 1);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.serii-article-pictures table a img {
    max-width: 100%;
    max-height: 200px;
}
.serii-article-pictures table a div {
    font-size: 11pt;
    text-align: center;
    color: #336699;
    font-weight: 400;
}
.serii-article-pictures table a div div{
    float: left;
    font-size: 10pt;
    color: #62666a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
}
.serii-article-pictures table a div div.sale{
    text-align: center;
    width: 100%;
    background-color: #b82c3c;
    color: #fff;
    padding: 5px 0;
    position: absolute;
    margin-left: -1px;
    margin-top: -1px;
    font-weight: 500;
}
.serii-article-pictures table a div div.sale:before{
    content: "ÐÀÑÏÐÎÄÀÆÀ";
}
.serii-article-pictures table a div div.msg{
    text-align: center;
    width: 100%;
    background-color: #b82c3c;
    color: #fff;
    padding: 5px 0;
    position: absolute;
    margin-left: -5px;
    margin-top: 28%;
    font-weight: 500;
    opacity: 0.8;
}
.serii-article-pictures table a div div.new{
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    background: url('/images/blue_label_70.png') no-repeat;
    text-align: center !important;
    font-size: 16pt;
    line-height: 52pt;
    color: #fff;
    font-weight: 400;
}
.serii-article-pictures table a div div.new:before{
    content: "NEW";
}
.serii-article-pictures table a div div.sale2{
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    background: url('/images/green_label_70.png') no-repeat;
    text-align: center !important;
    font-size: 16pt;
    line-height: 52pt;
    color: #fff;
    font-weight: 600;
}
.serii-article-pictures table a div div:nth-of-type(odd):not([class="sale"]):not([class="sale2"]):not([class="msg"]):not([class="new"]){
    text-align: left;
}
.serii-article-pictures table a div div:nth-of-type(odd):not([class="sale"]):not([class="sale2"]):not([class="msg"]):not([class="new"]):before{
    content: "\00A0";
}
.serii-article-pictures table a div div:nth-of-type(even){
    text-align: right;
}
.serii-article-pictures table a div div:nth-of-type(even):after{
    content: "\00A0";
}
.serii-article-pictures table a p {
    font-size: 11pt;
    text-align: center;
    color: #336699;
}
.serii-article-pictures table a p img {
    width: 160px;
    height: 100px;
}
.serii-article-pictures table td a > div:after {
    cursor: pointer;
    opacity: 0;
    width: 50px;
    height: 50px;
    content: url("/images/icon_zoom.png");
    position: absolute;
    margin: -35px 0 0 -29px;
    top: 50%;
    left: 50%;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.serii-article-pictures table td a:hover > div:after {
    opacity: 1;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.serii-article-pictures divv {
    width: 20%;
    border-spacing: 2px;
    padding: 1px;
}
.serii-article-pictures > div {
    vertical-align: top;
    border: 3px solid #dbd9d9;
    position: relative;
    text-align: center;
    width: 20%;
    float: left;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.serii-article-pictures > div:hover {
    border-color: #5b84ad;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.serii-article-pictures div a div {
    font-size: 11pt;
    text-align: center;
    color: #336699;
    font-weight: 300;
}
.serii-article-pictures div a div div{
    float: left;
    font-size: 10pt;
    color: #62666a;
}
.serii-article-pictures div a div :nth-child(n){
    text-align: left;
}
.serii-article-pictures div a div :nth-child(n):before{
    content: "\00A0";
}
.serii-article-pictures div a div :nth-child(2n){
    text-align: right;
}
.serii-article-pictures div a div :nth-child(2n):after{
    content: "\00A0";
}
.serii-article-pictures div a p {
    font-size: 11pt;
    text-align: center;
    color: #336699;
}
.serii-article-pictures div a p img {
    width: 160px;
    height: 100px;
}
.serii-article-pictures div span {
    cursor: pointer;
    display: none;
    width: 50px;
    height: 50px;
    background: url("/images/icon_zoom.png") scroll no-repeat 0 0;
    position: absolute;
    margin: -25px 0 0 -25px;
    top: 50%;
    left: 50%;
}
.serii-article-pictures div a:hover span {
    display: block;
}

/*** /ÑÒÈËÜ ÒÀÁËÈÖÛ Ñ ÏÐÈÌÅÐÀÌÈ ÈÇÄÅËÈÉ ***/

/*** ÑÒÈËÜ ÈÍÔÎÐÌÀÖÈÈ Î ÑÅÐÈÈ ***/

.serii-article-about {
    display: table;
    width: 100%;
}

/*** ÑÒÈËÜ ÊÀÐÒÈÍÎÊ ÑËÅÂÀ ÎÒ ÈÍÔÎÐÌÀÖÈÈ Î ÑÅÐÈÈ ***/

.serii-article-about .serii-article-about-images {
    display: table-cell;
    width: 220px;
    padding-left: 7px;
}
.serii-article-about .serii-article-about-images img{
    max-heigth: 100%;
    max-width: 200px;
}
.serii-article-about .serii-article-about-images a div {
    position: relative;
}
.serii-article-about .serii-article-about-images a > div:after {
    cursor: pointer;
    opacity: 0;
    width: 50px;
    height: 50px;
    content: url("/images/icon_zoom.png");
    position: absolute;
    margin: -25px 0 0 -35px;
    top: 50%;
    left: 50%;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.serii-article-about .serii-article-about-images a:hover > div:after {
    opacity: 1;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

/*** /ÑÒÈËÜ ÊÀÐÒÈÍÎÊ ÑËÅÂÀ ÎÒ ÈÍÔÎÐÌÀÖÈÈ Î ÑÅÐÈÈ ***/

/*** ÑÒÈËÜ ÒÅÊÑÒÀ ÈÍÔÎÐÌÀÖÈÈ Î ÑÅÐÈÈ ***/

.serii-article-about .serii-article-about-text {
    padding: 10px;
    padding-top: 0px;
    padding-bottom: 20px;
    text-indent: 0px;
    font-size: 12pt;
    font-weight: 400;
    vertical-align: top;
    display: table-cell;
}
@media(max-width: 600px) {
    .serii-article-about {
        display: block;
    }
    .serii-article-about .serii-article-about-images {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .serii-article-about .serii-article-about-images a {
        width: 50%;
    }
    .serii-article-about .serii-article-about-images a img {
        width: 100%;
        object-fit: cover;
        max-width: 100%;
        object-position: center;
        max-height: 200px;
    }
    .serii-article-about .serii-article-about-text {
        display: block;
    }
}
.serii-article-about .serii-article-about-text p{
    margin-bottom: 1em;
    margin-top: 0em;
}
.serii-article-about .serii-article-about-text a{
    color: #336699;
    border-bottom: solid 1px rgba(51,102,153, 0.5);
}
.serii-article-about .serii-article-about-text a:hover{
    color: #23476b;
}
.serii-article-about .serii-article-about-text ul li{
    list-style-type: none;
    font-size: 12pt;
    font-weight: 400;
    margin-left: 20px;
    text-indent: 0px;
}
.serii-article-about .serii-article-about-text img{
    max-width: 100%;
    max-height: 200px;
}

.serii-article-catalog {
    margin-bottom: 10px;
}
.serii-article-catalog div:not(:last-child) {
    float: left;
    text-align: center;
    width: 120px;
    text-indent: 0px;
    padding-right: 20px;
    position: relative;
}
.serii-article-catalog p {
    font-size: 10pt;
    font-weight: 400;
    text-align: center;
}
.serii-article-catalog a p:after {
    cursor: pointer;
    opacity: 0;
    width: 50px;
    height: 50px;
    content: url("/images/icon_zoom.png");
    position: absolute;
    margin: 40px 0 0 -35px;
    top: 0%;
    left: 50%;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.serii-article-catalog a:hover p:after {
    opacity: 1;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.serii-article-catalog img {
    border: 1px solid #dbd9d9;
    background-color: #ffffff;
    text-indent: 0px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.25);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.serii-article-catalog a:hover img {
    border-color: #84a3c1;
    -webkit-box-shadow: 0 1px 5px rgba(51,102,153, 0.75);
    -moz-box-shadow: 0 1px 5px rgba(51,102,153, 0.75);
    box-shadow: 0 0px 5px rgba(51,102,153, 0.75);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.serii-article-catalog a {
    color: #336699;
}
.serii-article-catalog a:hover {
    text-decoration: underline;
}

.serii-article .serii-article-about .serii-article-about-text > h3 {
    position: relative;
    text-align: left;
}
.serii-article .serii-article-about .serii-article-about-text > h3:not(:first-of-type):before /*h3:nth-of-type(n+2):before*/ {
    width: 100%;
    left: 0%;
    top: -15px;
    position: absolute;
    height: 15px;
    content: "";
    border-top: dotted 2px #cecece;
}
.serii-article .serii-article-about .serii-article-about-text > h3:nth-of-type(n+2) {
    margin-top: 50px;
}

/*** /ÑÒÈËÜ ÒÅÊÑÒÀ ÈÍÔÎÐÌÀÖÈÈ Î ÑÅÐÈÈ ***/
/*** /ÑÒÈËÜ ÈÍÔÎÐÌÀÖÈÈ Î ÑÅÐÈÈ ***/

/*** ÌÅÍÞ ÒÎÂÀÐÎÂ ÑÍÈÇÓ ***/

.serii-article .serii-article-menugoods {
    padding: 10px;
    font-size: 0;
    background-color: #f7f7f7;
    width: 100%;
    -moz-box-sizing:
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.serii-article .serii-article-menugoods, .serii-article-hgoods, .serii-article-fgoods, .serii-article-lgoods {
    *zoom: 1;
    display:-moz-inline-box;
    -moz-box-orient:vertical;
    display:inline-block;
    *display:inline;
}
.serii-article-itemgoods {
    padding: 4px;
    display: inline;
}
.serii-article-itemgoods .opacity {
    opacity: 0.8;
    filter:Alpha(Opacity=80);
}
.serii-article-itemgoods:hover .opacity {
    opacity: 1;
    filter:Alpha(Opacity=100);
}
.serii-article-hgoods, .serii-article-fgoods, .serii-article-lgoods {
    width: 110px;
    margin: 0;
    border: 1px solid #c5c5c5;
    font-size: 9pt;
    padding: 0 2px;
}

.serii-article-itemgoods:hover .serii-article-hgoods, .serii-article-itemgoods:hover .serii-article-fgoods, .serii-article-itemgoods:hover .serii-article-lgoods{
    border-color: #336699;
    border-bottom:none;
}
.serii-article-hgoods img {
    height: 80px;
    margin: 5px 0;
    transition: all .2s linear;
}
.serii-article-itemgoods:hover img {
    height: 90px;
    margin: 0px 0;
    transition: all .2s linear;
}
.serii-article-img {
    height: 85px;
    display: block;
}
.serii-article-hgoods {
    background: #ffffff;
    color: #336699;
    text-align: center;
    font-weight: 400;
    vertical-align: top;
    margin-left: -116px;
    margin-bottom: 6px;
    border-bottom:none;
    margin-top: 8px;
}
.serii-article-fgoods {
    vertical-align: bottom;
    margin-left: -116px;
    border-bottom:none;
}
.serii-article-itemgoods:hover .serii-article-fgoods{
    background: #336699;
    color: #ffffff;
}
.serii-article-lgoods {
    background: #ffffff;
    height: 100px;
    vertical-align: bottom;
    margin-left: -0px;
    border-top:none;
}
.serii-article-itemgoodsno {
    display: inline;
    opacity: 0.0;
    filter:Alpha(Opacity=0);
}


.serii-article .titleShowHide {
    font-family: Arial, sans-serif;
    font-size: 13pt;
    font-weight: bold;
    padding: 7px;
    margin-top: 20px;
    outline: 1px solid #ebebeb;
    background: #ebebeb;
    display: block;
}
.serii-article .titleShowHide a{
    color: #4c4d48;
}

.serii-article  .items {
    font-family: Arial, sans-serif;
    font-size: 11pt;
    font-weight: normal;
    padding: 10px;
    outline: 1px solid #ebebeb;
    padding-top: 20px;
    padding-bottom: 20px;
}
.serii-article  a.item {
    /* padding: 5px; */
    font-family: Arial, sans-serif;
    font-size: 10pt;
    vertical-align: middle;
    text-align: center;
    display: block;
    float:left;
    border: 3px solid #dbd9d9;
    background-color: #ffffff;
    margin: 1px;

    color: #336699;
    height: 145px;
    width: 106px;
    max-width: 106px;
    vertical-align: middle;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 9pt;
}

.serii-article  a.item:hover {
    border: 3px solid #336699;
}
.serii-article  a.item:hover  .content{
    opacity: 1;
}
.serii-article a.item:hover .link{
    background: #336699;
    color: #fff;
}
.serii-article  a.item  .content{
    height: 130px;
    padding: 3px; opacity: 0.8;
    overflow: hidden;
}
.serii-article  a.item  .link{
    padding: 3px;
    color: #4C4D48; font-weight: bold; border: 0; background: #dbd9d9;
}
.serii-article-menugoods-top {
    opacity: 0.4;
    max-height: 30px;
    overflow: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    _display: none;
    position: relative;
}
.serii-article-menugoods-top:hover {
    opacity: 0.7;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}
.serii-article-control {
    position: absolute;
    width: 100%;
    height: 45px;
    top: -5px;
}
.expanded {
    max-height: 1000px;
    opacity: 1;
    _display: block;
    pointer-events: auto;
}
.expanded:hover {
    opacity: 1;
}
.expanded .serii-article-control, .expanded .serii-article-control div {
    height: 0px !important;
}

/*** /ÌÅÍÞ ÒÎÂÀÐÎÂ ÑÍÈÇÓ ***/

.serii-article-hideblock {
    _display: none;
    max-height: 0px;
    _opacity: 0;
    overflow: hidden;
    border: dashed 2px #fff;
}
.serii-article-hide {
    _display: none;
    _opacity: 0;
    max-height: 0px;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    border: dashed 2px #fff;

}
.serii-article-unhide {
    _display: block;
    overflow: hidden;
    _opacity: 1;
    max-height: 3000px;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    border: dashed 2px #eee;
}
.message {
    text-align: center;
    width: 96%;
    left: 2%;
    background-color: #b82c3c;
    color: #fff;
    padding: 5px 0;
    position: absolute;
    margin-top: 28%;
    font-weight: 500;
    opacity: 0.8;
}
/*Tab*/
.tab{
	min-height: 45px;
	text-align: center;
	position: relative;
	font-size: 22px;
	background: #f0f0f0;
	display: inline-flex;
	flex-direction: row;
    flex-wrap: wrap;
	width: 100%;
}
.tab:before, .tab:after {
width: 100%;
left: 0;
position: absolute;
content: "";
}
.tab:before{
top: -1px;
border-bottom: solid 1px #ccc;
}
.tab:after{
bottom: -1px;
border-top: solid 1px #ccc;
}

.tab a{
    color: #777;
    font-size: 24px;
    position: relative;
    height: 55px;
    line-height: 50px;
    /*width: 25%;*/
    flex: 1;
    white-space: nowrap;
    padding: 0 10px;
}
@media(max-width: 991px) {
    .tab {
        background: none;
    }
    .tab a {
        background: #f0f0f0;
        margin-bottom: 5px;
    }
    .tab:before,
    .tab:after {
        display: none;
    }
}
.tab a.active.about{
	order: -1;
}

.tab a.about {
    margin-left: 0;
}

.tab a.active, .tab a.disactive:hover {
    color: #5b84ad;
    background-color: #dfdfdf;
    display: block;
}

.content_page .serii-article .serii-article-menugoods {
    margin-bottom: 20px;
    background-color: #fff;
}
.content_page .content-series h2 span:before,
.content_page .content-series h2 span:after,
.content_page .content-series h2:before {
    width: 0% !important;
}
.marg-bot-20{
    margin-bottom:20px;
}
.content-series h2.heding, .content_page .content-series h2 {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0px;
    font-weight: 300;
    margin: 20px 0;
    display: block;
    text-align: center;
    position: relative;
    color: #4C4D48;
}
@media(max-width: 991px) {
    .content-series h2.heding {
        font-size: 32px;
    }
}
@media(max-width: 600px) {
    .content-series h2.heding {
        font-size: 28px;
    }
}
.content-series h2.heding#head-filter {

}
.content-series h2.alltm.heding {
    float: left;
    padding-left: 45px;
    margin-top: 10px;
}
.content-series h2.heding span {
    position: relative;
    padding: 0 30px;
    /*min-width: 400px;*/
    display: inline-block;
}
.onoffswitch-container{
    clear: both;
    text-align: center;
    margin-bottom:20px;
}
.onoffswitch-container > span{
    position: relative;
    top:-10px;
}
.onoffswitch {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    margin:0 10px;
    display:inline-block;
    overflow: hidden;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #5B84AD; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "";
    padding-left: 10px;
    background-color: #FFFFFF; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "";
    padding-right: 10px;
    background-color: #FFFFFF; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 20px; margin: 5px;
    background: #5B84AD;
    position: absolute; top: 0; bottom: 0;
    right: 56px;
    border: 2px solid #5B84AD; border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + a .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + a .onoffswitch-label .onoffswitch-switch {
    right: 0px;
    background-color: #5B84AD;
}

.trb-selection {
    display: flex;
    flex-wrap: wrap;
}

.tabs-news {
    display: flex;
    flex-wrap: wrap;
}
.tabs-news ~ br {
    display: none;
}
.tabs-news li {
    min-width: 110px;
    max-width: 110px;
    margin: 0 1px 15px 0;
    color: #777;
    cursor: pointer;
    position: relative;
    text-align: center;
    line-height: 1;
}
.tabs-news li:before {
    display: none !important;
}

.tabs-news li.current-news {
    color: #336699;
    font-weight: bold;
}

.tabs-news li img {
    border: 2px solid #dbd9d9;
    margin-bottom: 2px;
}

.tabs-news li.current-news img {
    border: 2px solid #336699;
}
