@import url("css/reset-min.css");
@import url("fonts/fonts.css");
@import url("css/animate.css");




* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
   font-family: 'Open Sans', sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }


/**
 * Remove default margin.
 */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

body {
	font-family: 'Open Sans', Arial, Tahoma, Verdana, sans-serif;
	/*font-size: 12px; /* font-size 1em = 10px */
    font-size: 1em; /* font-size 1em = 10px */
	color:#2b2b2b;
    background: url("i/bg-top.png") top left repeat-x;
    background-color: #dde6ed;
	width:100%;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;       
}

b, strong {
    font-family: 'Open Sans Bold';
    font-weight: normal;
}

i, em {
    font-family: 'Open Sans Italic';
    font-style: normal;
}

strong em,
b em,
strong i,
b i {
    font-family: 'Open Sans Bold Italic';
    font-style: normal;   
}


.bg {
    background-position: 0 0;
    background-repeat: no-repeat;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    background-image: url("i/bg.svg");
    top: -37px;
    min-height: 1161px;
}

.clear {
    clear: both;
    font-size: 0;
}
.clearfix:before, .clearfix:after { content: " "; display: table; } .clearfix:after { clear: both; } .clearfix { *zoom: 1; }


.layout {
    width: 100%;
}

.layout .content {
    padding: 3.6111%;
}

.ui-header, .ui-footer {
    border-width: 0 !important;
}

.header {
    text-align: center;
    background-color: transparent !important;
}

.header .logo {
    display: inline-block;
    width: 55%;
    padding: 1em 0 0;
}

.header .logo img {
    max-width: 100%;
}

.sprite {
    background-image: url(spritesheet.png);
    background-repeat: no-repeat;
    display: block;
}

.sprite-arr-back {
    width: 41px;
    height: 75px;
    background-position: -5px -5px;
}

.sprite-arr-bottom {
    width: 54px;
    height: 29px;
    background-position: -56px -5px;
}

.sprite-arr-next {
    width: 41px;
    height: 75px;
    background-position: -120px -5px;
}

.sprite-arr-top {
    width: 54px;
    height: 29px;
    background-position: -171px -5px;
}

.sprite-back {
    width: 75px;
    height: 57px;
    background-position: -171px -44px;
}

.sprite-ic-phone1 {
    width: 113px;
    height: 113px;
    background-position: -5px -90px;
}

.sprite-mpanov {
    width: 84px;
    height: 85px;
    background-position: -128px -111px;
}

.sprite-next {
    width: 87px;
    height: 86px;
    background-position: -256px -5px;
}

.sprite-prew {
    width: 87px;
    height: 86px;
    background-position: -256px -101px;
}

.sprite-search {
    width: 60px;
    height: 60px;
    background-position: -222px -197px;
}

.sprite-shop {
    width: 80px;
    height: 67px;
    background-position: -5px -267px;
}

