@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300italic,300,400italic,700&amp;subset=cyrillic,latin,cyrillic-ext);

* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 20px;
    height: 100%;
    overflow-y: scroll;
    text-align: center;
    padding-top: 24px;
}
a {
    color: black;
    text-decoration: none;
}
a:hover {
    color: #2c6700;
    cursor: pointer;
    text-decoration: none;
}
button:hover {
    cursor: pointer;
}
p {
    margin: 0 0 8px;
}
img {
    border: medium none;
}
input {
    vertical-align: middle;
}
header, nav, section, article, aside, footer {
    display: block;
}
.clear {
	clear: both;
}

.chasti_form2 label {
    display: block;
    float: left;
    width: 200px;
    font-size: 16px;
}
.chasti_form2 {
    margin: 10px;
}
.chasti_form2 textarea {
    width: 284px;
    height: 250px;
    border: 1px solid #92cd00;
    border-radius: 3px;
    padding: 10px;
    font-size: 14px;
}
.chasti_form2 input, .chasti_form2 select {
    width: 300px;
    border: 1px solid #92cd00;
    border-radius: 3px;
    padding: 2px;
    font-size: 12px;
}
.chasti_form2 select {
    width: 306px;
}
select {
    margin: 0;
    padding: 0;
}
option {
    padding: 5px;
}

h3 {
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 26px;
    display: block;
    margin: 10px 0;
}
h1 {
    margin: 10px 0 25px 0;
    font-weight: lighter;
    text-transform: uppercase;
    display: block;
    font-size: 30px;
}

.wrapper {
	position:relative;
    width: 1000px;
    margin: 0 auto;
    text-align: left;
}
.wrapper img {
    max-width: 1000px;
}
#logo {
    width: 218px;
    height: 139px;
    float: left;
}
.menu {
    height: 50px;
}
.menu li {
    padding: 15px;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
}
.menu li:hover, .menu li.active {
    background-color: #92cd00;
}
.menu li:hover, .menu li.active {
    color: white;
}

.news-list {
    vertical-align: top;
}
.news-list-item {
    display: inline-block;
    width: 318px;
    height: 216px;
    background-position: 0 0;
    background-repeat: none;
    margin: 0 23px 23px 0;
    vertical-align: top;
}
.news-list-item:nth-child(3n+3) {
    margin-right: 0;
}
.news-list-item a {
    color: #92cd00;
    display: block;
    height: 216px;
    overflow: hidden;
    width: 318px;
}
.news-list-item-bg {
    width: 298px;
    height: 62px;
    background-color: #2c6700;
    position: relative;
    bottom: 78px;
    left: 0;
    padding: 5px 10px;
    overflow: hidden;
}
.news-list-item-bg span {
    font-size: 22px;
    overflow: hidden;
    line-height: normal;
}
.phones {
    font-size: 21px;
    height: 68px;
    font-weight: lighter;
}
.languages {
    display: block;
	position:relative;
    height: 36px;
    margin-top: -16px;
}
.languages li {
    display: inline-block;
    margin-left: 8px;
}
.languages li img {
    height: 18px;
}
.languages li.active a {
    font-weight: bold;
}
.languages li a {
    font-size: 12px;
    text-transform: lowercase;
}
.languages li a:hover {
    text-decoration: underline;
}
.cl-r {
    float: right;
    clear: right;
}
.mr15 {
    margin-right: 15px;
}
.mr23{
    margin-right: 23px;
}


.slider-under {
    height: 23px;
    width: 1200px;
    background: url(../images/under-slider.gif) repeat-x top left;
    margin: 0 auto;
}

