* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    transition: 0.2s;
}

:root
{
    --cred:#f80000;
    --cdarkblue:#1a3962;
    --cgray:#6e6e6e;
}

body {
    font-family: 'Helvetica Neue Light',sans-serif;
    font-size: 16px;
    line-height: 1.3;
    width: 100%;
    min-width: 1140px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    position: relative;
    background: #f2f2f2;
    overflow-x:hidden;
}

div {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: var(--cdarkblue);
}

.uk-grid > *:empty {
    margin:0;
    padding:0;
    width: 0;
    height: 0;
}

[class*="uk-align-"] {
    margin-bottom:0;
}


.header-top .main_nav_container
{
    height: 137px;
    background-color: #fcfcfc;
    width: 100%;
    position: relative;
    transition: all 0.4s ease 0s;
    z-index: 100;
}

.header-top.uk-active .main_nav_container
{
    height:80px;
    transition: all 0.4s ease 0s;
}
.header-top.uk-active .main_nav_container .logorus
{
   margin-top: 0px;
   padding: 10px;
   width: 200px;
   transition: all 0.4s ease 0s;
}

.header-top.uk-active .main_nav_container .rtm 
{
    font-size: 15px;
}

.header-top.uk-active .main_nav_container .nav_menu
{
    font-size: 12px;
}



.header-top.uk-active .main_nav_container .rtm .mail,
.header-top.uk-active .main_nav_container .rtm .phone
{
    padding: 5px;
}

.header-top.uk-active .main_nav_container .nav_menu ul > li.level-1::after
{
    margin: -10px 0px 0px 10px;
}

.header-top.uk-active .main_nav_container .nav_menu ul > li.level-1 > a::before
{
    top: 70%;
}

.header-top.uk-active .main_nav_container .nav_menu ul > li.level-1:hover > a::before, 
.header-top.uk-active .main_nav_container .nav_menu ul > li.level-1.active > a::before
{
    top: 70%;   
}

.header-top.uk-active .main_nav_container .nav_menu ul > li.level-1::after
{
    font-size:33px;
}

h2.line_before::before {
    content: '';
    width: 40px;
    border-bottom: solid 2px var(--cred);
    z-index: 1;
    display: inline-block;
    margin-left: 2px;
    position: relative;
    top: 3px;
}
.header-top.uk-active .nav_menu li 
{
    padding-top: 5px;
    padding-bottom: 5px;
}

.header-top.uk-active .nav_menu ul
{
    padding-bottom: 16px;
    transition: all 0.4s ease 0s;
}

.header-top.uk-active .logow .logo
{
    top: -250px;
    left:-250px;
    transition: all 1.0s ease 0s;
}


.main_nav_container .logorus
{
    position: relative;
    width: 280px;
    height: auto;
    padding: 20px;
    padding-left: 0;
    overflow: hidden;
}

.main_nav_container .rtm
{
    text-align:right;
    font-size: 20px;
    color: var(--cdarkblue);
    border-bottom: 1px solid #e4e4e4;
}

.main_nav_container .mail
{
    display: inline-block;
    padding: 15px;
    padding-right: 50px;  
}

.main_nav_container .phone
{
    display: inline-block;
    padding: 15px;
    padding-right: 0;
}

.main_nav_container .rtm i
{
    padding-right: 10px;
}
.main_nav_container .rtm a
{
    color: var(--cdarkblue);
}

.logow {
    background-image: url('/assets/images/favicon.png');
    background-repeat: no-repeat;
    background-size: 70px 70px;
    background-position-x: 70px;
    position: relative;
    background-position-y: center;
}

.logow .logo
{
    background-color: #fff;
    box-shadow: inset 0px 0px 1px #fff,0 0 80px #ccc;
    width: 270px;
    height: auto;
    padding: 55px;
    border-bottom-right-radius: 168px;
    padding-left: 60px;
    padding-top: 25px;
    z-index: 95;
    position: absolute;
    top: 0px;
    left:0px;
    transition: all 0.7s ease 0s;
}

.nav_menu {
    padding: 0;
    margin-top: 5px;
    margin-right: 0px;
    font-size: 18px;
    transition: all 0.4s ease 0s;
}

