* {
	box-sizing:border-box;
	margin:0;
	-moz-box-sizing: border-box; 
   -ms-box-sizing: border-box; 

}
body {	
	background-repeat: no-repeat;
	background-position: 0%;
	background-color: rgba(231,190,123,1.00);
	background-size: 100% 100%;
	background-attachment: fixed;
	font-family:'Roboto',sans-serif;	
}

input[name="surname"] {
	display: block!important;
	width: 2px!important;
	height: 3px!important;
	margin-bottom: -3px!important;
	opacity: 0.01!important;
}

@media screen and (min-width: 1644px) { 		
	body {
		background-image:  url(/images/dertexture1644_inf.jpg);
  }
}
@media screen and (min-width: 1167px) and (max-width: 1644px) {
	body {
		background-image:  url(/images/dertexture1167_1644.jpg);
  }
}
@media screen and (min-width: 1050px) and (max-width: 1167px) {
body {
		background-image:  url(/images/dertexture1050_1167.jpg);
  }
}
@media screen and (max-width: 1050px){
	body {
		background-image:  url(/images/dertexture0_1050.jpg);
  }
}
@media screen and (min-width: 1280px) {
	body {
		padding:10px calc((100% - 1240px)/2) 6px;
  }
}
@media screen and (max-width: 1280px){
	body {
		padding:10px 30px 6px;
  }
	
}
.preloader {
  position: fixed;
  top: 0;
  left:0;
  z-index: 3;
  height: 100vh;
  width: 100vw;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.preloader-inner {
	position:absolute;
	top:calc(50% - 150px);
	left:calc(50% - 175px);
	width:350px;
	height:200px;	
}
.preloader-logo {
	width:350px;
	height:141px;
	margin:0 auto;
	background-image:url(/images/logo350.jpg);
	background-position:center center;
	background-repeat:no-repeat;	
	background-size:100% 100%;
	transition:1s;
	opacity:0;
	transform:matrix(1, 0, 0, 1, 0, 100);
}
.preloader-text {
	padding-top:20px;
	font-size:24px;
	transition:1s;
	opacity:0;
	transform:matrix(1, 0, 0, 1, 0, 100);
	font-family:'Abril Fatface', cursive;
}
.header {
	height:75px;
	width:100%;
}
.content-left {
	width:320px;
	float:left;
}
.logo {
	float:left;
	display:block;
	width:320px;
	height:140px;
	background-color:rgba(255,255,255,0.40);
	border: 2px solid rgba(11,86,10,1.00);
}
.logo-inner {
	width:100%;
	height:100%;
	background-image:url(/images/LogoS.png);
	background-size:253px 102px;
	background-position:center center;
	background-repeat:no-repeat;
}
.sidebar {
	float:left;
	width:320px;
	padding:20px;
	font-size: 21px;
	border: 1px solid rgba(11,86,10,1.00);
	border-top-width:0px;
	background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0.15) 0%,rgba(255,255,255,0.15) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0.15) 0%,rgba(255,255,255,0.15) 100%);
	background-image: -o-linear-gradient(0deg,rgba(255,255,255,0.15) 0%,rgba(255,255,255,0.15) 100%);
	background-image: linear-gradient(90deg,rgba(255,255,255,0.15) 0%,rgba(255,255,255,0.15) 100%);
	color: rgba(9,73,8,1.00);
	min-height:calc(100vh - 158px);
	display: box;
	display: -moz-box;
	display: -o-box;
	display: -ms-box;
	display: -webkit-box;
	box-orient:vertical;
	o-box-orient:vertical;
	-moz-box-orient:vertical;
	-ms-box-orient:vertical;
	-webkit-box-orient:vertical;
}
.sidebar p {
	text-align:center;
	padding-bottom:15px;
	white-space: pre-wrap;
	box-flex:1;
	-webkit-box-flex:1;
	-moz-box-flex:1;
	-ms-box-flex:1;
}
.subtitle {
	padding-bottom:20px;
	font-size:24px;
	font-family:'Abril Fatface', cursive;	
}
.vk-link {
	width:250px;
	height:62.5px;
	margin:0 auto 14px;
	background-image:url(/images/vkS.png);
	background-size:100% 100%;
	background-position:center center;
	background-repeat:no-repeat;
	display:block;
}
.menu-container {
	float:right;
	height:60px;
	margin:0px;
	width:calc(100% - 320px);
	border:2px solid rgba(11,86,10,1.00);
	border-left-width: 0px;
	/*Box-shadow: inset -2px 0px 0px rgba(11,86,10,1.00), inset 0px 2px 0px rgba(11,86,10,1.00), inset 0px -2px 0px rgba(11,86,10,1.00);*/
	background-color: rgba(83,83,83,0.60);
}
.menu {
	width:100%;
	padding-left:20px;
	height:56px;
	display: box;
	display: -moz-box;
	display: -o-box;
   display: -ms-flexbox;
	display: -webkit-box;
	box-orient:horizontal;
	o-box-orient:horizontal;
	-moz-box-orient:horizontal;
	-ms-box-orient:horizontal;
	-webkit-box-orient:horizontal;
}
.menu li {
	text-align:center;
	list-style:none;
	height:56px;	
	box-flex:1;
	-webkit-box-flex:1;
	-moz-box-flex:1;
	-ms-box-flex:1;
   -webkit-flex: 1 1 auto;
   -moz-flex: 1 1 auto;
   -ms-flex: 1 1 auto;
   -o-flex: 1 1 auto;
   flex: 1 1 auto;
	position:relative;
}
.menu li a {
	display:block;
	font-family:'Roboto', sans-serif;
	font-size:20px;
	color:white;
	line-height:56px;
	height:56px;
	text-decoration:none;
	text-transform: uppercase;
}
.menu li.current, .menu li:hover{
	Box-shadow: inset -2px 0px 0px rgba(11,86,10,1.00), inset 2px 0px 0px rgba(11,86,10,1.00);	
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.55) 0%,rgba(255,255,255,0.00) 100%,rgba(255,255,255,0.30) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.55) 0%,rgba(255,255,255,0.00) 100%,rgba(255,255,255,0.30) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.55) 0%,rgba(255,255,255,0.00) 100%,rgba(255,255,255,0.30) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.55) 0%,rgba(255,255,255,0.00) 100%,rgba(255,255,255,0.30) 100%);
}
.menu li.current:after {
	position:absolute;
	content:' ';
	bottom:-17px;
	left:0px;
	right:0px;
	height:15px;
	Box-shadow: inset -2px 0px 0px rgba(11,86,10,1.00), inset 2px 0px 0px rgba(11,86,10,1.00);
	background-color:rgba(11,86,10,1.00);
}
.link {
	text-decoration:none;
	font-family:'Roboto', sans-serif;
	font-weight:700;
	font-size:18px;
	text-transform: uppercase;
	color:rgba(11,86,10,1.00);/*rgba(102,51,0,1.00);*/
}
.link:hover {
	text-decoration:underline;
}
.link-email {
	text-decoration:none;
	font-family:'Roboto', sans-serif;
	font-weight:700;
	font-size:22px;
	text-transform: lowercase;
	color:rgba(11,86,10,1.00);/*rgba(102,51,0,1.00);*/
}