.b-slider {
	position: relative;
	height: 486px;
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
}
.b-slider__content {
	width: 1200px;
	height: 446px;
	margin: 0 auto;
}
.b-slider__content img {
	position: absolute;
}
.b-slider__text {
	position: absolute;
	left: 0;
	bottom: 64px;
    height: 116px;
	background: rgba(146, 205, 0, .5);
    max-width: 888px;
}
.b-slider__text-title {
	float: left;
	padding: 0;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
}
.b-slider__text_big-font, .b-slider__text_small-font {
	display: block;
	padding: 16px 10px 16px 120px;
	font-size: 28px;
    text-transform: uppercase;
    font-weight: lighter;
    color: black;
    text-align: left;
    line-height: 150%;
}
.b-slider__nav {
	margin: 0 auto;
    height: 26px;
    width: 1200px;
    padding-top: 12px;
    float: right;
    position: relative;
    text-align: left;
}
#slide-nav {
	list-style: none;
    position: relative;
    left: 50%;
    width: 50%;
}
.b-slider__nav li {
    float: left;
    position: relative;
	margin-left: 5px;
	width: 13px;
	height: 13px;
	list-style: none;
}
.b-slider__nav a {
	display: block;
	width: 13px;
	height: 13px;
	background: url(../images/slider-nav_main.gif) no-repeat
}
.b-slider__nav .b-slider__nav_current {
	width: 13px;
	height: 13px;
	background: url(../images/slider-nav_current.gif) no-repeat
}

#footer {
    height: 100px;
    width: 1000px;
    margin: 30px auto;
    padding: 30px 100px;
    background-color: #2c6700;
    text-align: left;
}
#logo_small {
    float: left;
    margin-right: 15px;
}
.bot_text {
    color: #92cd00;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 10px;
}
.bot_phone {
    color: white;
    font-size: 16px;
}
.bot_socials {
    float: right;
    
}

.column {
    width: 308px;
    float: left;
    font-size: 14px;
    padding-right: 10px;
}
.column div p {
    text-align: justify;
}
.goto {
    margin-top: 10px;
}
.goto a {
    font-size: 20px;
    text-transform: capitalize;
    text-decoration: underline;
}
.external_lid {
    font-weight: bold;
}

.lines {
    width: 100%;
}
.lines li {
    display: block;
    background-color: #2c6700;
    color: #92cd00;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 2px;
    padding: 8px 6px 6px;
    height: 22px;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lines li:hover {
    color: white;
}

.content {
    font-size: 16px;
    line-height: 150%;
    text-indent: 40px;
    text-align: justify;
}
#pager {
    list-style: none;
    position: relative;
}
#pager * {
    vertical-align: middle;
}
#pager li {
    display: inline-block;
    background-color: #92cd00;
    width: 40px;
    height: 35px;
    color: white;
    text-align: center;
    font-size: 18px;
    margin: 0 3px;
    padding-top: 5px;
}
#pager a {
    display: block;
    width: 40px;
    height: 35px;
    text-align: center;
    font-size: 18px;
    clear: both;
    color: white;
}
#pager li:hover, #pager li.active {
    background-color: #2c6700;
    color: #92cd00;
}
#pager li:hover a {
    color: #92cd00;
}

.date {
    font-size: 14px;
    margin: 0 0 20px 0;
    color: #2c6700;
}

.items_col {
    width: 800px;
}
.params_col {
    width: 200px;
}
.hidden {
    display: none;
}
.params_col {
    text-transform: uppercase;
    font-size: 16px;
    vertical-align: top;
}
.find {
    margin-bottom: 10px;
}
.find input, .menu input {
    width: 120px;
    margin-left: 8px;
    border: 1px solid #92cd00;
    border-radius: 3px;
    padding: 2px;
    font-size: 12px;
    margin-top: -4px;
}
.menu input {
    width: 100px;
    color: #B7B7B7;
    text-align: center;
}
.menu input.focused {
    color: black;
    text-align: left;
}
.plusico {
    background: url(../images/menu_minus.gif) transparent no-repeat left center;
    padding-left: 20px;
    margin: 5px 0;
}
.m-h {
    background-image: url(../images/menu_plus.gif);
}
.filters_values div {
    margin: 0 0 10px 22px;
    font-size: 14px;
}
.filters_values input {
    margin-right: 5px;
}
.button {
    border: 0;
    background-color: #92cd00;
    padding: 5px 10px;
    text-align: center;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 10px;
}

.breadcrumbs {
    margin-bottom: 10px;
}
.breadcrumbs li {
    display: inline-block;
	list-style: none;
}
.bread-first {
    text-transform: uppercase;
}
.bread-first, .bread-second {
    background: url('../images/arr_r.gif') no-repeat center right;
    padding-right: 20px;
    margin-right: 4px;
}
.breadcrumbs li, .breadcrumbs li a {
    font-size: 16px;
}
.breadcrumbs li a:hover {
    text-decoration: underline;
}