.nav_menu ul > li.level-1.last
{
   padding-right:0; 
}

.nav_menu li a
{
    text-decoration:none;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.nav_menu li a:hover
{
    color: #b5aec4;
}

.nav_menu ul {
    text-align: right;
    padding-left: 0px;
    margin: 0;
    padding-bottom: 27px;
    transition: all 0.4s ease 0s;
}

.nav_menu ul > li {
    position: relative;
}

.nav_menu ul > li.level-1
{

}

.nav_menu ul > li.level-1 > a::before
{
    content: "\f107";
    color: var(--cgray);
    font-family: FontAwesome;
    position: absolute;
    top: 80%;
    right: 45%;
    font-size: 18px;
}


.nav_menu li a
{
    color: var(--cdarkblue);
}

.nav_menu ul > li.level-1:hover > a::before, 
.nav_menu ul > li.level-1.active  > a::before
{
      font-size: 20px;
      color: var(--cred); 
}


.nav_menu ul > li.leve1l-1 > a::after {

}



.nav_menu ul > li.level-1::after {
    content: "/";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    color: #c5c5c5;
    font-size: 50px;
    margin: -20px 0px 0px 7px;
    font-weight: 100;
}

.nav_menu ul > li.level-1:last-child:after
{
    content: "";
}

.nav_menu ul > li.level-1::last-child
{
    padding-right:0;
    
    
}



.nav_menu ul > li.level-1:hover:after {
    
}

.nav_menu ul > li.level-1:hover > a {
    color: var(--cred);
}

/* .nav_menu ul > li.level-1 > a {
    pointer-events: none;
} */

.nav_menu ul > li.level-3 {
    display: none;
}
 /*
.nav_menu ul > li:hover ul {
    display: block;
    opacity: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    
}
 */



.nav_menu ul > li:hover ul
{
   opacity: 1;
   visibility: visible;
}

.nav_menu ul > li > ul {
    posi1tion: relative;
}

.nav_menu ul > li.level-1 > ul {
    min-width: 300px;
    text-align: left;
}


.nav_menu ul > li > ul {
    height: auto;
    text-align: left;
}

.nav_menu ul > li ul li {
    width: 100%;
    padding-left: 21px;
}


.nav_menu ul > li.level-1 > ul > li.level-2:hover > a {
    color: #fff !important;

}

.nav_menu ul > li.level-1 > ul > li.level-2:hover {
      
}

.nav_menu ul > li.level-1 > ul > li.level-2 > a {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #fff;
}

.nav_menu ul > li.level-1 > ul > li.level-2 > a:hover {
    color: var(--cred) !important;
}

.nav_menu ul > li.level-1 > ul > li.level-2 > ul {
    padding: 5px 0;
    padding-left: 30px;
}

.nav_menu ul > li.level-1 > ul > li.level-2 {
    padding: 5px 10px;
    padding-left: 15px;
    display: block;
    border-bottom:1px solid #ddd;
    wi1dth: auto;
    position: relative;
}

.nav_menu ul > li.level-1 > ul > li.level-2 {

    padding: 5px 0px;
    padding-left: 15px;
    display: block;
    width: auto;
    position: relative;
    border-bottom:unset;
}


.nav_menu ul > li.level-1 > ul > li.level-2::before
{
    content: "\f105";
    color: var(--cred);
    font-family: FontAwesome;
    display: inline;
    font-size: 30px;
    margin-right: 8px;
    position: relative;
    top: 6px;
}

.nav_menu ul > li.level-1 > ul > li.level-2 > ul > li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: -3px;
    right: 0;
    color: #999999;
}

.uk-form .control-group
{
    margin: 10px 0 10px 0;
}



/* 
.nav_menu ul > li:hover ul li a {
    color: #747474; :nth-child(3)
} */
/* 
.nav_menu ul > li:hover ul li:hover a {
    color: #ffffff;
} */

.nav_menu ul > li > ul {
    visibility: hidden;
    display: block;
    -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out, -moz-transform 0.2s ease-out;
    transition: opacity 0.2s ease-out, transform 0.2s ease-out;
    opacity: 0;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 5;
    background: var(--clrdarkblue2);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}