.button {
	display:inline-block;	
	width:auto;
	background-color:rgba(11,86,10,1.00)/*rgba(209,166,93,1.00)*/;
	padding:8px 12px;
	font-family: 'Roboto';
	font-size:18px;
	font-weight:700;
	line-height:1.2;
	transition:0.7s;
	margin-top:15px;
	color:white;
	text-decoration:none;
	cursor:pointer;
}	
.button-light {
	font-weight:300;
	padding:15px 25px;
	margin:10px auto;
}
.button:hover {
	background-color:rgba(31,121,30,1.00)/*rgba(218,184,125,1.00)*/;
}	



/*page*/
.page-content {
	position:relative;
	margin-left:340px;
	width:calc(100% - 340px);
	min-height: calc(100vh - 93px);
	border: 1px solid rgba(11,86,10,1.00);
	background-color: rgba(83,83,83,0.60);
	padding:20px 20px 60px;
	color:white;
}
.page-content h1 {
	text-align:left;
	font-family:'Abril Fatface', cursive;
	font-size:36px;
	padding-left:20px;
	margin-bottom:20px;
}
.page-content p {
	text-align:justify;
	font-family:'Arial', sans-serif;
	font-size:20px;
	padding-bottom:10px;
	line-height:1.2;
}



/*gallery*/
.gallery {
	display:inline-block;
	border:1px solid rgba(11,86,10,1.00);
	margin-top:20px;
}
.fancy-image {
	display:block;
	float:left;
	height:auto;
	border:1px solid rgba(11,86,10,1.00);
}
.fancy-image img {
	display:block;
	width:100%;
	height:auto;
}


