HTML {
	height: 100%;
}
BODY {
	padding: 0px;
	margin: 0px;
	background-color: #f7f7f7;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	width: 100%;
	height: 100%;
}
/************************************/
.cart_form.hidden {
	display: none;
}
.overlay {
	background-color: #000;
	opacity: 0.2;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 99;
	/*backdrop-filter: blur(5px);
	background: rgba(0, 0, 0, 0.2);*/
}
.modal {
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	z-index: 100;
	position: absolute;
	font-size: 15px;
}
#modal_ingood {
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	z-index: 100;
	position: absolute;
	font-size: 15px;
	top:20px;
	left: 0px;
	width: 280px;
}
#GC #RC #modal_ingood A {
	background-image: none;
}
#GC #RC #modal_ingood A:hover {
	color: #000;
}
.modal I.x {
	display: block;
	position: absolute;
	right: 12px;
	top: 13px;
	width: 30px;
	height: 30px;
	background-image: url('modal_x.png');
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.modal .header {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	padding: 20px 20px 18px 20px;
	border-bottom: solid 1px #efefef;
}
.modal .city_list {
	/*padding: 15px 20px 25px 20px;*/
	max-height: 230px;
	overflow-y: scroll;
}
.modal .city_list A {
	display: block;
	text-decoration: none;
	line-height: 40px;
	height: 40px;
	color: #4c7302;
	padding-left: 30px;
	padding-right: 20px;
}
.modal .city_list A:hover {
	text-decoration: none;
	color: #000;
	background-color: #def3b5;
}
/*******************************************/
#prehead_area {
	width: 100%;
	height: 80px;
	background-color: #fff;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#prehead_area {
		height: 90px;
	}
}
#prehead {
	position: relative;
	max-width: 1100px;
	height: 80px;
	margin: 0 auto;
	font-size: 13px;
	color: #333;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#prehead {
		max-width: 100%;
		height: 90px;
	}	
}
#prehead #city {
	float: left;
	position: relative;
	width: 27%;
	height: 100%;
	background-image: url('prehead_pin.png');
	background-position: 50px center;
	background-repeat: no-repeat;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#prehead #city {
		width: 50%;
		height: 100%;
		background-position: 20px 25px;
	}	
}
#prehead #city SPAN {
	display: block;
	margin-left: 80px;
	margin-top: 20px;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#prehead #city SPAN {
		margin-left: 50px;
		margin-top: 28px;
	}
}
#prehead #city SPAN B {
	display: inline-block;
	padding-right: 18px;
	background-image: url('prehead_v.png');
	background-position: right 10px;
	background-repeat: no-repeat;
	font-size: 16px;
	color: #000;
	white-space: nowrap;
	cursor: pointer;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#prehead #city SPAN B {
		padding-right: 0px;
		background-image: none;
		font-size: 15px;
	}
}
#prehead #contacts {
	float: left;
	width: 73%;
	height: 80px;
	overflow: hidden;
}
#prehead #contacts I.x {
	display: none;
}
#prehead #contacts .header {
	display: none;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#prehead #contacts {
		display: none;
		background-color: #fff;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
		z-index: 100;
		position: absolute;
		right: 20px;
		top: 20px;
		float: unset;
		width: 240px;
		height: auto;
		overflow: unset;
	}
	#prehead #contacts I.x {
		display: block;
		position: absolute;
		right: 12px;
		top: 13px;
		width: 30px;
		height: 30px;
		background-image: url('modal_x.png');
		background-position: center center;
		background-repeat: no-repeat;
		cursor: pointer;
	}
	#prehead #contacts .header {
		display: block;
		font-weight: 700;
		text-transform: uppercase;
		color: #000;
		padding: 20px 20px 18px 20px;
		border-bottom: solid 1px #efefef;
	}
}
#prehead I.ocon {
	display: none;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#prehead I.ocon {
		display: block;
		float: right;
		width: 100px;
		padding-left: 28px;
		margin-top: 28px;
		margin-right: 25px;
		font-style: normal;
		background-image: url('prehead_o.png');
		background-position: 0px top;
		background-repeat: no-repeat;
	}
}
#prehead #contacts SPAN {
	display: inline-block;
	float: left;
	background-image: url('prehead_o.png');
	background-position: 0px center;
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 15px;
	margin-top: 4px;
	margin-right: 40px;
	margin-left: 30px;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#prehead #contacts SPAN {
		margin-left: 20px;
		background-position: 0px 20px;
	}
}
#prehead #contacts SPAN A {
	display: block;
	text-decoration: none;
	font-size: 20px;
	font-weight: 800;
	color: #000;
	margin-bottom: -1px;
}
#prehead #contacts P {
	display: inline-block;
	float: left;
	margin-left: 80px; /*30 with viber*/
	margin-top: 20px;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#prehead #contacts P {
		margin-left: 50px;
		margin-bottom: 20px;
	}	
}
#prehead #contacts P A {
	text-decoration: none;
	display: inline-block;
	margin-right: 10px;
}
#prehead #contacts P A IMG {
	border: none;
}
/************************************/
#head_area {
	width: 100%;
	height: 210px;
	background-color: #558002;
}
#head {
	position: relative;
	max-width: 1100px;
	height: 210px;
	margin: 0 auto;
	font-size: 15px;
	color: #fff;
	/*overflow: hidden;*/
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#head {
		overflow: unset;
	}
}
#head A#logo {
	display: block;
	float: left;
	text-decoration: none;
	width: 325px;
	height: 65px;
	background-image: url('logo.png');
	background-position: center center;
	background-repeat: no-repeat;
	margin-left: 50px;
	margin-top: 80px;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#head A#logo {
		width: 60%;
		height: 65px;
		background-image: url('logo.png');
		background-position: left top;
		background-size: 100%;
		margin-left: 25px;
		margin-top: 35px;
	}
}
#head FORM#finder {
	position: relative;
	display: block;
	float: left;
	margin-left: 65px;
	margin-top: 95px;
	width: 40%;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#head FORM#finder {
		position: absolute;
		top: 115px;
		left: 7%;
		float: unset;
		margin-left: 0px;
		margin-top: 0px;
		width: 86%;
	}
}
@media screen and (max-width: 1030px) and (orientation: landscape) {
	#head FORM#finder {
		width: 30%;
	}
}
@media screen and (max-width: 895px) and (orientation: landscape) {
	#head FORM#finder {
		width: 27%;
		margin-left: 45px;
	}
}
@media screen and (max-width: 830px) and (orientation: landscape) {
	#head FORM#finder {
		display: none;
	}
}
#head FORM#finder I.close {
	display: block;
	position: absolute;
	right: 12px;
	top: 10px;
	width: 30px;
	height: 30px;
	background-image: url('modal_x.png');
	background-position: center center;
	background-repeat: no-repeat;
}
#head FORM#finder INPUT {
	display: block;
	width: 80%;
	height: 50px;
	border: solid 0px;
	padding: 0px 10% 0px 10%;
	margin: 0px;
	background-color: #618f07;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	outline: none;
	transition: 0.2s;
}
#head FORM#finder INPUT.active {
	/*background-color: #fff;
	color: #000;*/
}
#head FORM#finder ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #c6e38e;
}
#head FORM#finder :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #c6e38e;
   opacity:  1;
}
#head FORM#finder ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #c6e38e;
   opacity:  1;
}
#head FORM#finder :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #c6e38e;
}
#head FORM#finder ::-ms-input-placeholder { /* Microsoft Edge */
   color:    #c6e38e;
}
#head FORM#finder ::placeholder { /* Most modern browsers support this now. */
   color:    #c6e38e;
}
#head #icons {
	display: block;
	float: right;
	margin-right: 70px;
	margin-top: 100px;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#head #icons {
		position: absolute;
		top: 40px;
		right: 20px;
		float: unset;
		margin-right: 0px;
		margin-top: 0px;
	}	
}
#head #icons SPAN {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	margin-left: 12px;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#head #icons SPAN {
		width: 36px;
		height: 36px;
		margin-left: 5px;
		background-size: 90%;
	}
}
#head #icons SPAN.fav {
	background-image: url('head_fav.png');
}
#head #icons SPAN.ord {
	background-image: url('head_ord.png');
}
#head #icons SPAN I.o {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	background-color: #ff9900;
	text-align: center;
	font-style: normal;
	position: absolute;
	left: 5px;
	top: 40px;
	color: #000;
	cursor: pointer;
}
#head #icons SPAN I.o.hidden {
	display: none;
}
#head #icons SPAN #modal_fav {
	position: absolute;
	right: 0px;
	top: -5px;
	color: #000;
	min-width: 330px;
}
#head #icons SPAN #modal_fav .listing {
	display: block;
	max-height: 300px;
	overflow-y: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#head #icons SPAN #modal_fav .listing P.node {
	display: block;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 40px;
	position: relative;
}
#head #icons SPAN #modal_fav .listing P.node I.pic {
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 40px;
	background-image: url('no_img_200x150.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	margin-top: -10px;
	margin-bottom: -10px;
	margin-right: 10px;
}
#head #icons SPAN #modal_fav .listing P.node I.name {
	display: inline-block;
	vertical-align: top;
	font-style: normal;
	font-size: 14px;
	width: calc(100% - 60px);
}
#head #icons SPAN #modal_fav .listing P.node I.name A {
	text-decoration: none;
	color: #000;
	border: none;
}
#head #icons SPAN #modal_fav .listing P.node I.name A:hover {
	text-decoration: none;
	color: #690;
}
#head #icons SPAN #modal_fav .listing P.node I.del {
	display: block;
	position: absolute;
	top: 5px;
	right: 10px;
	width: 30px;
	height: 30px;
	background-image: url('trash_grey_70.png');
	background-position: center center;
	background-repeat: no-repeat;
}
/**********************************/
#head #icons SPAN #modal_cart {
	position: absolute;
	right: 0px;
	top: -5px;
	color: #000;
	min-width: 420px;
}
#head #icons SPAN #modal_cart .listing {
	display: block;
	max-height: 300px;
	overflow-y: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#head #icons SPAN #modal_cart .listing P.node {
	display: block;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 40px;
	position: relative;
}
#head #icons SPAN #modal_cart .listing P.node I.pic {
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 40px;
	background-image: url('no_img_200x150.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	margin-top: -10px;
	margin-bottom: -10px;
	margin-right: 10px;
}
#head #icons SPAN #modal_cart .listing P.node I.name {
	display: inline-block;
	vertical-align: top;
	font-style: normal;
	font-size: 14px;
	width: calc(100% - 60px);
}
#head #icons SPAN #modal_cart .listing P.node I.name A {
	text-decoration: none;
	color: #000;
	border: none;
}
#head #icons SPAN #modal_cart .listing P.node I.name A:hover {
	text-decoration: none;
	color: #690;
}
#head #icons SPAN #modal_cart .listing P.node I.del {
	display: block;
	position: absolute;
	top: 5px;
	right: 10px;
	width: 30px;
	height: 30px;
	background-image: url('trash_grey_70.png');
	background-position: center center;
	background-repeat: no-repeat;
}
#head #icons SPAN #modal_cart .listing A.go {
	display: block;
	text-decoration: none;
	width: 270px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background-color: #000;
	line-height: 50px;
	height: 50px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 30px;
}
/******************************/
@media screen and (max-width: 769px) and (orientation: portrait) {
	#head #icons SPAN I.o {
		width: 26px;
		height: 26px;
		line-height: 26px;
		border-radius: 13px;
		left: 6px;
		top: 36px;
		font-size: 12px;
	}
	#head #icons SPAN #modal_fav {
		position: fixed;
		top: 0; 
		left: 0;
		transform: translate(calc(50vw - 50%), calc(50vh - 50%));
		width: 90%;
	}
	#head #icons SPAN #modal_cart {
		position: fixed;
		right: 0px;
		top: 0px;
		transform: translate(calc(50vw - 50%), calc(50vh - 50%));
		min-width: 90%;
	}
}
#head #tnavi {
	position: absolute;
	top: 25px;
	right: 0px;
	text-align: right;
	margin-right: 60px;
	overflow: hidden;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#head #tnavi {
		display: none;
		top: 280px;
		right: 0px;
		margin-right: 0px;
		width: 50%;
		text-align: left;
		background-color: #618f07;
		z-index: 1;
	}
}
#head #tnavi A {
	display: inline-block;
	text-decoration: none;
	font-size: 15px;
	color: #fff;
	margin-left: 63px;
	transition: 0.15s;
}
#head #tnavi A:hover {
	color: #e8f2d6;
	text-decoration: none;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#head #tnavi A {
		display: block;
		text-decoration: none;
		font-size: 13px;
		text-transform: uppercase;
		padding: 21px 30px 21px 30px;
		border-top: solid 1px #6ea109;
		color: #fff;
		margin-left: 0px;
	}
}
/************************************/
#navi_area {
	width: 100%;
	height: 70px;
	background-color: #486e00;
	position: relative;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#navi_area {
		height: 70px;
	}	
}
#m_navi_b, #m_tnavi_b {
	display: none;
}
#m_navi_b I, #m_tnavi_b I {
	font-style: normal;
	margin-left: 60px;
	font-size: 14px;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#m_navi_b {
		display: block;
		float: left;
		height: 70px;
		line-height: 70px;
		width: 50%;
		color: #fff;
		text-transform: uppercase;
		background-image: url('m_navi.png');
		background-position: 28px center;
		background-repeat: no-repeat;
	}
	#m_navi_b.active {
		background-color: #618f07;
	}
	#m_tnavi_b {
		display: block;
		float: right;
		height: 70px;
		line-height: 70px;
		width: 50%;
		color: #fff;
		text-transform: uppercase;
		background-image: url('m_tnavi.png');
		background-position: 28px center;
		background-repeat: no-repeat;
	}
	#m_tnavi_b.active {
		background-color: #618f07;
	}
	#m_navi_b I, #m_tnavi_b I {
		display: block;
		height: 90px;
		overflow: hidden;
	}
}
#navi {
	position: relative;
	max-width: 1075px;
	padding-left: 25px;
	margin: 0 auto;
	font-size: 15px;
	color: #fff;
	/*overflow: hidden;*/
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#navi {
		display: none;
		position: absolute;
		z-index: 1;
		top: 70px;
		left: 0px;
		margin: unset;
		max-width: unset;
		width: 50%;
		padding-left: 0px;
		height: auto;
	}	
}
#navi .dropbtn, #navi A {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	background-color: #486e00;
	height: 70px;
	line-height: 70px;
	text-transform: uppercase;
	color: #fff;
	border: none;
	padding-left: 27px;
	padding-right: 27px;
	position: relative;
}
@media screen and (max-width: 1030px) and (orientation: portrait) {
	#navi .dropbtn {
		padding-left: 20px;
		padding-right: 20px;
	}
	#navi A {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (max-width: 1050px) and (orientation: landscape) {
	#navi .dropbtn {
		padding-left: 20px;
		padding-right: 20px;
	}
	#navi A {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (max-width: 955px) and (orientation: landscape) {
	#navi .dropbtn {
		padding-left: 15px;
		padding-right: 15px;
	}
	#navi A {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media screen and (max-width: 870px) and (orientation: landscape) {
	#navi .dropbtn {
		padding-left: 10px;
		padding-right: 10px;
	}
	#navi A {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#navi .dropbtn {
		display: block;
		background-color: #618f07;
		height: 60px;
		line-height: 60px;
		padding-left: 35px;
		padding-right: 0px;
		width: 100%;
		text-align: left;
		border-top: solid 1px #6ea109;
		font-size: 13px;
		z-index: 3;
		position: relative;
	}
	#navi A {
		display: block;
		background-color: #618f07;
		height: 60px;
		line-height: 60px;
		padding-left: 35px;
		padding-right: 0px;
		text-align: left;
		border-top: solid 1px #6ea109;
		font-size: 13px;
	}
}
#navi A SUP {
	position: absolute;
	top: -6px;
	right: 12px;
	color: #ffff00;
	font-size: 14px;
	font-weight: 300;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#navi A SUP {
		top: -1px;
		right: 30px;
	}
}
#navi .dropbtn I.v {
	display: inline-block;
	background-image: url('navi_v.png');
	background-position: center center;
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
	transition: 0.15s;
	margin-left: 10px;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#navi .dropbtn I.v {
		display: block;
		margin-left: 0px;
		position: absolute;
		top: 24px;
		right: 30px;
		opacity: 0.3;
	}	
}
#navi .dropdown {
	position: relative;
	display: inline-block;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#navi .dropdown {
		display: block;
		width: 100%;
		position: relative;
		z-index: 2;
	}	
}
#navi .dropdown-content {
	display: none;
	position: absolute;
	background-color: #618f07;
	min-width: 200px;
	z-index: 99;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#navi .dropdown-content {
		position: absolute;
		top: 0px;
		left: 100%;
		width: 100%;
		min-width: unset;
		background-color: #618f07;
	}
}
#navi .dropdown-content a {
	padding: 0px;
	height: unset;
	background-color: #618f07;
	padding: 18px 30px 18px 30px;
	text-decoration: none;
	display: block;
	border-top: solid 1px #6ea109;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	line-height: unset;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#navi .dropdown-content a {
		border-top: solid 1px #699b07;
		background-color: #5b8804;
		background-repeat: no-repeat;
		padding: 21px 30px 21px 30px;
		margin-bottom: -1px;
		font-size: 13px;
		z-index: 1;
		position: relative;
	}
}
#navi A:hover {background-color: #618f07;}
#navi .dropdown-content A:hover {background-color: #558002;}
#navi .dropdown:hover .dropdown-content {display: block;}
#navi .dropdown:hover .dropbtn {background-color: #618f07;}
#navi .dropdown:hover .dropbtn I.v {
	transform: rotate(-180deg);
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#navi .dropdown-content A:hover {background-color: #5b8804;border-top: solid 1px #699b07;}
	#navi .dropdown:hover .dropbtn {background-color: #5b8804;}
	#navi .dropdown:hover .dropbtn I.v {
		transform: rotate(-90deg);
		opacity: 1.0;
	}
}
/************************************/
#content_area {
	width: 100%;
	position: relative;
}
#content {
	max-width: 1000px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 40px;
	margin: 0 auto;
	min-height: calc(100vh - 680px); /* 80 210 70 --- 220 100 */
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#content {
		max-width: unset;
		padding-left: 30px;
		padding-right: 30px;
		margin: 0 auto;
		min-height: calc(100vh - 680px); /* 80 210 70 --- 220 100 */
	}	
}
#content A {	
	text-decoration: none;
	color: #618f07;
	transition: 0.2s;
}
#content A:hover {	
	text-decoration: none;
	color: #83c405;
}
#content H1 {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#content H1 {
		font-size: 26px;
	}
}
#content H2 {
	font-size: 26px;
	font-weight: 700;
	text-transform: uppercase;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#content H2 {
		font-size: 22px;
	}
}
/************************************/
#foot_area {
	width: 100%;
	position: relative;
	background-color: #558002;
}
#foot {
	max-width: 1000px;
	min-height: 220px;
	padding-left: 50px;
	padding-right: 50px;
	margin: 0 auto;
	color: #fff;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#foot {
		max-width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
}
#foot #lc {
	display: inline-block;
	vertical-align: top;
	width: 40%;
	color: #e7e7e7;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#foot #lc {
		display: block;
		float: left;
		width: 40%;
		color: #e7e7e7;
	}
}
#foot #lc SPAN {
	display: block;
	width: 130px;
	background-image: url('logo_foot.png');
	background-position: left 45px;
	background-repeat: no-repeat;
	padding-top: 95px;
	padding-left: 80px;
	font-size: 12px;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#foot #lc SPAN {
		display: block;
		width: auto;
		background-image: url('logo_foot_m.png');
		background-position: left 35px;
		background-size: 90%;
		padding-top: 125px;
		padding-left: 0px;
		font-size: 13px;
		margin-left: 25px;
	}
}
#foot #lc I {
	display: block;
	padding-left: 80px;
	padding-top: 25px;
	padding-bottom: 30px;
	font-size: 13px;
	font-style: normal;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#foot #lc I {
		padding-left: 0px;
		margin-left: 25px;
	}	
}
#foot #cc {
	display: inline-block;
	vertical-align: top;
	width: 32%;
	padding-top: 45px;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#foot #cc {
		display: block;
		float: right;
		width: 52%;
		padding-top: 35px;
		margin-right: 4%;
	}
}
#foot #cc SPAN {
	display: block;
	margin-bottom: 20px;
	background-image: url('pin_foot.png');
	background-position: left 0px;
	background-repeat: no-repeat;
	padding-left: 33px;
	padding-top: 5px;
	font-size: 13px;
	color: #e7e7e7;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#foot #cc SPAN {
		background-position: 3px 0px;
	}
}
#foot #cc SPAN B {
	display: block;
	font-weight: 700;
	font-size: 15px;
}
#foot #cc SPAN I {
	display: block;
	font-style: normal;
	color: #9eb474;
}
#foot #rc {
	display: inline-block;
	vertical-align: top;
	width: 28%;
	padding-top: 40px;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#foot #rc {
		display: inline-block;
		width: 55%;
		padding-top: 10px;
	}
}
#foot #rc SPAN {
	display: block;
	margin-bottom: 20px;
	background-image: url('call_foot.png');
	background-position: left 10px;
	background-repeat: no-repeat;
	padding-left: 33px;
	padding-top: 5px;
	font-size: 13px;
	color: #e7e7e7;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#foot #rc SPAN {
		display: block;
		margin-bottom: 0px;
		background-image: none;
		padding-left: 50px;
		padding-top: 0px;
		font-size: 13px;
		color: #e7e7e7;
	}
}
#foot #rc SPAN B {
	display: block;
	font-weight: 700;
	font-size: 20px;
	color: #fff;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#foot #rc SPAN B {
		display: none;
	}
}
#foot #rc P {
	display: block;
	margin-left: 20px;
	margin-top: 25px;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#foot #rc P {
		display: block;
		margin-left: 45px;
		margin-top: 20px;
		padding-bottom: 20px;
	}
}
#foot #rc P A {
	text-decoration: none;
	display: inline-block;
	margin-right: 10px;
}
#foot #rc P A IMG {
	border: none;
}
/************************************/
#postfoot_area {
	width: 100%;
	position: relative;
	background-color: #486e00;
}
#postfoot {
	max-width: 1000px;
	min-height: 100px;
	padding-left: 50px;
	padding-right: 50px;
	margin: 0 auto;
	color: #879962;
	font-size: 13px;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#postfoot {
		padding-left: 25px;
		padding-right: 25px;
		font-size: 12px;
	}	
}
#postfoot P {
	display: block;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