.nav_menu ul > li.level-1 > ul {
    padding-top: 0px;
    padding-bottom: 0px;
    left: -100px;
    background: var(--cdarkblue);
    z-index: 100;
}


.nav_menu ul > li.level-1 > ul > li > ul {
    display: block;
    position: relative;
    top: 0;
    z-index: 0;
    box-shadow: none;
    padding: 0;
    background: none;
}

.nav_menu ul > li.level-1 > ul > li > ul > li {
    display: inline-block;
    padding: 0;
    width: auto;   
    position: relative;
    padding: 5px 0px;
}


.nav_menu li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    padding: 15px 15px;
    display: inline-block;
}


.menu_red 
{
    text-align:right;
    z-index: 90;
    background-color: var(--cdarkblue);
    box-shadow: 0px 5px 10px #fff;
}

#home .menu_red 
{
    background-color: unset;
    box-shadow: unset;
}
.menu_red div {
    display: inline-block;
    padding: 7px 15px;
    background: var(--cred);
    border-right: 1px solid #fff;
}
.menu_red div i
{
    font-size: 16px;
    color: #fff;
    margin-right: 7px;
}
.menu_red div a
{
    color: #fff;
}

ul.uk-breadcrumb
{
    padding: 25px 0px;

}

ul.uk-breadcrumb a
{
    color: var(--cdarkblue);
}

ul.uk-breadcrumb a:hover
{
    text-decoration:underline;
    color: var(--cdarkblue);
}

.uk-breadcrumb > li:nth-child(n+2)::before {
    color: red;
}

.header-top
{
    z-index:100;
}

.header-top.uk-active .main_nav_container
{
    height:80px;
    transition: all 0.4s ease 0s;
    box-shadow: inset 0px 0px 1px #fff,0 0 10px #000;
}

.slider_wrapper
{
    top:-30px;
}

.slider_wrapper .slide img {
    width: 100%;
    height: auto;
}

.slider_wrapper .slide_control {
    position: relative;
    bottom: 35px;
}

.slider_wrapper .meta_box  {
    position: absolute;
    top: 20%;
    left: 50px;
    color: white;
    z-index: 2;
    width: 500px;
    text-shadow: 1px 1px 2px #494646;
}

.slider_wrapper .meta_box h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: white;
}

.slider_wrapper .meta_box p {
    font-size: 17.7px;
    line-height: 1.6;
    margin: 0 0 10px;
}


.slider_wrapper .slide .btn-slide {
    position: relative;
    z-index: 2;
    width: 500px;
    margin-top: 25px;
}


.slider_wrapper .slide .btn-slide a, 
.slider_wrapper .slide .btn-slide a:link, 
.slider_wrapper .slide .btn-slide a:visited {
    position: relative;
    dispaly: block;
    color: white;
    padding: 8px 20px;
        padding-top: 8px;
    text-transform: uppercase;
    background-color: #ea0121;
    border-radius: 25px;
    z-index: 2;
    text-decoration: none;
}

.slider_wrapper .uk-dotnav 
{
    text-align: center;
    display: inline-block;
    position: relative;
    bottom: 50px;
    margin: 0 auto;
    left: 50%;
}

.slider_wrapper .uk-dotnav  .uk-active a
{
    background: rgb(249, 249, 249);
}

.slider_wrapper .uk-dotnav  a
{
    background: rgb(100, 100, 100);
}

.slider_wrapper .uk-dotnav > * > :focus, .slider_wrapper .uk-dotnav > * > :hover {
    background: rgb(249, 249, 249);
    outline: 0;
}

.slider_wrapper .uk-slidenav-previous::before
{
    content: "<";
}

.slider_wrapper .uk-slidenav-next::before
{
    content: ">";
}

.slider_wrapper .slide_control .uk-slidenav-next {
    left: 200px;
}

.homelist, .news, .sevises
{
    margin-bottom: 60px;
}

.homelist .title h1,
#home .title h2,
#inner .title h1
{
    text-align: center;
    font-size: 37px;
    color: var(--cdarkblue);
    background-color: inherit;
    width: auto;
    display: inline-block;
    z-index: 3;
    padding: 0 20px 0 20px;
    position: relative;
    fo1nt-weight: lighter;
    margin: 0;
    text-tra1nsform: uppercase;
    margin-bottom: 20px;
}
.homelist .title h1
{
    margin-bottom:60px;
}