/*footer*/
.footer {
	display:block;
	position:absolute;
	bottom:0px;
	height:40px;
	left:0px;
	right:0px;
}
.footer-hr {
	border-bottom:1px solid #f2c480;
	height:0px;
	width:100%;
}
.footer-text {
	color:#f2c480;
	width:100%;
	font-family:'Roboto', sans-serif;
	font-size:18px;
	line-height:32px;
	text-align:center;
	display:block;
	white-space: pre-wrap;
}
.footer-link {
	color:#f2c480;
	text-decoration:none;
	font-size:18px;
	font-weight:700;
}
.footer-link:hover {
	text-decoration:underline;
}



/*main*/
.full-width {
	margin-left:-20px;
	margin-right:-20px;
	width:calc(100% + 40px);
}
.land0 {
	height:250px;
	margin-top:-20px;
	background-image:url(/images/pilomateriali2.jpg);
	background-attachment:fixed;
	background-size:cover;
	background-position:center center;
}
.land0 h1 {
	padding-left:0px;
	line-height:250px;
	color:rgba(11,86,10,1.00);
	font-size:50px;
	width:100%;
	text-align:center;
}
.land1 {
	display:inline-block;
	background-image:url(/images/landing1.jpg);
	background-size:cover;
	background-position:center center;
	padding:30px;
}
.land1 p {
	font-family:'Arial', sans-serif;
	display:inline-block;
	color: #db7c00; 
	font-size: 19px;
	padding:15px 0px 15px;
}
.land1 .emblem-block {
	display: box;
	display: -moz-box;
	display: -o-box;
   display: -ms-flexbox;
	display: -webkit-box;
	box-orient:horizontal;
	o-box-orient:horizontal;
	-moz-box-orient:horizontal;
	-ms-box-orient:horizontal;
	-webkit-box-orient:horizontal;
	padding:20px 0px;
}
.land1 .emblem-block .emblem {
	box-flex:1;
	-webkit-box-flex:1;
	-moz-box-flex:1;
	-ms-box-flex:1;
}
.land1 .emblem-block .emblem div {
	background-size:100% 100%;
	background-position:center center;
	background-repeat:no-repeat;
}
.land1 .emblem-block .emblem:nth-child(1) div {
	float:right;
	height:260px;
	width:225px;
	background-image:url(/images/landing-emblem2.png);
}
.land1 .emblem-block .emblem:nth-child(2) div {
	float:left;
	height:260px;
	width:309px;
	background-image:url(/images/landing-emblem3.png);
}
.land2 {
	display:inline-block;
	background-image:url(/images/landing4.jpg);
	background-size:cover;
	background-position:center top;
	padding:50px 30px;	
}
.land2 h2 {
	font-size: 32px; 
	color: #1f5a00; 
	padding-left: 30px;
	font-family:'Abril Fatface', cursive;
}
.land2 ul {
	color: #1f5a00; 
	padding-left: 70px;
}
.land2 li {
	color: #1f5a00; 
	padding-left: 15px;
	font-size:20px;
	padding-top:10px;	 
}
.land3 {
	background-color:rgba(253,246,218,1);
	padding:30px 30px 50px;
}
.land3 h2 {
	padding-left: 30px;
	font-size: 32px; 
	color:rgba(155,85,32,1);
	padding-bottom:20px;
	font-family:'Abril Fatface', cursive;
}
.land3 .product {
	background-color:rgba(0,60,0,0.80)/*rgba(11,86,10,1.00);*/
}
.land3 .button {
	border:1px solid white;
}
.land3 .link {
	display:block;
	width:100%;
	font-size:32px;
	text-align:center;
}
.land4 {
	background-color:rgba(253,246,218,1);	
	padding:30px 30px 100px;
	background-image:url(/images/landing5.jpg);
	background-size:cover;
	background-position:center center;	
}
.land4 h2 {
	font-size: 32px; 
	color: #1f5a00; 
	text-align:center;
	font-family:'Abril Fatface', cursive;
	padding:20px 0px 40px;
}
.land4 .button {
	text-align:center;
	margin-left:50%;
	transform:translateX(-50%);
} 
.land4 p {
	text-align:center;
	padding:20px 0px 0px;
	color: #1f5a00; 
	font-family:'Roboto', sans-serif;
	font-weight:700;
}