/************************************/
#o_container {
	width: 60px;
	position: fixed;
	bottom: 50px;
	left: 50%;
	margin-left: 530px;
	z-index: 100;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#o_container {
		width: 50px;
		bottom: 10px;
		left: unset;
		right: 10px;
		margin-left: 0px;
	}
}
#o_container A.o_content_toggle {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	text-decoration: none;
	background-image: url('o.png');
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#o_container A.o_content_toggle {
		width: 50px;
		height: 50px;
		border-radius: 25px;
		background-size: 50px;
	}
}
#o_container IMG {
	border: solid 0px;
	cursor: pointer;
	margin-bottom: 10px;
	margin-left: 10px;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#o_container IMG {
		margin-left: 5px;
	}	
}
/*******************************************************************/
.underwork {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #558002;
	z-index: 998;
}
.underwork P {
	display: block;
	width: 400px;
	padding-top: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -200px;
	z-index: 999;
	color: #fff;
	text-align: center;
	background-image: url('underwork_logo.png');
	background-position: center 100px;
	background-repeat: no-repeat;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	.underwork P {
		width: 80%;		
		margin-left: -40%;
	}
}
.underwork_o {
	position: fixed;
	right: 50px;
	bottom: 50px;
	height: 60px;
	width: 60px;
	border-radius: 30px;
	background-color: #c00;
	background-image: url('underwork_o.png');
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 999;
	cursor: help;
}
/*******************************************************************/
#breadcrumbs {
	padding-top: 35px;
	padding-bottom: 15px;
}
#breadcrumbs IMG {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
}
#breadcrumbs A:hover {
	text-decoration: none;
	color: #000;
}
.H2_imit {
	font-size: 26px;
	font-weight: 700;
	padding-top: 30px;
	padding-bottom: 25px;
	text-transform: uppercase;
}
.H3_imit {
	font-size: 22px;
	font-weight: 700;
	padding-top: 25px;
	padding-bottom: 15px;
	text-transform: uppercase;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	.H2_imit {
		font-size: 22px;
		padding-top: 20px;
		padding-bottom: 15px;
	}
	.H3_imit {
		font-size: 18px;
		padding-top: 20px;
		padding-bottom: 10px;
	}
}
#also_cat {
	padding-top: 15px;
	padding-bottom: 20px;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#also_cat {
		margin-left: -15px;
		margin-right: -25px;
	}
}
#also_cat #node {
	width: calc(19% - 40px);
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #fff;
	padding: 20px;
	position: relative;
	min-height: 225px;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#also_cat #node {
		padding: 0px;
		width: calc(50% - 10px);
		min-height: 245px;
	}
}
#also_cat #node IMG {
	display: block;
	position: absolute;
	top: 80px;
	width: 80%;
	left: 10%;
	z-index: 1;
}
#also_cat #node A.name {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 800;
	color: #000;
	text-decoration: none;
	display: block;
	position: absolute;
	top: 30px;
	left: 25px;
	padding-right: 25px;
	z-index: 2;
}
#also_cat #node P {
	display: block;
	font-size: 13px;
	color: #666666;
	margin: 0px;
	position: absolute;
	left: 25px;
	bottom: 25px;
	padding-right: 25px;
	z-index: 2;
}
#also_cat #node P SPAN {
	display: block;
	font-size: 13px;
	color: #c00;
	font-size: 15px;
	margin-top: -2px;
}
#also_cat #node P SPAN B {
	font-size: 20px;
}
/**************************************************/
#filters {
	background-color: #fff;
	margin-top: 35px;
	margin-bottom: 25px;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#filters {
		margin-left: -20px;
		margin-right: -20px;
		height: auto;
		padding-bottom: 20px;
		margin-bottom: -20px;
	}
}
#filters .pool {
	display: inline-block;
	vertical-align: top;
	margin-left: 25px;
	margin-right: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 30px;
	position: relative;
}
#filters .pool B {
	font-weight: 400;
	color: #558002;
	border-bottom: dashed 1px;
	cursor: pointer;
	margin-left: 5px;
	line-height: 30px;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#filters .pool B {
		display: block;
		margin-left: 0px;
		line-height: unset;
		border-bottom: none;
	}
}
#filters .pool B:hover {
	color: #618f07;
	border-bottom: dashed 0px;
}
#filters .pool I.o {
	font-style: normal;
	display: inline-block;
	background-color: #eef9da;
	height: 30px;
	width: 30px;
	color: #690;
	font-size: 12px;
	text-align: center;
	border-radius: 15px;
	margin-left: 7px;
	line-height: 30px;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#filters .pool I.o {
		display: block;
		position: absolute;
		bottom: -3px;
		right: -40px;
	}
}
.sort_list {
	padding: 0px;
	position: relative;
}
.sort_list .deny {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: calc(100% + 20px);
	height: calc(100% - 40px);
	background-color: #fff;
	opacity: 0.3;
	z-index: 20;
}
.sort_list A {
	color: #690;
	text-decoration: none;
	display: block;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	padding-left: 20px;
	padding-right: 50px;
	white-space: nowrap;
}
#content #filters .sort_list A:hover {
	color: #690;
	text-decoration: none;
	background-color: #def3b5;
}
#content #filters .sort_list A.this {
	color: #fff;
	text-decoration: none;
	background-color: #690;
}
/**********************/
#modal_filt {
	background-color: #fff;
	width: 615px;
	padding-bottom: 25px;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#modal_filt {
		width: 90%;
		height: 90%;
		overflow-y: auto;
	}
}
#modal_filt .sort_list {
	padding: 25px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-top: 25px;
	margin-bottom: -10px;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#modal_filt .sort_list {
		padding: 20px;
		padding-right: 10px;
	}
}
#modal_filt FORM {
	padding: 0px;
	margin: 0px;
}
#modal_filt FORM INPUT.btn {
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	width: 150px;
	background-color: #690;
	color: #fff;
	text-transform: uppercase;
	height: 40px;
	border: none;
	outline: none;
	cursor: pointer;
}
#modal_filt FORM INPUT.btn:hover {
	background-color: #77b201;
}
#modal_filt .sort_list P.name {
	font-weight: 700;
	text-transform: uppercase;
	margin: 0px;
	padding-bottom: 20px;
	font-size: 14px;
}
#modal_filt .sort_list P.n {
	margin: 0px;
	display: inline-block;
	vertical-align: top;
	width: 128px;
	height: 58px;
	border: solid 1px #e9e9e9;
	margin-right: 15px;
	margin-bottom: 15px;
	font-size: 12px;
	color: #333;
	position: relative;
	cursor: pointer;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#modal_filt .sort_list P.n {
		width: calc(50% - 20px);
	}
}
#modal_filt .sort_list P.n:hover {
	border: solid 1px #add65f;
}
#modal_filt .sort_list P.n.this SUP {
	display: none;
}
#modal_filt .sort_list P.n.this {
	border: solid 1px #add65f;
}
#modal_filt .sort_list P.n.nan.this {
	border: solid 1px #e9e9e9;
}
#modal_filt .sort_list P.n.this SUP {
	display: block;
	position: absolute;
	top: -14px;
	left: -14px;
	border-radius: 15px;
	width: 30px;
	height: 30px;
	background-color: #558002;
	background-image: url('filters_v.png');
	background-position: center center;
	background-repeat: no-repeat;
}
#modal_filt .sort_list P.n.nan.this SUP {
	display: none;
}
#modal_filt .sort_list P.n SPAN.name {
	display: block;
	position: absolute;
	top: 12px;
	left: 15px;
	width: 90px;
	z-index: 2;
}
#modal_filt .sort_list P.n SPAN.pic {
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 48px;
	height: 48px;
	border-radius: 48px 0 0 0;
	z-index: 1;
}
/*****/
#modal_filt .sort_list P.m {
	margin: 0px;
	display: inline-block;
	vertical-align: top;
	width: 128px;
	height: 38px;
	border: solid 1px #e9e9e9;
	margin-right: 15px;
	margin-bottom: 15px;
	font-size: 12px;
	color: #333;
	position: relative;
	cursor: pointer;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#modal_filt .sort_list P.m {
		width: calc(50% - 20px);
	}
}
#modal_filt .sort_list P.m:hover {
	border: solid 1px #add65f;
}
#modal_filt .sort_list P.m.this SUP {
	display: none;
}
#modal_filt .sort_list P.m.this {
	border: solid 1px #add65f;
}
#modal_filt .sort_list P.m.nan.this {
	border: solid 1px #e9e9e9;
}
#modal_filt .sort_list P.m.this SUP {
	display: block;
	position: absolute;
	top: -14px;
	left: -14px;
	border-radius: 15px;
	width: 30px;
	height: 30px;
	background-color: #558002;
	background-image: url('filters_v.png');
	background-position: center center;
	background-repeat: no-repeat;
}
#modal_filt .sort_list P.m.nan.this SUP {
	display: none;
}
#modal_filt .sort_list P.m SPAN.name {
	display: block;
	position: relative;
	text-align: center;
	line-height: 38px;
}
/*****/
#vlisting {
	display: none;
	position: absolute;
	top: 50px;
	left: 0px;
	background-color: #fff;
	width: 100%;
	z-index: 95;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	color: #000;
	max-height: calc(100vh - 300px);
	overflow-y: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#vlisting P.mess {
	display: block;
	margin: 0px;
	padding: 0px 20px 0px 20px;
}
.city_list P.mess {
	display: block;
	margin: 0px;
	padding: 20px 20px 20px 20px;
}
/*******/
#vlisting P.node {
	display: block;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 20px;
	position: relative;
}
#vlisting P.node I.pic {
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 40px;
	background-image: url('no_img_200x150.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	margin-top: -10px;
	margin-bottom: -10px;
	margin-right: 10px;
}
#vlisting P.node I.name {
	display: inline-block;
	vertical-align: top;
	font-style: normal;
	font-size: 14px;
}
#vlisting P.node I.name A {
	text-decoration: none;
	color: #000;
	border: none;
	display: block;
	margin-bottom: -5px;
}
#vlisting P.node I.name A:hover {
	text-decoration: none;
	color: #690;
}
/******************/
#vlisting P.catnode {
	display: block;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 65px;
	padding-right: 20px;
	position: relative;
	margin-top: -5px;
	background-image: url('fin_cat.png');
	background-position: 22px 13px;
	background-repeat: no-repeat;
}
#vlisting P.catnode A {
	display: block;
	text-decoration: none;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
}
#vlisting P.catnode A:hover {
	text-decoration: none;
	color: #690;
}
#vlisting P.catnode SPAN.col {
	display: block;
	font-size: 13px;
	color: #666666;
}
#vlisting P.catnode SPAN.price {
	display: block;
	font-size: 14px;
	color: #cc0000;
}
#vlisting HR {
	display: block;
	border: none;
	border-bottom: solid 1px #efefef;
	margin-top: 15px;
	margin-bottom: 20px;
}
/************************************************/
.lightbox {
    position: fixed;
    z-index: 999;
    height: 0;
    width: 0;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
	/*backdrop-filter: blur(5px);
	background: rgba(0, 0, 0, 0.2);*/
}