.yellow {
    background: #f1c91b;
    background: url("images/gr_yellow.png") repeat-y;
    background-image: -moz-linear-gradient(left, #eec40b, #fcde62);
    background-image: -ms-linear-gradient(left, #eec40b, #fcde62);
    background-image: -o-linear-gradient(left, #eec40b, #fcde62);
    background-image: -webkit-gradient(linear, left top, right top, from(#eec40b), to(#fcde62));
    background-image: -webkit-linear-gradient(left, #eec40b, #fcde62);
    background-image: linear-gradient(left, #eec40b, #fcde62);    
}

.green {
    background: #5ab30e;
    background: url("images/gr_green.png") repeat-y;
    background-image: -moz-linear-gradient(left, #55ad0d, #68c212);
    background-image: -ms-linear-gradient(left, #55ad0d, #68c212);
    background-image: -o-linear-gradient(left, #55ad0d, #68c212);
    background-image: -webkit-gradient(linear, left top, right top, from(#55ad0d), to(#68c212));
    background-image: -webkit-linear-gradient(left, #55ad0d, #68c212);
    background-image: linear-gradient(left, #55ad0d, #68c212);    
}

.darkgreen {
    background: #106b37;
    background: url("images/gr_dark_green.png") repeat-y;
    background-image: -moz-linear-gradient(left, #0e5d30, #158c48);
    background-image: -ms-linear-gradient(left, #0e5d30, #158c48);
    background-image: -o-linear-gradient(left, #0e5d30, #158c48);
    background-image: -webkit-gradient(linear, left top, right top, from(#0e5d30), to(#158c48));
    background-image: -webkit-linear-gradient(left, #0e5d30, #158c48);
    background-image: linear-gradient(left, #0e5d30, #158c48);    
}

.magenta {
    background: #ce3251;
    background: url("images/gr_magenta.png") repeat-y;
    background-image: -moz-linear-gradient(left, #be2440, #e04264);
    background-image: -ms-linear-gradient(left, #be2440, #e04264);
    background-image: -o-linear-gradient(left, #be2440, #e04264);
    background-image: -webkit-gradient(linear, left top, right top, from(#be2440), to(#e04264));
    background-image: -webkit-linear-gradient(left, #be2440, #e04264);
    background-image: linear-gradient(left, #be2440, #e04264);    
}

.orange {
    background: #f26e26;
    background: url("images/gr_orange.png") repeat-y;
    background-image: -moz-linear-gradient(left, #e65e20, #f9792a);
    background-image: -ms-linear-gradient(left, #e65e20, #f9792a);
    background-image: -o-linear-gradient(left, #e65e20, #f9792a);
    background-image: -webkit-gradient(linear, left top, right top, from(#e65e20), to(#f9792a));
    background-image: -webkit-linear-gradient(left, #e65e20, #f9792a);
    background-image: linear-gradient(left, #e65e20, #f9792a);    
}

.blue {
    background: #0064ab;
    background: url("images/gr_blue.png") repeat-y;
    background-image: -moz-linear-gradient(left, #005b9b, #006dba);
    background-image: -ms-linear-gradient(left, #005b9b, #006dba);
    background-image: -o-linear-gradient(left, #005b9b, #006dba);
    background-image: -webkit-gradient(linear, left top, right top, from(#005b9b), to(#006dba));
    background-image: -webkit-linear-gradient(left, #005b9b, #006dba);
    background-image: linear-gradient(left, #005b9b, #006dba);    
}

.svblue {
    background: #00b5e4;
    background: url("images/gr_svblue.png") repeat-y;
    background-image: -moz-linear-gradient(left, #00acde, #00ccf2);
    background-image: -ms-linear-gradient(left, #00acde, #00ccf2);
    background-image: -o-linear-gradient(left, #00acde, #00ccf2);
    background-image: -webkit-gradient(linear, left top, right top, from(#00acde), to(#00ccf2));
    background-image: -webkit-linear-gradient(left, #00acde, #00ccf2);
    background-image: linear-gradient(left, #00acde, #00ccf2);    
}

.red {
    background: #bb3d3d;
    background: url("images/bg_red.png") repeat-y;
    background-image: -moz-linear-gradient(left, #b13a3a, #e14a4a);
    background-image: -ms-linear-gradient(left, #b13a3a, #e14a4a);
    background-image: -o-linear-gradient(left, #b13a3a, #e14a4a);
    background-image: -webkit-gradient(linear, left top, right top, from(#b13a3a), to(#e14a4a));
    background-image: -webkit-linear-gradient(left, #b13a3a, #e14a4a);
    background-image: linear-gradient(left, #b13a3a, #e14a4a);    
}


.bgblue {
    background: #e1e9ef;
}


.gray {
    background: #eeeeee;
}

.main_shadow {
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.Shadow(strength = 1, direction = 180, color = '#cccccc');
    -ms-filter: "progid: DXImageTransform.Microsoft.Shadow(strength = 1, Direction = 180, Color = '#cccccc')";
} 




.ui-btn1 {
    font-size: 16px;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none !important;
}


.menu-trigger {
    display: block;
    position: fixed;
    top: 2em;
    left: 0;
    z-index: 1000;
    width: 8.5%;
}



.search-trigger {
    display: block;
    position: absolute;
    top: 2em;
    right: 0.7em;
    width: 8.5%;    
} 

.back-top {
    display: block;
    position: fixed;
    top: 6em;
    left: 0;
    z-index: 1000;
    width: 8.5%;   
} 


.menu-trigger img,
.search-trigger img,
.back-top img {
    max-width: 100%;
    height: auto;
}

.ui-panel {
    background-color: #005c9d !important;
}

.ui-page {
    background-color: #dde6ed;
    z-index: 0;
    position: relative;
}


.ui-body {
    background-color: #fff;
    padding: 0.8em 1em;
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);    
}

.ui-body .date {
    font-size: 0.8em;
    color: #78848e;
    text-transform: lowercase;
}

.ui-body h3 {
    font-family: 'Open Sans Bold';
    font-size: 1.2em;
    margin-top: 0.3em;
    margin-bottom: 0.5em;
    line-height: 1.2;
    color: #2b2b2b;
}

.ui-body a h3 {
    color: #005a9a;
}

.noborder {
    text-decoration: none;
}


.ui-body a.noborder {
    color: #2b2b2b;
}

.ui-body a.noborder:hover,
.ui-body a.noborder:active {
    color: #2b2b2b;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Light';
    font-weight: normal;
    font-style: normal;
    color: #005a9a;
    line-height: 1;
}


h1 {
    font-size: 1.9em;
    margin-bottom: 0.5em;
}

h2 {
    font-size: 1.9em;
    margin: 1em 0 0.5em;
    text-align: center;
}

.news-item {
    margin-bottom: 1em;
}

.active-link:hover,
.active-link:active {
    box-shadow: 0px 0px 15px rgba(0, 113, 245, 0.7);
}

.ui-footer {
    background-color: #aec8da !important;
    padding: 1em 1em 2em;
    text-align: center;
}

.ui-footer .logo-bottom {
    width: 45.5%;
    margin: 0 auto;
}

.ui-footer .logo-bottom img {
    max-width: 100%;
}

.ui-footer .copy {
    font-size: 0.8em;
    padding-top: 0.5em;
    color: #fffbfb;
}

.ui-footer .mp {
    font-size: 0.8em;
    color: #778a98;
}

.ui-footer .mp {
    width: 100%;
    margin-top: 2em;
}


.ui-footer .mp td.one {
    text-align: right;
    padding-right: 0.75em;
    width: 40%;
}

.ui-footer .mp td.one span {
    display: inline-block;
    width: 40%;
}

.ui-footer .mp td.one span img {
    max-width: 100%;
}

.ui-footer .mp td.two {
    text-align: left;
}

.ui-footer .mp a {
    color: #778a98;
}


.news-list .news-item .preview-text {
    font-weight: normal;
}

.tel-button {
    height: 80px;
}

.ic-ph {
    display: inline-block;
    height: 50px;
    width: 50px;
    background-color: #fff;    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    position: absolute;
}

.ic-ph i {
    color: #00b3e2;
    font-size: 40px;
    position: relative;
    top: -3px;
}

.tel-button a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
}

.tel-button .number {
    display: block;
    padding: 0px 10px 0 60px;
    font-size: 1.6em;
    font-family: 'Roboto Light';
}
.tel-button .number_under {
    display: block;
    padding: 0px 10px 0 60px;
    color: #b3d1e9;
    font-family: 'Open Sans Italic';
    font-size: 0.9em;
}

.tel-button:hover,
.tel-button:active {
    box-shadow: 0px 0px 15px rgba(0, 113, 245, 0.7);
}


.catalog-section .item {
    margin-bottom: 1em;
}

.catalog-section .item_img {
    
    overflow: hidden;
}

.catalog-section .item_img img {
    max-width: 100%;
    min-width: 100%;
}

.catalog-section .item .item_title {
    padding: 3px 15px;
}

.catalog-section .item .item_title h2 {
    margin: 0;
    padding: 0;
    font-size: 1.1em;
    font-family: 'Open Sans';
    line-height: 1.4;
}

.catalog-section .item .item_title h2 a {
    text-decoration: none;
    color: #ffffff;    
}

.catalog-section .item .item_info {
    text-align: center;
    font-size: 0.9em;
    font-family: 'Open Sans Italic';
    color: #171717;
    padding: 3px 15px 10px;
} 
.catalog-section .item:hover,
.catalog-section .item:active {
    box-shadow: 0px 0px 15px rgba(0, 113, 245, 0.7);
}


.catalog-section h1 {
    font-size: 1.7em;
    margin-bottom: 1em;
    text-align: center;
}

.ui-collapsible-content {
    background-color: #ffffff !important;
} 

img.responsive-img {
    max-width: 100%;
    height: auto;
} 

.symb {
    margin-top: 1em;
    
}

.symb li {
    float: left;
    width: 33.33333%;
    margin-bottom: 0.5em;
}

.name_prop {
    font-family: 'Open Sans Italic';
    color: #373737;
}

.model_item ul {
    margin-top: -20px;
    
}

.krepl_box {
    margin-bottom: 2em;
}

.albums_list_item {
    margin-bottom: 1em;
}

.albums_list_item .descript {
    font-size: 0.7em;
}

.other-sv {
    margin-bottom: 1em;    
}

.other-sv ul {
    margin: -20px 0 20px;
}

.other-sv ul li {
    margin: 15px 0;
}

.other-sv ul li:before {
    content: "\2014";
    margin-right: 5px;
}

h1.title_prod {
    font-family: 'Roboto Light';
    font-size: 1.6em;
    text-align: center;
    margin-bottom: 0.5em;
    line-height: 1.2;
}

.ui-body h2 {
    margin-top: 0.3em;
}

.ui-btn {
    border: none !important;
}

.dop img {
    max-width: 100%;
    height: auto;
}

.descript {
    font-family: 'Open Sans Italic';
    color: #9C9C9C;
    font-size: 0.9em;
}

.bt_tel {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.bt_tel:hover img,
.bt_tel:active img {
    box-shadow: 0px 0px 15px rgba(0, 113, 245, 0.7);
}

.cnt  h3 {
    font-size: 1.4em;
}

.cnt p {
    font-family: 'Open Sans Bold';
    margin-bottom: 1em;
} 

.cnt p .opis {
    font-family: 'Open Sans Italic';
}

.rekv_block .rekv {
    margin-bottom: 1em;
}

.news_bl h2 {
    margin-top: 0;
}

.platform-element img,
.news-detail img {
    max-width: 100%;
    height: auto;
}

.platf-list .item_title {
    padding-bottom: 0.5em !important;
}

.platform-element .button1 {
    text-align: center;
    border: 2px solid orange;
    padding: 0.8em 1em;
    margin: 0 auto;
    display: block;
}

.platform-element .button1 .op {
    font-size: 0.8em;
}

.platform-element .button1 a {
    text-decoration: none;
    font-family: 'Open Sans Bold';
    color: #171717;
}

.swipebox,
.swipebox-gallery {
    position: relative;
    display: block;
    
}

.swipebox img,
.swipebox-gallery img {
    position: relative;
}


.swipebox:after {
    position: absolute;
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    right: 2px;
    top: 2px;
    background: url("i/zoom-img1.png") no-repeat 0 0 transparent scroll;
    z-index: 1;
}

.ph-gall a {
    display: inline-block;
    width: 49%;
    height: auto;
    position: relative;
    text-align: center;
    margin-bottom: 0.5em;
    height: 120px;
    overflow: hidden;
    border: 1px solid #dddddd;
    vertical-align: middle;
}

.ph-gall a img {
    
}

.swipebox-gallery:after {
    position: absolute;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    right: 15px;
    top: 2px;
    background: url("i/zoom-img2.png") no-repeat 0 0 transparent scroll;
    opacity: 0.5;
    z-index: 1;
}

.swipebox-gallery.black:after {
    background: url("i/zoom-img3.png") no-repeat 0 0 transparent scroll !important;
    top: 2px;
    right: 2px;
}

.ui-collapsible-set .ui-collapsible-heading {
   border-bottom: 2px solid #ffffff; 
}

.ui-collapsible-set .ui-collapsible:last-child .ui-collapsible-heading {
    border-bottom: none;
}

.symb li {
    text-align: center;
}

#swipebox-overlay {
    ~background-color: rgba(255,255,255,1) !important;
}

#swipebox-title {
    overflow: hidden;
    font-size: 0.8em;
    display: block;
    line-height: 1;
    margin-top: 1.8em;
}

.news-detail ul {
    margin-left: 1em;
}

.news-detail ul li {
    list-style: disc;
    margin: 0.5em 0;
}

.news-detail p {
    margin: 0.5em 0;
}

#order-panel form input,
#order-panel form textarea {
    background-color: #ffffff !important;
}

#order-panel .alx_feed_back_default .alx_feed_back_form_feedback_poles .alx_feed_back_form_item_pole .alx_feed_back_form_name {
    color: #ffffff !important;
    font-size: 0.8em !important;
}

#order-panel .ui-btn {
    background-color: #3FB24E;
    width: 100% !important;
    text-align: center;
}

#order-panel .alx_feed_back_default .alx_feed_back_form_feedback_poles .alx_feed_back_form_submit_block {
    float: none;
    text-align: center;
}

.search_form_top input.input-text {
    background-color: #ffffff;
}

.search_form_top .ui-btn {
    background-color: #009fe3 !important;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.ui-input-has-clear {
    padding-right: 0 !important;
}

.goog-te-combo {
    font-size: 1.3em !important;
    padding: 0.5em 1em 0.5em 2.5em !important;
    width: 100% !important;
    position: relative;
    margin-bottom: 5px;
}

#google_translate_element {
    position: relative !important;
    
}

#google_translate_element:before {
    position: absolute;
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    left: 6px;
    top: 9px;
    background: url("i/trans.png") no-repeat 0 0 transparent scroll;
    z-index: 1;
}

.press_action .link:hover,
.press_action .link:active {
    box-shadow: 0px 0px 15px rgba(0, 113, 245, 0.7);
}

.dop-obor ul li:before {
    content: "";
}

.dop-obor ul li {
    text-align: center;
}

.dop-obor ul li span.img {
    display: block;
}

.dop-obor ul li span.img img {
    max-width: 90%;
    height: auto;
}

.dop-obor ul {
    margin-bottom: 20px;
}





ul.prod li {
    height: 128px !important;
    display: block;
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.Shadow(strength = 1, direction = 180, color = '#cccccc');
    -ms-filter: "progid: DXImageTransform.Microsoft.Shadow(strength = 1, Direction = 180, Color = '#cccccc')";  
	-webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    transition: background 0.3s ease;      
}

.home-section ul.prod li.prom {
    background: #f1c91b;
    background: url("images/gr_yellow.png") repeat-y;
    background-image: -moz-linear-gradient(left, #eec40b, #fcde62);
    background-image: -ms-linear-gradient(left, #eec40b, #fcde62);
    background-image: -o-linear-gradient(left, #eec40b, #fcde62);
    background-image: -webkit-gradient(linear, left top, right top, from(#eec40b), to(#fcde62));
    background-image: -webkit-linear-gradient(left, #eec40b, #fcde62);
    background-image: linear-gradient(left, #eec40b, #fcde62);    
}

.home-section ul.prod li.office {
    background: #5ab30e;
    background: url("images/gr_green.png") repeat-y;
    background-image: -moz-linear-gradient(left, #55ad0d, #68c212);
    background-image: -ms-linear-gradient(left, #55ad0d, #68c212);
    background-image: -o-linear-gradient(left, #55ad0d, #68c212);
    background-image: -webkit-gradient(linear, left top, right top, from(#55ad0d), to(#68c212));
    background-image: -webkit-linear-gradient(left, #55ad0d, #68c212);
    background-image: linear-gradient(left, #55ad0d, #68c212);      
}

.home-section ul.prod li.jkx {
    background: #ce3251;
    background: url("images/gr_magenta.png") repeat-y;
    background-image: -moz-linear-gradient(left, #be2440, #e04264);
    background-image: -ms-linear-gradient(left, #be2440, #e04264);
    background-image: -o-linear-gradient(left, #be2440, #e04264);
    background-image: -webkit-gradient(linear, left top, right top, from(#be2440), to(#e04264));
    background-image: -webkit-linear-gradient(left, #be2440, #e04264);
    background-image: linear-gradient(left, #be2440, #e04264);      
}

.home-section ul.prod li.svdiod {
    background: #f26e26;
    background: url("images/gr_orange.png") repeat-y;
    background-image: -moz-linear-gradient(left, #e65e20, #f9792a);
    background-image: -ms-linear-gradient(left, #e65e20, #f9792a);
    background-image: -o-linear-gradient(left, #e65e20, #f9792a);
    background-image: -webkit-gradient(linear, left top, right top, from(#e65e20), to(#f9792a));
    background-image: -webkit-linear-gradient(left, #e65e20, #f9792a);
    background-image: linear-gradient(left, #e65e20, #f9792a);    
}

.home-section ul.prod li.ul {
    background: #0064ab;
    background: url("images/gr_blue.png") repeat-y;
    background-image: -moz-linear-gradient(left, #005b9b, #006dba);
    background-image: -ms-linear-gradient(left, #005b9b, #006dba);
    background-image: -o-linear-gradient(left, #005b9b, #006dba);
    background-image: -webkit-gradient(linear, left top, right top, from(#005b9b), to(#006dba));
    background-image: -webkit-linear-gradient(left, #005b9b, #006dba);
    background-image: linear-gradient(left, #005b9b, #006dba);      
}

.home-section ul.prod li.komp {
    background: #00b5e4;
    background: url("images/gr_svblue.png") repeat-y;
    background-image: -moz-linear-gradient(left, #00acde, #00ccf2);
    background-image: -ms-linear-gradient(left, #00acde, #00ccf2);
    background-image: -o-linear-gradient(left, #00acde, #00ccf2);
    background-image: -webkit-gradient(linear, left top, right top, from(#00acde), to(#00ccf2));
    background-image: -webkit-linear-gradient(left, #00acde, #00ccf2);
    background-image: linear-gradient(left, #00acde, #00ccf2);       
}

.home-section ul.prod li.bio {
    background: #106b37;
    background: url("images/gr_dark_green.png") repeat-y;
    background-image: -moz-linear-gradient(left, #0e5d30, #158c48);
    background-image: -ms-linear-gradient(left, #0e5d30, #158c48);
    background-image: -o-linear-gradient(left, #0e5d30, #158c48);
    background-image: -webkit-gradient(linear, left top, right top, from(#0e5d30), to(#158c48));
    background-image: -webkit-linear-gradient(left, #0e5d30, #158c48);
    background-image: linear-gradient(left, #0e5d30, #158c48);          
}


ul.prod li a {
    text-decoration: none !important;
    color: #ffffff !important;
    font-size: 22px;
    
}


.home-section ul.prod li {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0.5em;
    padding: 10px 15px;
}


ul.prod span.text {
    width: 70%;
    display: block;
}


ul.prod span.icon {
    position: absolute;
    display: block;
    right: 10px;
    bottom: 15px;
    overflow: hidden;
}

ul.prod span.icon img {
    max-width: 100%;
    height: auto;
}

ul.prod .prom span.icon {
    width: 72px;
    height: 72px;
}

ul.prod .office span.icon {
    width: 140px;
    height: 35px;
}

ul.prod .jkx span.icon {
    width: 80px;
    height: 67px;
}

ul.prod .svdiod span.icon {
    width: 63px;
    height: 85px;
}


ul.prod .ul span.icon {
    width: 43px;
    height: 85px;
}

ul.prod .komp span.icon {
    width: 110px;
    height: 22px;
}

ul.prod .bio span.icon {
    width: 110px;
    height: 33px;
}



.home-section ul.prod li:hover,
.home-section ul.prod li:active {
    box-shadow: 0px 0px 15px rgba(0, 78, 255, 0.7);
}

.home-section ul.prod li.prom:hover,
.home-section ul.prod li.prom:active {
    box-shadow: 0px 0px 15px rgba(221, 184, 22, 0.7);
}

.home-section ul.prod li.office:hover,
.home-section ul.prod li.office:active {
    box-shadow: 0px 0px 15px rgba(67, 136, 10, 0.7);
}

.home-section ul.prod li.jkx:hover,
.home-section ul.prod li.jkx:active {
    box-shadow: 0px 0px 15px rgba(191, 37, 65, 0.7);
}

.home-section ul.prod li.svdiod:hover,
.home-section ul.prod li.svdiod:active {
    box-shadow: 0px 0px 15px rgba(230, 95, 32, 0.7);
}

.home-section ul.prod li.ul:hover,
.home-section ul.prod li.ul:active {
    box-shadow: 0px 0px 15px rgba(0, 78, 255, 0.7);
}

.home-section ul.prod li.komp:hover,
.home-section ul.prod li.komp:active {
    box-shadow: 0px 0px 15px rgba(0, 172, 222, 0.7);
}

.home-section ul.prod li.bio:hover,
.home-section ul.prod li.bio:active {
    box-shadow: 0px 0px 15px rgba(17, 111, 57, 0.7);
}

.podstr_full {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    top: 0px;
    right: 0px;       
    
}

.podstr_full span {
    font-family: 'Open Sans Light';
    font-size: 22px;
    color: #3b3b3b;
    display: inline-block;
    line-height: 1.4;
    text-align: left;
    padding-right: 10px;
    padding-top: 10px;
}

.podstr_full img {
    display: inline-block;
}

.full-image-prod a {
    display: inline-block;
}

.full-image-prod a.nagr {
    margin-top: 40px;
}

.podstr_list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 7px;
}

.podstr_list span {
    font-family: 'Open Sans';
    font-size: 11px;
    color: #191919;
    display: inline-block;
    line-height: 1;
    text-align: left;
    padding-left: 3px;
}

.podstr_full img {
    display: inline-block;
}
 