/*products*/
.product {
	position:relative;
	width:100%;
	padding:0px;
	border:2px solid rgba(11,86,10,1.00);/*rgba(102,51,0,1.00);*/
	margin-bottom:40px;
	background-color:rgba(0,20,0,0.30);/*rgba(255,255,255,0.7);*/
	min-height:240px;
}
.product .img {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:40%;
	border-right:2px solid rgba(11,86,10,1.00);
	overflow:hidden;
}
.product .img img {
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	transition:2s;
   object-fit: cover;
}
.product:hover .img img {
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	position:absolute;
	left:-10%;
	top:-10%;
	width:120%;
	height:120%;
}
.product .img:after {
	display:block;
	position:absolute;
	content:' ';
	border:4px double rgba(11,86,10,1.00);
	left:8px;
	right:8px;
	top:8px;
	bottom:8px;
}
.product .cont {
	position:relative;
	width:100%;
	padding:15px 2% 15px 42%;
}	
.product .cont h3 {
	width:100%;
	text-align:left;
	font-family: 'Abril Fatface', cursive;
	font-size:30px;
	line-height:1;
	font-weight:500;
	margin:0;
}	
.product .cont table {
	margin-top:20px;
	font-family:'Roboto';
	font-size:18px;
	line-height:1.2;
	font-weight:300;
}	
.product .cont table td {
	padding:3px 8px;
	border:1px solid white;
	border:1px solid rgba(255,255,255,0.8);
}	
.product .cont table th {
	padding:3px 8px;
	border:1px solid rgba(255,255,255,0.8);
}	
.product .cont p {
	width:100%;
	text-align:left;
	font-family: Roboto;
	font-size:24px;
	font-weight:300;
	line-height:1.2;
}
/*end of products*/



/*single-product*/

.single-product .img {
	border:2px solid rgba(11,86,10,1.00);
	overflow:hidden;
	position:relative;
	
}
.single-product .img img {
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	transition:2s;
}
.single-product .img:hover img {
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	left:-10%;
	top:-10%;
	width:120%;
	height:120%;
}
.single-product .img:after {
	display:block;
	content:' ';
	position:absolute;
	border:4px double rgba(11,86,10,1.00);
	left:8px;
	right:8px;
	top:8px;
	bottom:8px;
}
.single-product .table-block {
	display:block!important;
	padding-top:40px;
}	
.single-product .table-block table {
	width:100%;
}	
.single-product .table-block table td, .single-product .table-block table th {
	font-size:16px;
	text-align:center;
	padding: 5px 8px;
}	



