/*ФОП Роздобудько*/

body{
		font-size:14px;
		font-family:Roboto;
	}
a{text-decoration:none;color:black;}
img{
	max-width:100%;
	height:auto;
	border:0;}
*{
	margin:0;
	padding:0;}
.main-conteiner{
	background: url(images/wood_bg.jpg) fixed;
    width: 100%;

}

/*HEADER*/
		/* HEADR contact*/
.header_top{
	max-width:980px;
	margin:0 auto;
	display: -webkit-box;
    display: flex;
	justify-content: space-between;
	padding: 15px 0 60px;

}
.qtranxs_widget ul {
       margin-left: -40px !important;
    width: 50px;
    display: flex;
}




.inner_block_body ul{
	margin-left: 50px;
	margin-bottom: 20px;
}

section {
    display: table;
}
.corp_name {
    width: 68%;
	padding: 20px;
    box-sizing: border-box;
    font-size: 16px;
}
.corp_name h2{
	font-weight: 500;
}
.corp_logo{
	background: #e8e8e8;
    display: -webkit-box;
    display: flex;
    max-width: 580px;
	height: 142px;
	box-shadow: 0px 3px 4px -1px rgba(0, 0, 0, 0.67);

}
.logo {
    background: #368c6e;
	display: inline-block;
        padding: 0px 20px 0 20px;
    border: 5px solid #55ba97;
}
.header_contact{
/*	max-width:245px;*/
}
.header_contact ul {
	list-style:none;
}
.header_contact li span {
    display: block;
    text-align: center;
    background: white;
    padding: 10px;
    font-weight: 500;
}
.header_contact li{
	position:relative;
	box-shadow: -1px 3px 4px -1px rgba(0, 0, 0, 0.67);
	margin-bottom:10px;

}
.header_contact li:before{
	    content: "";
   background: #368c6e url(images/email.png) center center no-repeat;
    display: block;
    height: 37px;
    width: 40px;
    position: absolute;
    left: -40px;
	box-shadow: 1px 3px 4px -1px rgba(0, 0, 0, 0.67);
}
.header_contact li:nth-of-type(2):before{
	 content: "";
	background: #368c6e url(images/phon.png) center center no-repeat;
}

.header_contact li:nth-of-type(3):before{
	 content: "";
	background: #368c6e url(images/fax.png) center center no-repeat;
}

.header_contact  li.lang-ru:nth-of-type(1):before{
	 content: "";
background: none;
box-shadow:none;
left: 0px;
width: 0px;
}


.lang{
	    padding-top: 10px;
    margin-left: -40px;
}

.lang span{
	background-color: #fff;
    padding: 10px;
}

.header_contact  li.lang-ua:nth-of-type(2):before{
	 content: "";
	background: none;
	box-shadow:none;
	left: 0px;
}


.slick-slide img {
    width: 264px;
    height: 203px;
    object-fit: cover;
}
/*MENU*/


.menu-top-menu-container{
	background:rgba(255, 255, 255, 0.75);
	border-bottom:5px solid #368c6e;
	z-index: 999;
    position: relative;
}
.menu-top-menu-container > ul{
	max-width:980px;
	margin:0 auto;
	list-style:none;
}
.menu-top-menu-container > ul >  li{
	display:inline-block;
	position:relative;
}
.menu-top-menu-container > ul > li > a{

	padding: 15px 10px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-right: -5px;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;

}
.menu-top-menu-container > ul > li:hover > a{
	background:#50a587;
	color:white;
}
 li.current-menu-item  a{
	background:#368c6e;
	color:white;
}

.sub-menu{
	display:none;
	list-style: none;
    padding: 10px 0;
	position:absolute;
	background:white;
	border-top: 5px solid #368c6e;
	width:300px;
}

.sub-menu > li{
	line-height: 30px;
	position: relative;
}