.lightbox img {
    max-width: 90%;
    max-height: 80%;
    margin-top: 5%;
    opacity: 0;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	.lightbox img {
	    margin-top: 25%;
    	max-width: 90%;
	}
}

.lightbox:target {
    /** Remove default browser outline */
    outline: none;

    width: 100%;
    height: 100%;
    opacity: 1 !important;
    
}

.lightbox:target img {
    border: solid 0px rgba(77, 77, 77, 0.8);
    opacity: 1;
    webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.light-btn {
	width: 50px;
	height: 50px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #558002;
	border-radius: 25px;
    text-decoration: none;
    cursor: pointer;
    vertical-align: middle;
    position: absolute;
    top: 45%;
    z-index: 99;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	.light-btn {
    	top: 55%;
	}
}

.btn-prev {
    left: 10%;
    background-image: url('slide_prev.png');
}

.btn-next {
    right: 10%;
    background-image: url('slide_next.png');
}

.btn-close {
    position: absolute;
    right: 2%;
    top: 2%;
    text-decoration: none;
	border-radius: 25px;
	width: 50px;
	height: 50px;
	/*background-color: #000;*/
	background-position: center center;
	background-repeat: no-repeat;
    background-image: url('modal_x.png');
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	.btn-close {
		right: 5%; 
	}
}
.btn-close:hover {
    background-color: #740404;
}
/***************************************/
.cart_listing {
	margin-top: 40px;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	.cart_listing {
		margin-left: -20px;
		margin-right: -20px;
	}	
}
.cart_listing.hidden {
	display: none;
}
.cart_listing .node {
	background-color: #fff;
	margin-bottom: 10px;
	padding: 25px;
	position: relative;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	.cart_listing .node {
		padding-left: 5px;
	}
}
.cart_listing .node I.del {
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 40px;
	height: 40px;
	background-image: url('trash_grey_70.png');
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 20px;
	opacity: 0.5;
	/*background-color: #f5f5f5;*/
}
.cart_listing .node I.del:hover {
	opacity: 1.0;
}
.cart_listing .node A.pic {
	vertical-align: top;
	display: inline-block;
	text-decoration: none;
	width: 120px;
	margin-top: -10px;
	margin-left: 10px;
	background-image: url('no_img_200x150.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 90%;
	min-height: 65px;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	.cart_listing .node A.pic {
		margin-left: 20px;
	}
}
.cart_listing .node A.pic IMG {
	border: none;
}
.cart_listing .node SPAN.name {
	vertical-align: top;
	display: inline-block;
	color: #666666;
	font-size: 12px;
	margin-left: 30px;
	margin-top: 10px;
	width: 180px;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	.cart_listing .node SPAN.name {
		width: auto;
		margin-left: 20px;
		margin-top: 15px;
	}
}
.cart_listing .node SPAN.name A {
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
}
.cart_listing .node SPAN.options {
	vertical-align: top;
	display: inline-block;
	color: #666666;
	font-size: 12px;
	margin-left: 30px;
	margin-top: 10px;
	width: 280px;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	.cart_listing .node SPAN.options {
		margin-bottom: 20px;
	}
}
.cart_listing .node SPAN.summ {
	vertical-align: top;
	display: inline-block;
	color: #c00;
	font-size: 20px;
	margin-left: 30px;
	margin-top: 10px;
}
.cart_listing .node SPAN.summ B {
	font-weight: 800;
}
.cart_listing .node SPAN.col {
	vertical-align: top;
	display: inline-block;
	margin-left: 30px;
	margin-top: 5px;
}
.cart_listing .node SPAN.col B {
	vertical-align: top;
	display: inline-block;
	border: solid 1px #e5e5e5;
	width: 36px;
	height: 36px;
	background-position: center center;
	background-repeat: no-repeat;
}
.cart_listing .node SPAN.col I {
	font-style: normal;
	vertical-align: top;
	display: inline-block;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 35px;
	font-size: 18px;
}
FORM#fin {
	display: block;
	background-color: #fff;
	padding: 25px;
	margin: 0px;
	margin-top: 50px;
	margin-bottom: 30px;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	FORM#fin {
		padding: 25px;
		margin-top: 30px;
		margin-bottom: 20px;
		margin-left: -20px;
		margin-right: -20px;
	}
}
FORM#fin.hidden {
	display: none;
}
FORM#fin .node {
	display: inline-block;
	vertical-align: top;
	width: calc(33% - 40px);
	margin-right: 40px;
}
FORM#fin .node.last {
	width: 30%;
	margin-right: 0px;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	FORM#fin .node {
		display: block;
		width: 100%;
	}
	FORM#fin .node.last {
		width: 100%;
	}
}
FORM#fin .node.last P {
	font-size: 13px;
}
FORM#fin .node I {
	display: block;
	font-style: normal;
	font-size: 13px;
	padding-left: 25px;
	padding-right: 0px;
	color: #666666;
}
FORM#fin INPUT {
	display: block;
	border: solid 0px;
	background-color: #fafafa;
	padding-left: 25px;
	padding-right: 25px;
	width: calc(100% - 50px);
	height: 50px;
	line-height: 50px;
	margin-bottom: 10px;
	outline: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000;
}
FORM#fin INPUT.err {
	background-color: #fde3e3;
}
FORM#fin INPUT:focus {
	background-color: #fafafa;
}
FORM#fin INPUT.fin_send_butt {
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
	width: 220px;
	margin-top: 35px;
	margin-bottom: 35px;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	FORM#fin INPUT.fin_send_butt {
		margin: 0 auto;
		margin-top: 35px;
		margin-bottom: 35px;
	}
}
FORM#fin INPUT.fin_send_butt:focus {
	background-color: #000;
	color: $fff;
}
FORM#fin TEXTAREA {
	display: block;
	border: solid 0px;
	background-color: #fafafa;
	padding: 20px 25px 20px 25px;
	width: calc(100% - 50px);
	min-height: 75px;
	margin-bottom: 10px;
	outline: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	overflow-y: auto;
}
FORM#fin TEXTAREA.err{
	background-color: #fde3e3;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	FORM#fin TEXTAREA {
		margin-top: 20px;
	}
}
FORM#fin .CustomCheckbox {
    display: none;
}
FORM#fin .CustomCheckbox + label {
    position: relative;
    padding-left: 50px;
    height: 40px;
    display: flex;
    align-items: center;
    color: #000;
    cursor: pointer;
    user-select: none;
    margin-bottom: 10px;
    line-height: 30px;
}
FORM#fin .CustomCheckbox + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border: 0px solid #eee;
    background-color: #f7f7f7;
}
FORM#fin .CustomCheckbox:checked + label::before {
    border-color: #eee;
	background-image: url('checkbox.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 90%;
}
FORM#fin INPUT[name="cust_copyphone"] {
    display: block;
    width: 2px;
    height: 2px;
    margin: 0px;
    margin-bottom: -2px;
    border: none;
    padding: 0;
    opacity: 0.01;
}
FORM#fin P#sh_summ {
	font-size: 20px;
}
FORM#fin P#sh_summ SPAN {
	color: #c00;
	font-size: 24px;
}
FORM#fin P#sh_summ B {
	font-weight: 800;
	margin-left: 5px;
}
P.send_order_ok {
	color: #690;
}
P.send_order_err {
	color: #f00;
}