/*order
<label for="radio-2" class="ui-button ui-widget ui-checkboxradio-radio-label ui-checkboxradio-label ui-controlgroup-item ui-checkboxradio-checked ui-state-active"><span class="ui-checkboxradio-icon ui-corner-all ui-icon ui-icon-background ui-icon-blank"></span><span class="ui-checkboxradio-icon-space"> </span>Через банковский терминал</label>
*/
.page-content .order .ui-button {
	font-size:20px;
	font-family:'Roboto',sans-serif;
}
.page-content .order .ui-button:active {
	background-color:rgba(14,114,1,1.00);
	border-color:rgba(11,86,10,1.00);
}
.page-content .order .ui-selectmenu-icon {
	margin-top:2px;
	color:white;
}
.page-content .order .ui-checkboxradio-icon {	
	border-color:rgba(14,150,1,1.00);
	width:16px!important;
	height:16px!important;		
	background-color:transparent;
	border-width:8px;
}
.ui-checkboxradio-radio-label.ui-state-active {
	background-color:rgba(14,114,1,1.00);	
	border-color:rgba(14,114,1,1.00);	
}
.payment {
	margin-top:30px;
	font-size:24px;
	font-family:'Roboto',sans-serif;	
}
.ui-checkboxradio-radio-label {
	font-size:20px;
	font-family:'Roboto',sans-serif;	
	width:50%;
	text-align:left!important;
}
.page-content .order .ui-button.ui-state-active:hover {	
	background-color:rgba(14,150,1,1.00);		
	border-color:rgba(14,114,1,1.00);	
}
.ui-selectmenu-menu div.ui-state-active {
	background-color:rgba(14,114,1,1.00);	
	border-color:rgba(14,114,1,1.00);	
}
.ui-selectmenu-menu .ui-menu-item-wrapper {
	font-size:20px;
	font-family:'Roboto',sans-serif;	
}
.select-block-container {
	display:none;
}
.payment {
	margin-top:30px;
	font-size:24px;
	font-family:'Roboto',sans-serif;	
}
fieldset {
	border-color:rgb(192, 192, 192);
}
legend {
	color:rgb(255,255,255);
}
.delievry-fieldset {
	margin-top:30px;
	font-size:24px;
	font-family:'Roboto',sans-serif;	
}
.delievry-fieldset-inner {
	display:table;
	width:100%;
}
.delivery-selects {
	display:table-cell;
	 width:75%;
}
.delivery-space {
	width:15px;
	height:100%;
	display:block;
}
.delivery-price, .total-price {
	display:table-cell;
	width:100%;
	height:100%;
	text-align:center;
	vertical-align: middle;
	font-size:28px;
	font-family:'Roboto',sans-serif;	
	border:1px solid white;	
	padding-left:8px;
	padding-right:8px;
}
.total-price {
	display:table-cell;
	width:calc(25% - 15px);
}
/*
.delivery-price:after, .total-price:after, .product-price:after {
	content:'&nbsp;₽';	
}*/
.order-products {
	margin-top:30px; 
	font-size:24px;
	font-family:'Roboto',sans-serif;		
}
.add_new_product {
	font-size:26px;
	font-family:'Roboto',sans-serif;	
	margin:0px;	
	float:right;
}
.order .checkout {
	width:100%;
	text-align:center;
	margin-top:40px;	
}
.order fieldset {
	margin-top:30px;
	font-size:24px;
	font-family: 'Abril Fatface', cursive;
	transition:0.5s;
}
.communication-select {
	display:table-cell;
	width:50%;	
	padding-right:1px;
}
.communication-input {
	display:table-cell;
	width:50%;	
}
.order .email, .order .phone {
	font-size:20px;
	border-radius:4px;
	padding-left:10px;
	margin-top:1px;
	font-family:'Roboto', sans-serif;	
	height:43px;
	width:100%;	
	min-width:40%;	
}
.error {
	border-color:red;
}
.order-product {
	display:none;
	margin:0px 0px 20px;
	position:relative;
}
.order-product .img {
	width:30%;
}
.order-product .cont {
	padding-left:calc(30% + 20px);
	width:100%;
}
.prop {
	width:100%;
	margin-top:6px;
	display:table;
}
.prop:nth-child(2) {
	margin-top:20px;
}
.prop-name {
	display:block;
	display:table-cell;
	width:40%;
	font-size:20px;
	font-family:'Roboto', sans-serif;	
	/*background-color:white;
	color:black;*/
}
.prop-select-container {
	display:table-cell;
	width:60%;
}
.page-content .order .prop-select-container .ui-button {
	padding:5px 10px;
	font-size:16px;
	font-family:'Roboto',sans-serif;
}
.page-content .order .prop-select-container .ui-button:active {
}
.small-select-menu {
}
.small-select-menu .ui-menu-item-wrapper {
	font-size:16px!important;
	padding:5px 10px;
}
.input {
	padding:0px 0px 0px 15px;
	font-size:22px;
	font-family:'Roboto',sans-serif;	
	width:100%;
	margin-top:0px;
	border-radius:2px;
	height:32px;
}
.quantity-value-container {
	display:table-cell;
	vertical-align:middle;
	height:32px;
	width:80px;
	width:50%;
}
.quantity-types {
}
.quantity-cont {
	display:table-cell;
	
	width:63%;
}
.quantity-cont .prop-select-container {
	display:table-cell;
	vertical-align:middle;
	width:calc(50% - 80px);	
	height:32px;
}
.product-price-cont {
	display:table-cell;
	vertical-align:middle;
	width:30%;
	height:50px;
	text-align:center;
	border:1px solid white;
	padding-left:8px;
	padding-right:8px;
}
.product-price {
	font-size:26px;
	font-family:'Roboto',sans-serif;		
}
.product-footer {
	width:100%;
	margin-top:20px;
}
.product-footer-space {
	display:table-cell;
	width:7%;
}
.close-button {
	cursor:pointer;
	width:30px;
	height:30px;
	line-height:26px;
	text-align:center;
	font-size:30px;
	padding:2px 0px;
	position:absolute;
	top:0px;
	right:0px;
	opacity:0.999;
}
.inputs_tr {
	margin-top:6px;
}
.inputs_tr:first-child {
	margin-top:0px;
}
.order-more .spoiler {
	display:none;
	height:0;
	overflow:hidden;
	transition:0.5s;
	opacity:0;
}
.order-more:after {
	content:"...";
	font-size:26px;
}
.order-more.clicked:after {
	display:none;
}
.order-more {	
	transition:0.5s;
}
.order-more.clicked .spoiler {
	display:block;
	height:auto;	
	opacity:1;
}
.order-more>legend {
	cursor:pointer;
}
.order-more>legend:after {
	content:"  ▼";
} 
.order-more.clicked>legend:after {
	content:"  ▲";
} 
.total-cell2 {
	display:table-cell;
	width:75%;
}
.total-cell1 {
	display:table;
	width:100%;
}
.order .comment, .order .address {
	vertical-align:top;
	margin-top:10px;
	font-size:16px;
	border-radius:4px;
	padding:5px 10px;
	font-family:'Roboto', sans-serif;	
	height:90px;
	width:100%;
}
.order h3 {
	font-family: 'Abril Fatface', cursive;
	font-size:24px;
	margin-top:30px;
	margin-bottom:10px;	
}
.payment h3 {
	margin-top:0px;
}


