@import url(https://fonts.googleapis.com/css?family=Lobster&subset=latin,cyrillic); /*--- шрифт для лого ---*/
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=latin,cyrillic); /*--- шрифт для всего сайта ---*/

body {
	font-family: 'Roboto Condensed', sans-serif;
	color: #424242;
    background: #EBDCBD;
}

html, body {
    height: 100%;
}

.no--margin {margin:0}

.marbot {margin-bottom:0}

a {
	text-decoration: none;
	color: #b08d2b;
	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: #ea9c14;
}


header {
    width: 1000px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -500px;
    z-index: 5;
}

header:after {
    content: "";
    bottom: -12px;
    position: absolute;
    width: 100%;
}

.logo {
    font-family: 'Lobster', cursive;
    font-size: 41px;
	border-bottom: none;
}

.logo:hover {
    color: #fff;
}

.slogan {
    display: block;
    font-size: 17px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #424242;
    margin-top: 3px;
}

.main_menu {
	margin-top: 13px;
    background: #EBDCBD;
    border-radius: 40px;
    padding: 10px 0;
}

.main_menu .menu--horizontal {
    display: table;
    width: 100%;
}

.menu a {
    color: #000;
    display: block;
    padding: 10px;
    text-transform: uppercase;
    font-size: 18px;
	border-bottom: none;
}

.menu  .last a {box-shadow: none;}

.menu--horizontal_item {
	display: table-cell;
	text-align: center;
	position: relative;
}

.menu--horizontal_item:hover,
.menu--horizontal_item.active {
	color: #fff;
	border-bottom: none;
}

.menu--horizontal_item:hover > a,
.menu--horizontal_item.active > a {
	color: #b08d2b;
	box-shadow: none;
}

.slider {
    margin: 0 auto ;
}

.slider--full-width {
    width: 100%;
}

.content ul {
    
}

.content li {
    margin-bottom: 5px;
}

.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, .side-title {
    font-size: 2.2em;
    font-weight: 500;
    line-height: 1;
    margin: 0.4em 0;
    padding-bottom: 0.2em;
}

.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: 18px;
    font-weight: 500;
    line-height: 1.1;
    margin: 0.25em 0;
    min-height: 37px;
    padding-left: 5px;
}

.bottom__news-intro {
    line-height: 1;
    margin-top: 0.8em;
    margin-bottom: 0.5em;
    font-size: 14px;
    padding-left: 5px;
    margin-bottom: 15px;
}

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: #ea9c14;
    color: #fff;
    font-size: 19px;
}

.button--send:hover {
	background: #fff;
}

.contacts_page i{
    margin-right: 10px;
}

.news_item {
    padding: 10px;
    border: solid 1px #EFEFEF;
    margin-bottom: 15px;
}

.news_item .readmore {text-align:right;}

.date {
    color: #BFBFBF;
    font-size: 12px;
}

.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;
    background: #090909;
    color: #fff;
	position:relative;
}

.pushfooter {
    height: 90px;
}

footer:before {
	content: "";
    top: -8px;
    position: absolute;
    width: 100%;
}

.social__buttons {
    margin: 10px 0;
    text-align: center;
    font-size: 0;
}

.social__buttons-item.goodshare {
	background: #ea9c14;
}

.social__buttons-item.goodshare:hover{
	background: #fff;
    color:#000;
}

.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 {
    background: #eee;
    padding: 10px;
    font-size: 13px;
}

.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;
}
.basicnav-link--prev{
    float: left;
}
.basicnav-link--next{
    float: right;
}
.slick-slide img {
  
  display: block;
   
 max-width: 100%;
   
 height: 300px;
   
 min-width: 1200px;

}