@import url(https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,cyrillic);

body {
	font-family: 'Roboto', sans-serif;
    background: #242424 url(../images/main_bg.gif) repeat center top;
    color: #424242;
}

html, body {
    height: 100%;
}

.no--margin {margin:0}

.marbot {margin-bottom:0}

a {
	text-decoration: none;
	color: #FF7F00;
	border-bottom: dashed 1px;
}

a:hover {
	border-bottom: solid 1px;
}

footer a,
footer a:hover,
.logo,
.logo:hover,
.no__decor a,
.no__decor a:hover,
.rightimg a,
.rightimg a:hover,
.leftimg,
.leftimg:hover {
	border-bottom: none;
	outline:0;
}

.logo,
.logo:hover,
.button--send,
.button--send:hover,
.slick-slider .slick-prev,
.slick-slider:hover .slick-prev,
.slick-slider:focus .slick-prev,
.slick-slider .slick-next,
.slick-slider:hover .slick-next,
.slick-slider:focus .slick-next
{
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.image_width100 {
	width:100%
}

.image_width50 {
	width:49%
}

.go_back {
	display: inline-block;
    margin-top: 35px;
}

.img2 {
    margin-right: 2%;
}

th, tfoot td {
    background: #FF7F00;
}


header {
    padding: 20px 0 0;
    position: relative;
}

.logo {
    display: inline-block;
    background: #fff;
    color: #000;
    border-radius: 5px;
    font-size: 22px;
    border-bottom: none;
    overflow: hidden;
}

.logo img{
    max-width: 100%;
    height: auto;
}

.slogan {
    display: block;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    color: #424242;
    margin-top: 3px;
}

.contacts{
    color: #ccc;
    text-align: right;
    margin-top: 20px;
}

.contacts p{
    display: inline-block;
    margin-left: 25px;
}

.main_menu {
	margin-top: 20px;
    padding-bottom: 15px;
    position: relative;
}
.main_menu:after{
    position: absolute;
    content: '';
    border-bottom: 15px solid #FF7F00;
    bottom: 0;
    left: 0;
    right: 0;
}


.main_menu .menu--horizontal {
    display: table;
    width: 100%;
}

.menu a {
    background: #404040;
    color: #fff;
    display: block;
    padding: 13px 15px;
    font-size: 15px;
    border-radius: 6px 6px 0 0;
    border-bottom: none;
}

.menu--horizontal_item {
	display: table-cell;
	text-align: center;
    padding-right: 3px;
    position: relative;
}
.menu--horizontal_item.last{
    padding-right: 0;
}

.menu--horizontal_item:hover,
.menu--horizontal_item.active {
	color: #fff;
	border-bottom: none;
}

.menu--horizontal_item:hover > a,
.menu--horizontal_item.active > a {
	color: #fff;
    background: #ff7f00;
    box-shadow: none;
}

.slider {
}

.slider--full-width {
    width: 100%;
}

.wrapper-white{
    background: #FFF;
    padding: 10px 15px 30px;
    min-height: 200px;
}

.content ul {
    margin: 0 0 1em 2em;
    list-style-type: disc;
}

.content li {
    margin-bottom: 5px;
    line-height: 1.3;
}

.banner_description {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.39);
    color: #fff;
    padding: 10px 20px;
}

.bp__name {
    font-size: 21px;
}

.block_name {
    font-size: 1.7em;
    font-weight: 400;
    line-height: 1;
    margin: 20px 0 20px;
    color: #fff;
}

.table_block {
    background: #F7F7F7;
    padding: 10px;
    margin-bottom: 15px;
}



.bbpp {
	position:relative;
    border-top: solid 1px #E0DEDE;
}

.bottom_all {
    font-size: 0.45em;
    float: right;
    margin-top: 10px;
}

.bottom__news-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    margin: 0.25em 0;
    min-height: 37px;
}

.bottom__news-intro {
    line-height: 1;
    margin-top: 0.8em;
    margin-bottom: 0.5em;
    font-size: 14px;
}

textarea:focus, textarea:active {
    outline: 0;
    border-color: #ADACAC;
}

::-webkit-input-placeholder {color: #ADACAC;}
::-moz-placeholder {color: #ADACAC;}
:-ms-input-placeholder {color: #ADACAC;}

input:focus, input:active {
    outline: 0;
    border-color: #ADACAC;
}

.button--send {
    padding: 7px 0;
    cursor: pointer;
    background: #FF7F00;
    color: #fff;
    font-size: 19px;
}

.button--send:hover {
   background: #ff5722;
}

.contacts_page i{
    margin-right: 10px;
}
.contacts_page{
    margin-bottom: 20px;
}
.news_item {
    padding: 10px;
    border: solid 1px #EFEFEF;
    margin-bottom: 15px;
}

.news_item .readmore {text-align:right;}

.date {
    color: #BFBFBF;
}

.small_title {
    font-size: 1.5em;
    font-weight: 500;
    line-height: 0.9;
    margin: 0.25em 0;
}

.leftimg {
    float: left;
    margin: 0 20px 0 0;
}

.rightimg {
    float: right;
    margin: 0 0 20px 20px;
}

footer {
    margin: -90px 0 0 0;
    position: relative;
    padding-top: 20px;
    color: #fff;
    position:relative;
}

.pushfooter {
    height: 90px;
}


.social__buttons {
    margin: 10px 0;
    text-align: center;
    font-size: 0;
}

.social__buttons-item.goodshare {
	background: #FF7F00;
}

.social__buttons-item.goodshare:hover{
	background: #ff5722;
}

.footer_name {
    text-transform: uppercase;
    margin-top: 20px;
    display: block;
}

.footer_fabrica {
    text-align: right;
    padding-top: 10px;
}

.footer_fabrica img{float: right;}

.fabrica_logo {
    float: right;
    margin: 10px 20px 0 0;
}

.slick-slider {
    overflow: hidden;
}

.breadcrumbs {
    font-size: 13px;
    margin: 10px 0;
}

.full-wrapper {
    min-height: 100%;
}

.pagination ul {
    list-style: none;
    padding-left: 0;
    text-align: center;
}

.pagination ul li {
    display: inline-block;
    margin: 0 5px;
}

.pagination ul li.active a {
    color: #222;
}

.neighbors {
    text-align: center;
}

.neighbors span {
    display: inline-block;
    margin: 0 15px;
}

.slide-button {
    position: absolute;
    bottom: 50px;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    border: 2px solid #fff;
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding: 15px 30px;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
}

.slide-button:hover {
    background: rgba(0,0,0,0.8);
    border: 2px solid #fff;
}

.banner_description {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.39);
    color: #fff;
    padding: 10px 20px;
}

.slick-slide {
    position: relative;
}

.gallery-item {
    display: inline-block;
}

.gallery-item a,
.category-img a,
.goods-image a {
    border: none;
}

.goto_links_block {
    text-align: center;
}

.link_goto {
    display: inline-block;
    margin: 0 5px;
}

.basicnav--prev:before {
    font-family: FontAwesome;
    content: '\f060';
    display: inline-block;
    margin-right: 10px;
}

.basicnav--next:after {
    font-family: FontAwesome;
    content: '\f061';
    display: inline-block;
    margin-left: 10px;
}

.news_full_item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.news_full_item .leftimg a:hover {
  border-bottom: none;
}

.news_full_title {
  font-size: 18px;
  line-height: 1.2;
}

.news_full_date {
  color: #999;
  font-size: 12px;
}

.news_full_date i {
  padding-right: 5px;
}

.basicnav-block{
    text-align: center;
    margin-top: 20px;
}

.news_wrapper{
    color: #ddd;
}