/*common*/
.clearfix {
	clear:both;
}

.txtarea {
	width:100%;
	min-height:100px;
}
.to-calc {
	float:right;
	margin-top:-60px;
}
.flex-block {
	display: box;
	display: -moz-box;
	display: -o-box;
	display: -ms-box;
	display: -webkit-box;
	box-orient:horizontal;
	o-box-orient:horizontal;
	-moz-box-orient:horizontal;
	-ms-box-orient:horizontal;
	-webkit-box-orient:horizontal;
}
.flex-item {
	box-flex:1;
	-webkit-box-flex:1;
	-moz-box-flex:1;
	-ms-box-flex:1;
	position:relative;
}
.white {
	color:white;
}
.center {
	position:relative;
	left:50%;
	transform:translateX(-50%);	
}
:focus {
    outline: rgba(11,86,10,1.00) auto 5px;
    outline-color: rgba(11,86,10,1.00);
    outline-style: auto;
    outline-width: 5px;
}
.table-cell {
	display:table-cell;
	vertical-align: middle;
}


/*delivery*/
.table-block {
	display:none;
	padding-top:30px;
	font-size:22px;
	font-family:'Roboto',sans-serif;
}
.table-block table {
	background-color: rgba(255,255,255,0.1);
	border: 1px solid rgba(11,86,10,1.00);
}
.table-block table td, .table-block table th {
	padding:10px 15px;
	border: 1px solid rgba(11,86,10,1.00);
}/*
.table-block table td:last-child:after {
	content:' ₽';
}*/
.table-block table tr:hover {
	background-color: rgba(2,255,0,0.08);
}
.table-block table td:hover {
	background-color: rgba(2,255,0,0.2);
}
.page-content .delivery-tables h2 {
	font-size:28px;
	font-family:'Roboto',sans-serif;
	padding-bottom:15px;
}
.page-content .delivery-tables h3 {
	font-size:22px;
	font-family:'Roboto',sans-serif;
	padding-bottom:10px;
}
.page-content .delivery-tables .ui-button {
	font-size:20px;
	font-family:'Roboto',sans-serif;
}
.page-content .delivery-tables .ui-button:active {
	background-color:rgba(14,114,1,1.00);
	border-color:rgba(11,86,10,1.00);
}
.page-content .delivery-tables .ui-selectmenu-icon {
	margin-top:2px;
	color:white;
}
.ui-selectmenu-menu div.ui-state-active {
	background-color:rgba(14,114,1,1.00);	
	border-color:rgba(14,114,1,1.00);	
}
.ui-selectmenu-menu .ui-menu-item-wrapper {
	font-size:20px;
	font-family:'Roboto',sans-serif;	
}



/*contact*/
.map {
	float:left;
	position:relative;
	margin-top:40px;
	width:100%;
	height:600px;
}
.cont-image {
	width:100%;
}



/*prices*/
.prices-date {
	color:white;
	float:left;
	/* padding-left:100px; */
	font-family:'Roboto', sans-serif;
	font-size:20px;
}
.prices-table-block {
	width:100%;
}
.prices-table-block table {
	width:100%;
	background-color:rgba(255,255,255,0.15);
	font-size:18px;
	font-family:'Roboto', sans-serif;
}
/*tablepress*/
.prices-table-block table {
	width:100%;
}
.prices-table-block .row-1 td, .prices-table-block .row-2 td, .prices-table-block .row-3 td {
	border: 1px solid rgba(11,86,10,1.00)!important;
	background-color: rgba(255,255,255,0.3)!important;
	}