#inner .title h1
{
   margin-bottom: 0px; 
}

.homelist .title h1::before, 
#home .title h2::before
{
content: '';
width: 40px;
border-bottom: solid 2px var(--cred);
display: inline-block;
margin-left: 2px;
position: relative;
top: 3px;
z-index: 1;
}

#inner .title h1::before
{
    content: '';
    width: 40px;
    border-bottom: solid 2px var(--cred);
    display: inline-block;
    margin-left: 2px;
    position: relative;
    top: 3px;
    z-index: 1;
}

#inner .product-item h2{
    font-size:24px;
    color:var(--cdarkblue);
    margin-bottom: 0px;
    
}

#inner .product-item h2::before
{
    content: '';
    width: 30px;
    border-bottom: solid 2px var(--cred);
    display: inline-block;
    margin-left: 2px;
    position: relative;
    top: 3px;
    z-index: 1;    
}

#inner  h2{
    font-size:24px;
    color:var(--cdarkblue);
    margin-bottom: 30px;
}

#inner  h2::before
{
    content: '';
    width: 30px;
    border-bottom: solid 2px var(--cred);
    display: inline-block;
    margin-left: 2px;
    position: relative;
    top: 3px;
    z-index: 1;    
}

#inner  h2 a{
    color:var(--cdarkblue);
}

#inner .Series h1
{
    text-align:left;
    padding: 0;
}

.homelist .item {
    text-align: center;
    cursor: pointer;
    width: 300px;
    height: 300px;
    padding: 15px;
    display: inline-block;
    border: 1px solid rgba(198, 198, 198, 0.4);
    padding-bottom: 30px;
    box-shadow: inset 0 0 1px #fff,0 0 1em #ccc;
    border-radius: 5px;
    z-index: 1;
    background: rgba(231, 231, 231, 0.17);
        min-height: 300px;
    max-height: 400px;
}

.homelist .item .img img
{
    
    width: 230px;    
    height: auto;
    padding: 40px;
    transition: 0.3s;
}

.homelist .item .img 
{
    width: 240px; 
    margin: 0 auto;

}

.homelist .item:hover .img img{
    padding: 20px;
    width: 250px;
    transition: 0.3s;
}

.homelist .item .desc
{
    font-style: italic;
    text-align: left;
    margin-left: 25px;
    
}
.homelist .item .title{
    font-size: 26px;
    text-transform: uppercase;
    color: var(--cred);
}

.homelist .item a
{
    text-decoration-color: var(--cred);
}


#home .title a{
    color: var(--cdarkblue);
}

.news .new .block
{
    background-color: white;
    display: inline-block;
    box-shadow: 2px 2px 5px #ccc;
    position: relative;
    margin: 5px;
    min-height: 370px;
    max-height: 370px;
    text-align: center;
    background-repeat: no-repeat;
}

.news .new .block .content
{
    width: 90%;
    background-color: white;
    text-align: center;
    z-index: 3;
    padding: 6% 4% 5% 6%;
    position: absolute;
    margin-top: 50%;
    display: inline-block;
    min-height: 200px;
    max-height: 300px;
    bottom: 0;
    left: 5%;
    right: 0;
}
.news .new .block .content h2, 
.news .new .block .content h3,
#inner .news .new .block .content h2, 
#inner  .news .new .block .content h3
{
    font-size: 14px;
    margin-bottom: 8px;
    text-transform: uppercase;
    color: var(--cdarkblue);
    margin-top: 0;
    font-weight: bold;
}

#inner .news .new .block .content h2::before {
    content: unset;
}


.news .new .block .content p 
{
    margin-bottom: 6px;
    color: #0c0d0d;
    font-size: 13px;
    line-height: 20px;
    max-height: 84px;
    overflow: hidden;
}

.news .new .block .content .btn-red
{
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    bottom: 10%;
    color: var(--cdarkblue);
}

.news .new .block .content .btn-red:hover
{
    color: var(--cred);
}