.items_col {
    vertical-align: top;
}
.items-list-item {
    display: inline-block;
    width: 171px;
    height: 220px;
    margin: 0 23px 20px 0;
    vertical-align: top;
    overflow: hidden;
    line-height: 22px;
}
.items-list-item img {
    width: 171px;
    height: 171px;
}
.items-list-item a {
    color: #2c6700;
    text-transform: uppercase;
    font-size: 16px;
}
.items-list-item a:hover {
    text-decoration: underline;
}
.right {
    float: right;
}
.item-left {
    float: left;
    width: 520px;
}
.item-info {
    width: 280px;
    float: left;
}
.item-image {
    float: left;
    padding: 0 20px 20px 0;
}
.item-download {
    width: 100%;
    display: table-row;
}
.item-download li {
    display: table-cell;
    text-align: left;
    font-size: 16px;
}
.item-info h1 {
    display: block;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 2px solid #92cd00 !important;
    color: #2c6700;
    margin: 0 0 5px 0;
    width: 80%;
}
.item-info-desc {
    float: left;
    margin-top: 20px;
    font-size: 0.8em;
    width: 760px;
}
.item-rubric {
    font-style: italic;
    font-size: 14px;
    margin-bottom: 5px;
}
.item-attrs-title {
    text-transform: uppercase;
    color: #92cd00;
    font-size: 18px;
    margin-top: 20px;
}
.item-attrs * {
    font-size: 16px;
    width: 240px;
}
.item-attrs li {
    display: block;
    clear: left;
}
.item-attrs li span {
    float: left;
    display: inline-block;
}
.item-attrs li span, .item-attrs td {
    width: 120px;
    margin: 5px 0;
    vertical-align: bottom;
}
.slider-bot {
    width: 780px;
    padding-top: 60px;
    clear: left;
}
.slider-bot h4 {
    font-weight: normal;
    text-transform: uppercase;
    color: #2c6700;
    border-bottom: 2px solid #92cd00 !important;
}
#question_form {
    width: 530px;
    float: left;
}

#black {background-color:black; width:100%; height:100%; position:fixed; left:0; top:0; display:none; -moz-opacity: 0.7; -khtml-opacity: 0.7; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); opacity: 0.7; z-index:6;}
#upblack {text-align:center; z-index:200; position:absolute; width:100%; display:none; top:150px; left:0;}
#upblack2 {z-index:200; position:fixed; display:none; top:150px; display:none; width:960px; margin:0 auto;}
#imgdiv {margin:0 auto; padding:4px; background-color:white; text-align:center; position:relative; z-index:250;}
#upblack2 #imgdiv {margin:0 auto; padding:4px; background-color:white; text-align:center; position:relative; z-index:250;}
.preimg {background-color:#f2f2f2; padding:4px; margin:10px; display:-moz-inline-stack; display:inline-block; zoom:1; *display:inline;}
.preimg img {cursor:pointer;}
.nextlink {display:block; float:right;}
.prevlink {display:block; float:left;}
.nextlink, .prevlink {cursor:pointer;}
.nextlink:hover {background:url('../images/nextlabel.gif') no-repeat right 15%;}
.prevlink:hover {background:url('../images/prevlabel.gif') no-repeat left 15%;}/*my style*/	.decor-catalog-wrapper{		position:relative;			}	.decor-catalog-wrapper .first{		}		.first img{		position:relative;		left:-18px;	}	.decor-catalog-wrapper .description{		font-weight:bold;		color:#505050;		font-size:14px;		position:absolute;		top:45%;		left:270px;	}		.decor-catalog-wrapper .description a{		font-weight:normal;		color:#505050;		font-size:12px;	}	




element.style {
    float: left!important;
}	

.wrapper-soc-button{
    height: 40px;
    position: absolute;
    right: 210px;
    top: -4px;
    width: 90px;
}

.facebook-button{
	background: rgba(0, 0, 0, 0) url("img/facebook-ico-sm.png") no-repeat scroll 0 0;
    float: left;
    height: 30px;
    width: 40px;
}

.lnkd-button{
	float:left;
	height:30px;
	width:40px;
	background:url('img/linkedin_7382.png')no-repeat;
}