.prices-table-block table td {
	min-height:50px;
	border: 1px solid rgba(11,86,10,1.00)!important;
	background-color: transparent!important;
}
.prices-table-block table tr {
	background-color: transparent;
}
.prices-table-block table td:hover {
	background-color: rgba(2,255,0,0.2);
}
.prices-table-block table tr:hover {
	background-color: rgba(2,255,0,0.08);
}


/*remodal*/
.remodal-overlay {
  background: rgba(37, 37, 37, 0.9);
}

.remodal {
  max-width: 315px;
  background: #efecec;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  padding: 40px;
}

@media screen and (max-width: 375px) {
  .remodal {
    width: 100%;
  }
}

.remodal-close {
  left: auto;
  right: 0;
}
.remodal-wrapper h2 {
	color:rgba(11,86,10,1.00);
}
.remodal-wrapper h3 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
  color: rgba(11,86,10,1.00)/*#050505*/;
  margin-bottom: 2px;
}

.remodal-wrapper p, .remodal-wrapper a {
  color: #a4a4a4;
}

.remodal-wrapper p b, .remodal-wrapper a b {
  font-weight: 300;
  color: #050505;
}

.remodal-wrapper p span, .remodal-wrapper a span {
  color: #050505;
}

.remodal-wrapper label {
	color:rgba(11,86,10,1.00);
}

.remodal-wrapper input, .remodal-wrapper textarea {
  background: none;
  border: solid 2px rgba(31,121,30,1)/*#a4a4a4*/;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  width: 100%;
  height: 42px;
  padding: 0 20px;
  margin: 4px 0;
  color: #bcbbbb;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.remodal-wrapper input:focus, .remodal-wrapper textarea:focus {
  border-color: rgba(31,121,30,1)/*#252525*/;
  color: #252525;
}

.remodal-wrapper form {
  margin-top: 22px;
}

.remodal-wrapper fieldset a, .remodal-wrapper fieldset input {
  width: 50%;
}

.remodal-wrapper fieldset a {
  font-size: 12px;
  font-weight: 400;
  position: relative;
  top: 15px;
}

.remodal-wrapper input[type="submit"] {
  background: rgba(11,86,10,1.00)/*#252525*/;
  color: #efecec;
  border: none;
  float: right;
  transition:0.5s;
}

.remodal-wrapper input[type="submit"]:hover {
  background: rgba(31,121,30,1);
}
.remodal-wrapper a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.remodal-wrapper a:hover {
  color: #0f8bcd;
}

.remodal-wrapper .thanks {
  min-height: 290px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.remodal-wrapper .thanks p {
  line-height: 17px;
}

.remodal-wrapper .thanks h3 {
  margin-bottom: 5px;
}
.mobile-button {
	display:none;
}
.mobile-contact {
	display:none;
}
@media (max-width: 1160px) {
  .page-content {
	  margin-left:0px;
    width: 100%;
  }
	.sidebar {
		display:none;
	}
	.content-left {
		width:150px;
		position:relative;
	}
	.logo {
		height:60px;
		padding-top:5px;
		padding-bottom:5px;
		width:150px;
		background-color:white;
	}
	.logo-inner {
		background-size:contain;
	}
	.menu-container {
		width:calc(100% - 150px);
		position:relative;
	}
	.mobile-button {
		display:block;
		float:right;
		width:58px;
		height:58px;
		padding:0px;
		transition:0.5s;
		margin-top:0px;
	}
	.mobile-button div {
		display:block;
		width:100%;
		height:100%;
		background-image:url(/images/mobile-button.png);
		background-size:43px 37px;
		background-position:center center;
		background-repeat:no-repeat;	
		transition:0.5s;	
	}
	.mobile-button.clicked div {
		transform:rotate(90deg);
	}
	#menu-top-menu {
		display:none;
		position:absolute;
		top:60px;
		left:-150px;
		right:-1px;
		max-height:calc(100vh - 76px);
		overflow:auto;
		width:auto;
		height:auto;
		background-color:rgba(0,0,0,0.9);
		z-index:100;
		padding-left:0px;
		border:2px solid rgba(11,86,10,1);
	}
	#menu-top-menu li {
		width:100%;
	}
	#menu-top-menu li.current {
		box-shadow:none;
		background-color:rgba(11,86,10,1.00);
		background-image:none;
		width:100%;
	}
	#menu-top-menu li:hover {
		background-color:rgba(31,121,30,1);
		background-image:none;
	}
	#menu-top-menu li.current:after {
		display:none;
	}
	.mobile-contact {
		display:block;
		width:calc(100% - 58px);
		height:58px;
		line-height:58px;
		cursor:pointer;
		text-align:center;
		color:white;
		font-size:22px;
		float:left;		
		font-family:'Abril Fatface', cursive;
		background-color:rgba(11,86,10,1);
		transition:0.5s;
	}
	.mobile-contact:hover {
		background-color:rgba(31,121,30,1);
	}
	.sidebar {
		position:absolute;
		width:calc(100vw - 77px);
		top:62px;
		left:0px;
		max-height:calc(100vh - 76px);
		z-index:100;
		background-color:rgba(255,255,255,0.9);
		border:2px solid rgba(11,86,10,1);
	}
	.header {
		position:fixed;
		z-index:98;
		top:0px;
		width:calc(100% - 60px);
	}
	.page-content {
		margin-top:60px;
	}
}