.news .new .block .content .btn-red::before {
    content: "\f105";
    color: var(--cred);
    font-family: FontAwesome;
    margin-right: 7px;
    font-size: 19px;
}


.footermenu
{
    padding-top: 40px;
    padding-bottom: 40px;
}

.footermenu ul
 {
    text-align: left;
    padding: 0;
    margin: 0;
}

.footermenu  li {
    list-style: none;
    position: relative;
}

.footermenu ul > li.footerlevel-1 
{
    display: inline-block;
    vertical-align: top;
    padding:10px 9px;
    
}

.footermenu ul > li.footerlevel-1 > a
{
    text-transform: uppercase;
}

.footermenu ul li a
{
    color:#fff;

}

.footermenu ul > li.footerlevel-2 
{
    display: block;
    vertical-align: top;
    font-size: 13px;
    padding: 8px 0px;
}


.prefooter
{
    background-color: #01366c;
    background-image: url("/assets/images/logo_footer.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 500px 500px;
}

.prefooter > .uk-width-1-1
{
    padding:0;
    margin:0;
}

.prefooter > .uk-width-1-1 > .uk-container
{
    width: 100%;
}

.prefooter .footerlogo
{
    position: relative;
    float: right;
    padding-top: 50px;
}

.footer_wrapper 
{
    background:var(--cdarkblue);
}

.footer_wrapper .left_fot_col 
{
    color: white;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 13px;
}

.footer_wrapper .left_fot_col a
{ 
     color: white;   
     
}

.footer_wrapper .left_fot_col img
{
    filter: saturate(40%);
    width: 125px;
    margin-right: 15px;
    float:left;
}

.footer_wrapper .left_fot_col .tit
{
    margin-bottom: 15px;
}

.sevises .serv img
{
    float:left; 
}

.sevises .serv ul
{
    position: absolute;
    right: 15px;
    margin: 30px;
    list-style: none;
}

.sevises .serv ul li{
    color: #fff;
    line-height: 34px;
}

.sevises .serv ul li a{
    color: #fff;
}

.sevises .serv ul li::before {
    content: "\f105";
    color: #fff;
    font-family: FontAwesome;
    margin-right: 7px;
    font-size: 19px;
}

.butn-container
{
    position: absolute;
    bottom: 35px;
    right: 15px;
    margin: 30px;
}

.butn-red
{
    background: red;
    padding: 10px 45px;
    color: #fff;
    cursor: pointer;
    border-radius: 25px;
    line-height: normal;
    vertical-align: middle;
    font-size: 19px;
    transition: 0.3s;
    margin-top: 20px;
}

a .butn-red 
{
    color: #fff;
}

a .butn-red :hover
{
    color: var(--cdarkblue);
}


.butn-red::before {
    content: "\f105";
    color: #fff;
    font-family: FontAwesome;
    margin-right: 7px;
    font-size: 27px;
    vertical-align: middle;
    position: relative;
    top: -3px;
    transition: 0.3s;
}

.butn-red:hover
{
    background: #fff;
    color: var(--cdarkblue); 
}

.butn-red:hover:before
{
   color: var(--cred);
}

.butn-red:active:before
{
    color: var(--cdarkblue); 
} 

.industrys .panel {
    opacity: 1;
    height: 240px;
    width: 100%;
    text-align: center;
    padding: 75px 200px;
    color: var(--cdarkblue);
    font-size: 26px;
    font-weight: bold;
    text-shadow: 1px 1px 2px #fff;
    z-index: 1;
}

.industrys .panel::before {
    content: "";
    opacity: 0.3;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0;
    background-image: url('/assets/images/industry/industrymain1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 35px;

}

.inds
{
    padding-top: 15px;
    padding-bottom: 15px;
    height: 100px;
}

.inds .industry
{
    float:left;
    padding: 10px 7px;
}

.inds .industry:hover
{
    padding: 10px 2px;
}

.inds .industry:hover img
{
    width: 183px;
}

.inds .industry img
{
    width: 173px;
    height:auto;
}

.inds .industry img:last-child
{
    
}


.content
{
    line-height: 1.8;
    padding: 25px 0px;
}
 
.Series .content {
    padding-bottom: 0px;
}
 
#inner .text_box
{

    
}


.element .etitle
{
    margin-bottom: 35px;
    margin-top: 70px;
}

.element .text 
{
    padding-left: 20px;
}

.element .text a
{
    text-decoration:none;
}
.filterPanel
{
    
}

.filterPanel .filter select
{
    background: url(/assets/images/menu_arrow.png) center right no-repeat;
    font-size: 12px;
    width: 100%;
    text-transform: uppercase;
    padding: 25px 20px;
    margin-left: 12px;
    margin-top: 12px;
    border: 1px solid var(--cdarkblue);
    border-radius: 0;
    background-color: transparent;
    color: var(--cdarkblue);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: 90% center;
}

.butn-reset
{
    width: 340px;
    margin: 0 auto;
}

.hide1 ,.hide2, .hide3 {
    display:none;
}

/*анимация*/
.order {
  width: 220px;
  text-decoration: none;
  outline: none;
  display: inline-block;
  padding: 20px 30px;
  margin: 10px 20px;
  position: relative;
  color: red;
  border: 1px solid red;
  background:  none;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 24px;
  }
  .order:before,
  .order:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    box-sizing: border-box;
  }
  .order:before {
    bottom: 0;
    left: 0;
    border-left: 1px solid red;
    border-top: 1px solid red;
    transition: 0s ease opacity .8s, .2s ease width .4s, .2s ease height .6s;
  }
  .order:after {
    top: 0;
    right: 0;
    border-right: 1px solid red;
    border-bottom: 1px solid red;
    transition: 0s ease opacity .4s, .2s ease width , .2s ease height .2s;
  }
  .order:hover:before,
  .order:hover:after{
    height: 100%;
    width: 100%;
    opacity: 1;
  }
  .order:hover:before {transition: 0s ease opacity 0s, .2s ease height, .2s ease width .2s;}
  .order:hover:after {transition: 0s ease opacity .4s, .2s ease height .4s , .2s ease width .6s;}
  .order:hover {background: rgba(255,255,255,.2);
  cursor: pointer;}


.products .product-item
{
    background-color: rgba(0,0,0,0.01);
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 300px;
    min-width: 300px;
    position: relative;
    color: #496c9b;
    overflow: hidden;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    margin: 13px;
    width: 30%;
    background-position-x: -40px;
}

.products .product-item:hover
{
    box-shadow: 0px 0px 20px 8px #8d8b8b;
    background-color: #fefefe;
}

.products img
{
    width: auto;
    height: 200px;
    margin: auto;
    display: block;
}
.products img:hover
{
    filter: brightness(150%) drop-shadow(1px 1px 20px #c6c6c6);
    transform: scale(1.1);
}

.products .product-panel
{
    padding-top: 20px;
    padding-bottom: 20px;
}

.products .ind_block_title
{
    height: 70px;
}

#inner .products .product-panel h2::before
{
    width: 0px;
}

.products .product-panel .block-right
{
    padding-left:0;
}
.products .product-panel .block-right .ind
{
    text-align: center;
}


.products .ind_block_title .do
{
    display: block;
    font-size: 18px;
    font-style: italic;
}

.products .avr .ind_block_title .do
{
    display: block;
    font-size: 11px;
    font-style: italic;
}

.products .ind_block_title .power
{
    font-size: 40px;
    font-style: normal;
    font-weight: bold;
    margin-right: 10px;
}

.products .avr .ind_block_title .power
{
    font-size: 25px;
    font-style: normal;
    font-weight: bold;
    margin-right: 10px;
}

.products .avr .block-left
{
    padding-top: 40px;
}

.products .ind_block_title .edi
{
    font-size: 18px;
    font-style: italic; 
}

.products .ind
{
    font-size: 15px;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
}

.products .avr .ind
{
    color:#496c9b;
}

.products .product-item h2::after
{
    content: '';
    width: 40px;
    border-bottom: solid 2px var(--cred);
    z-index: 1;
    display: inline-block;
    margin-left: 2px;
    position: relative;
    top: 3px;
}

#home .products .title h2::after 
{
    width: 0px;
}

#home .products  
{
    margin-bottom: 60px;
}

#home .title .img
{
    display: inline-block;
    margin-left: 20px;
    top: -10px;
}

#home .title  .img img
{
    height: 30px;
    display: inline-block;
}

#home .title .img img:hover {
    filter: unset;
    transform: scale(1.1);
}
.products .title .hdesc
{
    padding: 10px 0 0 65px;
    color: #909090;
    font-style: italic;
    text-align: left;
    width: 500px;
}


.products a
{
    color: var(--cdarkblue);
}

.Series .productsListProp
{
     margin-bottom: 55px;
}

.Series .productsListProp div
{
    padding-left: 10px;    
}


.Series .productsListProp .header
{
    margin-top: 25px;
    padding-bottom: 15px;
    border: 1px solid #dbdbdb;
    background: #fff;
    padding-top: 10px;
    font-size: 14px;
    color: var(--cdarkblue);
    
}

.Series .productsListProp .header.last
{
    border: unset;
    background: unset;
}

.Series .productsListProp .value
{
    background: #fff;
    margin: 0px;
    border-top: 10px solid #f2f2f2;
    padding-top: 5px;
    border-right: 5px solid #f2f2f2;
    padding-bottom: 5px;
}

.Series .productsListProp .value a
{    
    text-decoration: none;
    color: var(--cdarkblue);
}

.Series .productsListProp .value a::hover
{

}

.Series .productsListProp .value a::before {
    content: "\f105";
    color: var(--cdarkblue);
    font-family: FontAwesome;
    display: inline;
    font-size: 15px;
    margin-right: 8px;
    position: relative;
    top: 0px;
    text-decoration: none;

}

.Series .productsListProp .value a:hover:before {
    text-decoration: none;
    color: var(--cred);
    padding-left:10px;
}

.Series .productsListProp .last
{
    width:20%;
}

.Series .productsListProp .header::before {
    content: "\f105";
    color: var(--cred);
    font-family: FontAwesome;
    display: inline;
    font-size: 15px;
    margin-right: 8px;
    position: relative;
    top: 0px;
}

.Series .productsListProp .header.last::before {
    content: "";
}

.Series .Image
{
    text-align: center;  
}

.Series .Image .ImgContainer img
{
    height: 300px;
    width: auto;
}

.Series .Image .Panel
{
    margin-top: 60px;
    color: var(--cdarkblue);
}
.Series .Image .Panel a
{
    color: var(--cdarkblue);    
}
.Series .Image .Panel .price
{
    width:40%;
}

.Series .Image .Panel .price:hover i
{
    color: var(--cred);
}

.Series .Image .Panel .info
{
    margin-left:30px;
}
.Series .Image .Panel .info:hover i
{
    color: var(--cred);
}

.Series .Image .Panel .pdf:hover i
{
    color: var(--cred);
}

.Series .Image .Panel i {
    padding-right: 10px;
}
.Series .Image .ImgContainer
{
    background-image: url("/assets/images/podloshka_8.png");
    background-position: 50%;
    opacity: 0.85;
    filter: brightness(150%) drop-shadow(1px 1px 20px #c6c6c6);
    background-position-y: 25%;
    height: 400px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.Series .Image .ImgContainer:hover
{
    opacity: 1.0;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.Series .Param
{
    margin-top: 40px;
    margin-bottom: 50px;
}

.Series .Param .title
{   
    margin: 0;
    font-size: 17px;
    line-height: 1.5;
    color: var(--cdarkblue);
    font-weight: bold;
    font-family: "Helvetica Neue Bold", Arial;
}

.Series .Param .value
{
    margin-bottom: 5px;
    font-family: monospace;
}

.Series .Param .value:hover
{
    font-weight: bold;
}


.all-content-wrapper .uk-tab 
{
    margin-top:40px;
}

.uk-tab > li > a
{
    background: var(--cdarkblue);
    color: #fff;
    font-size: 13px;
}

.uk-tab > li.uk-active > a::before
{
    content: "\f105";
    color: var(--cred);
    font-family: FontAwesome;
    display: inline;
    font-size: 15px;
    margin-right: 8px;
    position: relative;
    top: 0px;
}

.uk-tab > li > a:hover, 
.uk-tab > li > a:focus, 
.uk-tab > li.uk-open > a,
.uk-tab > li.uk-active > a
{
     color: var(--cdarkblue);
    background: #fff;

}

.uk-tab > li:nth-child(n+2) > a {
    margin-left: 1px;
}

.Series .uk-switcher .DataValue
{
    padding: 30px;
    background: #fff;
    
}

.Series .uk-switcher .DataValue .title,
.Series .uk-switcher .DataValue .description
{
    line-height:1.3;
    background: #f5f5f5;
    margin-bottom:10px;
    padding: 20px;
}


.DataValue ul {
    list-style: none;
    margin-left: 0;
    padding-left: 1.2em;
    text-indent: -1.2em;
}

.DataValue ul li:before {
    content: "\f105";
    color: var(--cred);
    font-family: FontAwesome;
    display: inline;
    font-size: 15px;
    margin-right: 8px;
    position: relative;
    top: 0px;
}

#home .text_content_box .content ul
{
    list-style-image: url(/assets/css/images/validation.png);
}


#home .text_content_mar_box  {
    -webkit-column-width: 200px;
    -moz-column-width: 200px;
    column-width: 200px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-column-rule: 0px solid #ccc;
    -moz-column-rule: 0px solid #ccc;
    column-rule: 0px solid #ccc;
    backgr1ound: linear-gradient(to right, #f3f3f3 0%, #f3f3f3 calc(50% + 17px), white 50%, white 100%);
    padding-bottom: 0px;
}

#home .text_content_mar_box p {
    text-align: justify;
    padding-top: 3px;

}
#home .text_content_mar_box ul li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

#inner .main-image
{
    position:relative;
}

#inner .main-image .img-responsive
{
    display: block;
    max-width: 100%;
    height: auto;  
    width: 100%;
    filter: blur(2.6px);
}

#inner .uk-container-expand .main-image
{
    height: 300px;
    overflow: hidden;
    position: relative;
}


#inner .uk-container-expand .main-image img
{
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

#inner .uk-container-expand .text_box .title
{
    padding: 30px 0;
    padding-top: 0;
}

#inner .main-image h1.ruph1
{
    position: absolute;
    color: white;
    top: 41%;
    margin: 0;
    font-family: "Helvetica Neue Bold", Arial;
    text-transform: uppercase;
    text-align: center;
    font-size: 40px;
    padding: 0 15%;
    display: block;
    width: 100%;
    text-shadow: 2px 2px 3px black, 0 0 3px #575757;
}

#inner .main-image h1.ruph1.db
{
    color: var(--cdarkblue);
    text-shadow: unset;
}

#inner .text_content_box .date
{
    text-align: right;
    padding: 20px 0;
    color: var(--cred);
}

#inner .text_box .text_content_box .pretext
{
    padding: 20px 0px;    
}
 
#inner .ext-image 
{
    text-align:center;
    padding-bottom: 40px;
}
#home .all-content-wrapper,
#inner .all-content-wrapper
{
    overflow: hidden;
}
#home .all-content-wrapper .water
{
    background-image: url(/assets/images/back2.png);
    opacity: 0.05;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    width: 500%;
    height: 500%;
    top: -65%;
    left: -80%;
    overflow: hidden;
}

#inner .all-content-wrapper .water
{
    background-image: url(/assets/images/back2.png);
    opacity: 0.05;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    width: 350%;
    height: 500%;
    top: -65%;
    left: -80%;
    overflow: hidden;
}
#inner .all-content-wrapper .water
{
    background-image: url(/assets/images/back2.png);
    opacity: 0.05;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    width: 260%;
    height: 500%;
    top: -65%;
    left: -80%;
    overflow: hidden;
}

#inner .all-content-wrapper .content-wrapper
{
   padding-bottom:30px; 
}

#inner .all-content-wrapper .Series .content-wrapper
{
   padding-top:30px; 
}

.contact_box .info
{
    width: 300px;
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    height: 300px;

}

.contact_box h2
{
  text-align: left;   
}
.contact_box .info .postTitle
{
    color: var(--cdarkblue);
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 20px;
}

.contact_box .info .infoText
{
    line-height: 1.6;  
}

.DataValue table tr td
{
    border: 2px solid #cecece;
}

.DataValue table tr td p
{
    margin: 15px;
}