.sub-menu > li > a{
	display: block;
	color:#686969;
    padding: 0 10px;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
.sub-menu > li > a:hover{
	background: #ebebeb;
}
.menu-top-menu-container > ul > li > .sub-menu > li.current-menu-item >  a{
	background:#368c6e;
	color:white;
}
.menu-top-menu-container > ul > li:hover >.sub-menu{
	display:block;
}
.menu-top-menu-container > ul > li >.sub-menu li:hover .sub-menu{
	display:block;
	right: -300px;
    top: 0;
}
.menu-top-menu-container > ul > li >.sub-menu li .sub-menu li a{
	background:0
}
.menu-top-menu-container > ul > li >.sub-menu li .sub-menu li a:hover{
	background:#368c6e;
	color:white;
}
.menu-top-menu-container li:nth-last-of-type(2) .sub-menu{
	right:-5px;
}
.menu-top-menu-container li:nth-last-of-type(1) .sub-menu{
	right:-5px;
}
.menu-top-menu-container li:nth-last-of-type(3) .sub-menu li:last-of-type .sub-menu{
	left:-300px;
}
/*END MENU*/
.news_block header{

    margin: 40px 0 20px;
    text-align: center;
    -webkit-filter: drop-shadow(0 3px 2px #353535);
    filter: drop-shadow(0 3px 2px #353535);
}
/*SLIDER*/
.slider_block .rslides_nav{
	z-index: 1;
}
.slider_block .rslides_nav.prev{
	left: 0px;
	border-bottom-right-radius: 230px;
    border-top-right-radius: 230px;
	background: #50a587 url(images/prev.png) center center no-repeat;
	z-index:10;
}
.slider_block .rslides_nav.next{
	background: #50a587 url(images/prev_next.png) center center no-repeat;
	border-bottom-left-radius: 230px;
    border-top-left-radius: 230px;
	right: 0px;
	z-index:10;
}
.slider_block .rslides_nav{
	background: #50a587;
    opacity: 0.9;
    height: 75px;
    width: 36px;
    box-sizing: border-box;
    top:45%;
    padding: 0;
	/*-webkit-filter: drop-shadow(0 2px 1px black);
    filter: drop-shadow(0px 2px 1px black);*/
}

/*MAIN*/
main{
	max-width:1000px;
	padding:0 10px;
	margin:0 auto;
	box-sizing:border-box;
}
.slider_block{
	margin: 35px 0 65px;
	width:100%;
	height:356px;
	border: 5px solid #f3f3f3;
    box-shadow: inset 0px 2px 5px -2px black;
    box-sizing: border-box;
}
main header h2{
	font-weight: 100;
    font-size: 30px;
    color: white;
    background: linear-gradient(to right, #286852,#34866a);
    display: inline-block;
    padding: 7px 20px;
    position: relative;
    height: 36px;
}
main header{
	z-index: 1;
    position: relative;
}
main header h2:before {
	content: ' ';
	position: absolute;
	width: 0px;
	height: 0;
	right: -40px;
    top: 0;
	border-width: 25px 20px;
	border-style: solid;
	border-color: #348569 transparent #348569 #348569;
}
main header h2:after{
	content: ' ';
	position: absolute;
	width:100%;
	box-shadow: 0px 0px 5px 2px rgb(0, 0, 0);
    z-index: -1;
    display: block;
    bottom: 1px;
    transform: rotate(1.5deg);

}

/*TOVAR*/
.item_block
{
	padding: 30px 50px 70px;
}
.item_id {
    width: 270px;
    background: white;
    border: 5px solid #f3f3f3;
    box-shadow: inset 0px 2px 5px -2px black;
	-webkit-filter: drop-shadow(0 3px 2px black);
	filter: drop-shadow(0 3px 2px black);
	display: inline-block;
	height: 380px;
	box-sizing: border-box;
	margin: 0 10px 25px;
}
.item_id section h3{
	text-align: center;
    display: block;
    height: 83px;
    padding: 5px;
    box-sizing: border-box;
}
.price_block {
    margin-bottom: 10px;
}
.item_price{
	display: inline-block;
	padding:5px;
	font-weight:600;
	font-size: 16px;
}
.item_see_bottom{
	display: inline-block;
    float: right;
    padding: 5px 10px;
    background: #dddddd;
    text-transform: uppercase;
    color: #868686;
    font-weight: 500;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	    width: 100%;
    box-sizing: border-box;
    text-align: center;
}
.item_see_bottom:hover{
	color:white;
	background:#50a587;
}
.item_img {
    margin: 0px 0px 30px 0px;
    text-align: center;
}
.item_img img {
    width: 100%;
    object-fit: cover;
    height: 200px;
}
.item_block .slick-prev, .item_block .slick-next{
	top:45%;
}
.item_block .slick-prev:before{
	content:"";
	background:url("images/item_prev.png") center center;
	width: 28px;
    height: 64px;
	display:block;
}
.item_block .slick-next:before{
	content:"";
	background:url("images/item_prev.png") center center;
	width: 28px;
    height: 64px;
	display:block;
	transform:rotate(180deg);
}
.item_block .slick-next:hover:before{
	background:url("images/item_prev_hover.png") center center;
	transform:rotate(0deg);
}
.item_block .slick-prev:hover:before{
	background:url("images/item_prev_hover.png") center center;
	transform:rotate(180deg);
}

/*NEWS*/

.news_block header h2:after{
	content: ' ';
    position: absolute;
    width: 0px;
    height: 0;
    left: -40px;
    top: 0;
    border-width: 25px 20px;
    border-style: solid;
    border-color: #296a54 #286953 #296a54 transparent;
    box-shadow: none;
    transform: inherit;
}
.news_block {
    padding-bottom: 70px;
}
.news_block header
{
	text-align: center;
}
.news_block header:before{
	content: ' ';
    position: absolute;
    width: 11%;
    box-shadow: 0px 0px 5px 2px rgb(0, 0, 0);
    z-index: -1;
    display: block;
    bottom: 1px;
    transform: rotate(-1.5deg);
    left: 39%;
}
.news_block header:after{
	content: ' ';
    position: absolute;
    width: 11%;
    box-shadow: 0px 0px 5px 2px rgb(0, 0, 0);
    z-index: -1;
    display: block;
    bottom: 1px;
    transform: rotate(1.5deg);
    right: 39%;
}
.news_item_block{
	padding:40px 0 0;
}
.news_item_id {
    width: 318px;
    height: 260px;
    background: white;
	display: inline-block;
       margin: 0 2px 15px 0px;
	filter: drop-shadow(0 3px 2px #484848);
	-webkit-filter: drop-shadow(0 3px 2px #484848);
}
.news_item_img {

    text-align: center;
}
.news_item_img img {
    height: 120px;
    object-fit: cover;
    width: 320px;
}
/*.news_prev_text {
    height: 35px;
    overflow: hidden;
    font-size: 13px;
    padding: 10px;
    box-sizing: content-box;
}
*/
.news_item_id h3 {
    padding: 0 5px;
    font-size: 16px;
    overflow: hidden;
    height: 40px;
}

.news_prev_text {
    overflow: hidden;
    height: 62px;
    line-height: 16px;
    padding: 3px 10px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 13px;
    margin-bottom: 5px;
}



.news_prev_text > *:first-child {
     margin-left: -5px;
}

.news_prev_text:after {
    content: "\02026";
    box-sizing: content-box;
    float: right;
    position: relative;
    top: -25px;
    left: 100%;
    width: 3em;
    margin-left: -3em;
    padding-right: 5px;
    text-align: right;
    background-size: 100% 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
}
a.news_readmore_bottom {
    float: right;
    padding: 0 10px;
    font-weight: 500;
}
.news_all {
	margin: 40px auto;
    background: white;
    text-align: center;
    display: table;
    padding: 10px 50px;
	filter: drop-shadow(0 3px 2px #484848);
	-webkit-filter: drop-shadow(0 3px 2px #484848);
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}

.news_all:hover{
	-webkit-filter: drop-shadow(0 3px 2px transparent);
	filter: drop-shadow(0 3px 2px transparent);
	padding: 10px 49px;
}


footer{
	background:#2b6a54;
	padding:30px 0;
	height:150px;
	box-sizing:border-box;
}
.footer_body{
	max-width:1000px;
	padding:0 10px;
	margin:0 auto;
	display: flex;
    display: -webkit-box;
}
footer .corp_logo{
	height: 90px;
    background: 0;
    box-shadow: none;
    border: 1px solid white;
	max-width: 430px;
}

footer .corp_name h2 {
    font-weight: 400;
}
footer .corp_name {
    width: 68%;
    padding: 12px 10px;
    box-sizing: border-box;
    font-size: 12px;
	color: white;
	border-left: 1px solid;
}
footer .logo{
	background:none;
	border:0;
	    width: 20%;
}
.footer_menu{
	margin: 0 50px;
}
.footer_menu ul{
	list-style:none;
}
.footer_menu ul li a{
	color: white;
    text-transform: uppercase;
    padding: 5px;
    border: 1px solid;
    display: block;
    text-align: center;
    font-weight: normal;
    font-size: 13px;
	margin: 0px 0 6px;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
.footer_menu ul li a:hover{
	background:white;
	color:#2b6a54;
}
footer .header_contact{
	    margin-left: 20px;
}
footer .header_contact li{
	margin-bottom:0;
	box-shadow:none;
}
footer .header_contact li:before,
footer .header_contact li:nth-of-type(2):before,
footer .header_contact li:last-of-type:before{
	background-color:inherit;
	box-shadow:none;
}
footer .header_contact li span{
	background:0;
	color:white;
	padding: 7px 10px;
	text-align:inherit;
}
.developer {
    line-height: 80px;
}
.developer img {
    zoom: 0.55;
    vertical-align: bottom;
}
textarea
{
    display: block;
    width: 100%;
    outline: none;
    padding: 5px;
    box-sizing: border-box;
    border: 0;
    background: 0;
    border-bottom: 2px solid #d1d1d1;
    margin-bottom: 50px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    font-family: inherit;
}
/*CATALOG*/
.catalog_block header {
	    margin: 40px 0 20px;
		text-align: center;
		-webkit-filter: drop-shadow(0 3px 2px #353535);
		filter: drop-shadow(0 3px 2px #353535);


}
.catalog_block header h2:after{
	content: ' ';
    position: absolute;
    width: 0px;
    height: 0;
    left: -40px;
    top: 0;
    border-width: 25px 20px;
    border-style: solid;
    border-color: #296a54 #286953 #296a54 transparent;
    box-shadow: none;
    transform: inherit;
}
/*inner Page*/
.breadcrumbs span.current{
	color:#50a587;
	font-weight: 500;
}
.inner_block_body{
	width:100%;
	background: white;
    border: 5px solid #f3f3f3;
    box-shadow: inset 0px 2px 5px -2px black;
    -webkit-filter: drop-shadow(0 3px 2px black);
    filter: drop-shadow(0 3px 2px black);
	box-sizing: border-box;
	margin-top: 15px;
	padding: 15px;
	display:block;
}
/*ITEM*/
.main_item_block,
.main_inner_block{
	margin:35px 0 195px;
}
.bredcumps_block{
	background:white;
	display: inline-block;
    padding: 10px 15px;
}
.inner_tittle{
	width: 100%;
    border: 1px solid #c6c6c6;
    background: #f5f5f5;
    padding: 10px 15px;
    box-sizing: border-box;
	margin-bottom: 20px;
}
.item_block_body{
	width:100%;
	background: white;
    border: 5px solid #f3f3f3;
    box-shadow: inset 0px 2px 5px -2px black;
    -webkit-filter: drop-shadow(0 3px 2px black);
    filter: drop-shadow(0 3px 2px black);
	box-sizing: border-box;
	margin-top: 15px;
	padding: 15px;
	display:-webkit-box;
	display: flex;
}
.item_img_body {
    margin-bottom: 10px;
	display:-webkit-box;
	display: flex;
}
.item_info{
	width:52%;
	margin-right: 12px;
}
.item_main_img{
	height: 320px;
	line-height: 320px;
	border:1px solid #c6c6c6 ;
	width: 360px;
    box-sizing: border-box;
	text-align: center;
}
.item_main_img  img,
.item_second_img img{
	vertical-align:middle;
	object-fit: cover;
    height: 100%;
    width: 100%;
}
.item_text {

    box-sizing: border-box;
    font-weight: 500;
    line-height: 21px;
}
.item_text iframe{
	width:100%;
}
.item_text table{

}
.item_form{
	width:47%;
	border: 1px solid #c6c6c6;
	background:#f5f5f5;
	padding: 10px 15px;
    box-sizing: border-box;
}
.item_form form{
	margin-top:35px;
}
.item_second_img{
	border: 1px solid #c6c6c6;
    width: 120px;
	height: 100px;
	line-height:100px;
	margin: 0 0 10px 10px;
	padding: 0 5px;
    box-sizing: border-box;
}
.form_tittle_item h3{
	font-size:24px;
	color:#368c6e;
}
.item_form label{
color:#6f6f6f;
cursor:pointer;
}
.item_form input:not([type='submit']){
	display:block;
	width:100%;
	outline:none;
	padding: 5px;
    box-sizing: border-box;
	border: 0;
    background: 0;
    border-bottom: 2px solid #d1d1d1;
	    margin-bottom: 50px;
		transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
.item_form input:focus{
	border-bottom: 2px solid #368c6e;
}
.item_form input[type="submit"]{
	outline: none;
    text-transform: uppercase;
    color: white;
    background: #368c6e;
    border: 1px solid #368c6e;
    padding: 10px 20px;
	margin: 0 auto;
    display: block;
	cursor:pointer;
		transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
.item_form input[type="submit"]:hover{
	background:white;
	color:#368c6e;
}
.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}
p {
    margin: 0 0 1.75em;
}
/*текст на главной*/
#text_information{
	background: rgba(255, 255, 255, 0.9);
	/*background-color: #FFF;*/
	padding: 20px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);
	margin-top: 50px;
	border-radius: 5px;
}
#text_information h2{
	text-align: center;
	font-size: 26px;
}
#text_information ul{
	margin-left: 20px;
}
#text_information p{
	line-height: 1.3;
	font-size: 16px;
	letter-spacing: 0.5px;
	margin-top: 5px;
}