@media  (max-width: 650px) {
	body {
		padding:0px;
		overflow-x:hidden;
	}
	.sidebar {
		width:100vw;
	}
	.header {
		top:0px;
		width:100%;
	}
	.page-content h1 {
		font-size:30px;		
	}
	.page-content {
		padding-left:5px;
		padding-right:5px;
		
	}
	fieldset {
		padding-left:5px;
		padding-right:5px;
	}
	.delivery-space {
		clear:both;
		display:block;
		width:0px;
		height:0px;
	}
	.delivery-price, .total-price {
		display:block;
		margin-top:10px;
		width:100%;
	}
	.delievry-fieldset-inner {
		display:block;
	} 
	.ui-selectmenu-button {
		max-width:calc(100vw - 42px)!important;
	}
	.order .prop {
		display:block;
	}
	.prop-select-container {
		display:block;
	}
	.quantity-cont {
		width:100%;
	}
	.product-price-cont {
		margin-top:10px;
		width:100%;
		display:table;
	}
	.product-price {
		width:100%;
		height:100%;
		display:table-cell;
		text-align:center;
		vertical-align:middle;
	}
	.product-footer-space {
		display:none;
	}
	.land1 .emblem-block {
		display:block;		
	}
	.land1 .emblem {
		display:block;
		width:100%;
	}
	.land1 .emblem div {
		float:none!important;
		margin:auto!important;
	}
	.land2 {	
		background-size:100% 150%;
	}
	.product .img {
		position:relative;
		width:100%;
		height:200px;
	}
	.product .cont {
		position:relative;
		width:100%;
		padding:5px;
	}
	.product .cont h3 {
		width:100%;
		text-align:center;
	}
	.product .cont .button {
		width:100%;
		text-align:center;
	}
	.product .cont table {
		margin-left:auto;
		margin-right:auto;
	}
	.product .cont table td, .product .cont table th {
		padding:2px 2px;
		font-size:14px;
	}
	.fancy-image {
		width:100%!important;
		margin:0!important;
	}
	.to-calc {
		float:none;
		margin-top:0px;
		margin-bottom:10px;
		width:100%;
	}
}

@media  (max-width: 810px) {
	.ui-checkboxradio-radio-label {
		width:100%;
	}
}

@media  (max-width: 890px) {
	.price-date {
		padding-left:0px;
	}
	.prices-table-block table {
		font-size:10px;
	}
	.prices-table-block table td {
		padding:1px;
	}
}
@media  (max-width: 420px) {
	.price-date {
		padding-left:0px;
	}
	.prices-table-block table {
		font-size:8px;
	}
	.prices-table-block table td {
		padding:1px;
	}
}

.news__item {
	display: flex;
	flex-flow: column nowrap;
	padding: 10px 15px;
	/* border: 1px solid #1f5a00; */
	margin: 0px 0px 12px;
	background-color: #1f5a00;
}
.news__title {
	margin-bottom: 20px;
}
.news__item-head {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.news__item-title {
	color: white;
	padding-left: 2px;
}
.news__item-text {
	color: white;
	border-top: 1px solid white;
	margin-top: 5px;
	padding-top: 5px;
	padding-left: 2px;
}
.news__item-text p {
	padding-bottom: 3px;
	font-size: 16px;
}
.news__link {
	margin-top: 10px;
}

.single-news__head {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.single-news__date {
	padding-top: 8px;
}