/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Removes default margin.
 */

body {
    margin: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
table, caption,
fieldset, form, label, legend,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
}

/*
 * for custom file input in ie6-7 
 */

form {
    vertical-align: baseline;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a,
a:active,
a:hover,
a:focus {
    outline: none;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

em,
i {
  font-style: italic;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */

q,
blockquote {
    display: block;
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    vertical-align: super;
}

sub {
    vertical-align: sub;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * Removes border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
    vertical-align: top;
    zoom: 1;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #000;
    position: relative;
    margin: 0 0 10px 0;
    padding: 0 10px;
    zoom: 1;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    margin: 0 0 0 -5px;
    padding: 5px; /* 2 */
    font-weight: bold;
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*end normalize.css*/

html,
body {
	height: 100%;
	box-sizing: border-box;
}

body {
	background:#fff;
	font: 18px/1.3 Arial, Helvetica, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	color: #6d6d6d;
	vertical-align: top;
	text-align: center;
}

.wrap {
 	position: relative;
	min-width: 325px;
	max-width: 800px;
	min-height: 100%;
	margin: 0 auto;
	padding: 0px 5px;
	text-align: left;
	z-index: 1;
	zoom: 1;
	    box-sizing: border-box;
}

	/* header */

	.h_main {
		position: relative;
		margin-bottom: 15px;
		padding-top: 10px;
		zoom: 1;
	}

		.desktop {
			background: url(../images/bt_main.png) 0 0 no-repeat;
			background-size: contain;
			display: block;
			position: absolute;
			top: 0;
			right: 0;
			width: 52px;
			height: 55px;
			text-indent: -9999px;
			z-index: 1000;
		}

		.h_main__logo {
			background: url(../images/logo.svg) 0 6px no-repeat;
			background-size: contain;
			display: block;
			width: 257px;
			height: 52px;
			margin-bottom: 0;
			text-indent: -9999px;
			margin-top: 0px;
		}

		.h_main__slogan {
			display: block;
			position: absolute;
			top: 11px;
			left: 50px;
			color: #ff4800;
			font: italic 14px Georgia, "Bitstream Charter", "Century Schoolbook L", "Liberation Serif", Times,serif;
			text-decoration: none;
			white-space: nowrap;
			    font-size: 9px;
		}

		.h_main__btn_phone {
			background: url(../images/btn_phone.png) 0 0 no-repeat;
			display: block;
			float: left;
			width: 47px;
			height: 47px;
			margin: 30px 0 0 60px;
			text-indent: -9999px;
		}

		.h_main__wrap_phone {
			border-right: 1px solid #d8d8d8;
			position: relative;
			float: left;
			height: 69px;
			margin: 0;
			padding-right: 5px;
			text-align: center;
		}

			.h_main__text {
				background: #FFD4B9;
				border: 1px solid #D56728;
				border-radius: 5px;
				display: block;
				margin-bottom: 10px;
				padding: 3px 8px 4px;
				color: #de5803;
				font-size: 12px;
				text-decoration: none;
				letter-spacing: -1px;
			}

				.h_main__text:before {
					background: url(../images/arrow.png) left center no-repeat;
					position: absolute;
					top: 21px;
					left: 17px;
					width: 15px;
					height: 7px;
					content: "";
				}

			.h_main__phone {
				border-bottom: 1px dashed #008734;
				color: #008734;
				font-size: 12px;
				text-decoration: none;
			}

			.h_main__time {
				background: url(../images/ico_time.png) 0 1px no-repeat;
				display: inline-block;
				color: #8b8b8b;
				font-size: 11px;
				margin-top: 13px;
				margin-bottom: 11px;
				padding-left: 20px;
			}

				.h_main__time span {
					font-size: 14px;
				}

		.h_main__callback,
		.h_main__buyclick {
			background: url(../images/ico_phone_order_orange.png) center 8px no-repeat;
			border-right: 1px solid #d8d8d8;
			display: block;
			float: left;
			height: 20px;
			padding: 50px 5px 0 5px;
			font-size: 12px;
			font-style: italic;
		}

		.h_main__callback {
			border: none;
			padding-right: 0;
		}

		.h_main__buyclick {
			background-image: url(../images/ico_buy_click.png);
		}

	.nav_shd {
		border-radius: 10px;
		box-shadow: -2px 2px 4px -2px rgba(0, 0, 0, 0.6);
	}

		.nav_basket {
			background: none repeat scroll 0 0 #EF5F01;
			border-bottom: 1px solid #843100;
			border-radius: 0 0 10px 10px;
			box-shadow: 0 -2px 2px -2px #AD4200 inset;
			padding: 10px;
			text-shadow: 0 1px 0 #5E3703;
			text-transform: none;
			top: 100%;
		}

			.nav_basket__table {
				border-collapse: separate;
				width: 100%;
				margin: 0;
			}

				.nav_basket__td_l,
				.nav_basket__td_r {
					background: none;
					border-bottom: none;
					color: #fff;
				}

				.nav_basket__td_l {
					border-right: 1px solid #cd5614;
					padding: 0;
					text-align: center;
				}

				.nav_basket__td_r {
					border-left: 1px solid #fc8133;
					padding: 0;
					text-align: center;
					vertical-align: middle;
				}

		.nav_basket__ico {
			background: url(../images/ico_basket.png) 0 0 no-repeat;
			display: inline-block;
			height: 33px;
			padding-left: 40px;
			line-height: 33px;
			font-size: 12px;
		}

		.nav_basket__order {
			padding: 8px;
			color: #fff;
			font-size: 15px;
			text-decoration: none;
		}

		.nav_basket a:hover {
			color: #fff;
		}

	/* header */

	/* content */

	.cnt {
		padding: 35px 0 25px;
	}

		.main_list {
			border-bottom: 1px solid #dbdcdb;
			position: relative;
			width: auto;
			margin: 0 0 35px;
	 		padding: 10px 0 0;
		}

			.main_list__i {
				list-style: none outside;
				display: inline-block;
				width: 45%;
				margin: 0;
				padding: 0 2% 35px;
				font: 16px/1.2 "Georgia","Times New Roman",Times,serif;
				text-align: center;
				vertical-align: top;
			}

			.main_list__i p a{
				font-size:27px;
			}
			
			.main_list__i p a:hover{
				font-size: 18px;
			}
			
				.main_list__pic {
					position: relative;
					display: block;
					min-height: 225px;
				}

					.main_list__pic img {
						border: none;
						max-width: 140px;
						width:140px;
						max-height: 220px;
						padding-bottom: 5px;
						position: absolute;
						top:auto; 
						bottom: 0;
						left: 0;
						right: 0;
						margin: auto;
					}

					.main_list__leader {
						background: url(../images/ico_leader.png) 0 0 no-repeat;
						display: block;
						position: absolute;
						top: 30%;
						right: 50%;
						width: 67px;
						height: 64px;
						text-indent: -9999px;
					}

					.main_list__leader_red {
						background: url(../images/ico_leader_red.png) 0 0 no-repeat;
						width: 46px;
						height: 70px;
					}

	/* /content */

	/* calalog */

	.cat_wrap {
		background: #f4f4f4;
		background: -moz-linear-gradient(top,  #f4f4f4 0%, #ffffff 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#ffffff));
		background: -webkit-linear-gradient(top,  #f4f4f4 0%,#ffffff 100%);
		background: -o-linear-gradient(top,  #f4f4f4 0%,#ffffff 100%);
		background: -ms-linear-gradient(top,  #f4f4f4 0%,#ffffff 100%);
		background: linear-gradient(to bottom,  #f4f4f4 0%,#ffffff 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 );
		box-shadow: inset 0px 10px 10px -10px rgba(0, 0, 0, 0.3);
		margin: 0 -5px;
		padding: 25px 0px 0;

	}

	/* /catalog */

	.fancy-cnt {
		text-align: left;
	}

		.fancybox-t {
			margin-top: 0;
		}

	.share-pluso {
		display: block;
		clear: both;
		padding-top: 20px;
	}

	.f_clear {
		background: none;
		height: 380px;
		clear: both;
	}

/* footer */

.f_main {
	background: url(../images/bg_footer.jpg) top center repeat-x #ddd;
	position: relative;
	min-width: 325px;
	height: 380px;
	margin: -380px auto 0 auto;
	text-align: center;
	z-index: 2;
}

	.f_layout {
		/* min-width: 420px;
		max-width: 800px; */
		margin: 0 auto;
		padding: 100px 5px  5px 5px;
		font-size: 11px;
		text-align: right;
	}

		.f_phone {
			border-bottom: 1px solid #c2c2c2;
			margin-bottom: 15px;
			padding-bottom: 15px;
			color: #005F24;
			font-size: 13px;
		}

			.f_phone__ico {
				display: inline-block;
				margin-left: 9px;
				padding: 2px 0 2px 25px;
			}

			.f_phone__ico_phone {
				background: url(../images/ico_phone_small.png) 0 center no-repeat;
				text-decoration: none;
			}

				.f_phone__ico_phone span {
					border-bottom: 1px dashed #005F24;
				}

			.f_phone__ico_phone_order {
				background: url(../images/ico_phone_order_small.png) 0 center no-repeat;
			}

			.f_phone__ico_mail {
				background: url(../images/ico_mail.png) 0 center no-repeat;
			}

		.f_pay {
			margin-bottom: 20px;
			font-size: 13px;
			line-height: 30px;
		}

			.f_pay img {
				margin: 0 5px;
				    display: inline-block;
			}

/* /footer */

/* global */

/* form */

form {
	display: block;
	clear: both;
	position: relative;
	width: 100%;
	zoom: 1;
}

	label {
		display: block;
		position: relative;
		clear: both;
		width: 100%;
		margin: 0 0 5px 0;
		color: #3b3b3b;
		font-size: 13px;
		zoom: 1;
	}

		label .req {
			color: #f00;
		}

	label.check {
		display: inline;
		float: none;
		clear: none;
		width: auto;
		margin: 0;
	}

	.check_box_inl label.check {
		margin-right: 20px;
	}

	input[type="radio"],
	input[type="checkbox"] {
		vertical-align: middle;
		margin: 3px 6px 5px 0;
		//margin: 0 6px 1px 0; /* ie6-7 */
	}

	input[type="text"],
	input[type="password"],
	input[type="color"],
	input[type="date"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="email"],
	input[type="month"],
	input[type="number"],
	input[type="range"],
	input[type="search"],
	input[type="tel"],
	input[type="time"],
	input[type="url"],
	input[type="week"],
	textarea,
	select {
		background: #fff;
		border: 1px solid #028a39;
		border-radius: 2px;
		box-shadow: inset 0 2px 2px 1px #ececec;
		display: block;
		position: relative;
		width: 300px;
		height: 30px;
		margin: 0 0 17px 0;
		padding: 5px 8px;
		color: #2c2a4c;
		font-size: 13px;
		font-family: Arial, Helvetica, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
		vertical-align: top;
		outline: none;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.fancy-cnt input[type="text"],
	.fancy-cnt input[type="password"],
	.fancy-cnt input[type="color"],
	.fancy-cnt input[type="date"],
	.fancy-cnt input[type="datetime"],
	.fancy-cnt input[type="datetime-local"],
	.fancy-cnt input[type="email"],
	.fancy-cnt input[type="month"],
	.fancy-cnt input[type="number"],
	.fancy-cnt input[type="range"],
	.fancy-cnt input[type="search"],
	.fancy-cnt input[type="tel"],
	.fancy-cnt input[type="time"],
	.fancy-cnt input[type="url"],
	.fancy-cnt input[type="week"],
	.fancy-cnt textarea,
	.fancy-cnt select {
		width: 100%;
	}

	input[type="file"] {
		display: block;
		position: relative;
		width: 300px;
		margin: 0 0 10px 0;
	}

	textarea {
		height: 100px;
		resize: none;
	}

	select {
		padding: 0;
	}

	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="color"]:focus,
	input[type="date"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="email"]:focus,
	input[type="month"]:focus,
	input[type="number"]:focus,
	input[type="range"]:focus,
	input[type="search"]:focus,
	input[type="tel"]:focus,
	input[type="time"]:focus,
	input[type="url"]:focus,
	input[type="week"]:focus,
	textarea:focus,
	select:focus {
		box-shadow: inset 0 0 0 1px #cae8ff;
	}

	input[type="text"]:disabled,
	input[type="password"]:disabled,
	input[type="color"]:disabled,
	input[type="date"]:disabled,
	input[type="datetime"]:disabled,
	input[type="datetime-local"]:disabled,
	input[type="email"]:disabled,
	input[type="month"]:disabled,
	input[type="number"]:disabled,
	input[type="range"]:disabled,
	input[type="search"]:disabled,
	input[type="tel"]:disabled,
	input[type="time"]:disabled,
	input[type="url"]:disabled,
	input[type="week"]:disabled,
	textarea:disabled,
	select:disabled {
		opacity: 0.5;
	}

	/* elem box */

	.checkBoxTitle,
	.check_box_title {
		clear: both;
	}

	.checkBox,
	.check_box {
		position: relative;
		clear: both;
		padding: 0 0 10px 0;
		zoom: 1;
	}

	.elem_box {
		position: relative;
		clear: both;
		width: 420px;
		padding: 0 0 17px 0;
		zoom: 1;
	}

	.elem_box_inl {
		display: inline-block;
		//display: inline;
		vertical-align: top;
		zoom: 1;
	}

		.elem_box input[type="text"],
		.elem_box input[type="password"],
		.elem_box input[type="color"],
		.elem_box input[type="date"],
		.elem_box input[type="datetime"],
		.elem_box input[type="datetime-local"],
		.elem_box input[type="email"],
		.elem_box input[type="month"],
		.elem_box input[type="number"],
		.elem_box input[type="range"],
		.elem_box input[type="search"],
		.elem_box input[type="tel"],
		.elem_box input[type="time"],
		.elem_box input[type="url"],
		.elem_box input[type="week"],
		.elem_box input[type="file"],
		.elem_box textarea,
		.elem_box select {
			float: none;
			margin: 0;
		}

		/* file input */

		.elem_box_file a {
			overflow: hidden;
			float: right;
			clear: none;
			margin: 0;
			cursor: pointer;
		}

			.elem_box_file a input {
				border: none;
				position: absolute;
				right: 0;
				top: 0;
				width: auto;
				height: 22px;
				margin: 0;
				font-size: 50px;
				opacity: 0;
				filter: alpha(opacity=0);
				cursor: pointer;
			}

		.elem_box__fd {
			position: relative;
			overflow: hidden;
			float: left;
		}

			.elem_box__fd input {
				width: 200px;
			}

		/* /file input */

	/* /elem box */

	/* select box */

	.select_box {
		background: #fff url(../images/select_styled_form_arrow.jpg) right 4px no-repeat;
		border: 1px solid #028a39;
		border-radius: 2px;
		box-shadow: inset 0 2px 2px 1px #ececec;
		position: relative;
		float: left;
		height: 30px;
		line-height: 28px;
		margin: 0;
		color: #2c2a4c;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.select_box.disabled {
		opacity: 0.4;
		color: #ccc\0/; /* ie8-9 */
	}

		.select_box__text {
			display: block;
			position: absolute;
			overflow: hidden;
			top: 0;
			right: 22px;
			left: 8px;
			height: 28px;
			line-height: 28px;
			white-space: nowrap;
		}

		.select_box select {
			border: none;
			border-radius: 0;
			float: none;
			height: 28px;
			margin: 0;
			line-height: 28px;
			opacity: 0;
			filter: alpha(opacity=0);
		}

			.select_box option {
				padding: 2px 6px;
			}

	.order_form_date .select_box {
		background: none;
		border: none;
		border-radius: 0;
		box-shadow: none;
	}

	.order_form_date .select_box.disabled {
		opacity: 1;
	}
		
		.order_form_date  .disabled  select{
			opacity: 0;
		}
		
	.order_form_date .select_box .select_box__text {
		display: none;
	}

	.order_form label {
		width: 100%;
		text-align: left;
	}

	.basket .basket_table {
		width: 100%;
		margin-left: 0;
	}

	.order-btn-bl {
		width: 100%;
	}

	.deliveryTableBox {
		width: 400px;
	}

	.deliveryTable td.tx-r {
		width: 45%;
	}

	.deliveryTable td.price {
		width: 45%;
	}

	.deliveryTable p {
		width: auto;
	}

	/* /select box */

	/* nav_main */

	.nav_main {
		background: #009f42;
		border-radius: 10px 10px 0 0;
		height: 66px;
		margin-top: 10px;
		padding: 7px 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.nav_main_second {
		border-radius: 0;
		margin-top: 0;
	}

		.nav_main .select_box {
			background: none;
			border: none;
			box-shadow: none;
			border-radius: 10px 0 0 10px;
			position: relative;
			width: 100%;
			height: 27px;
			line-height: 28px;
			margin: 0;
			padding:0 0 0 5px;
			color: #fff;
		}

		.nav_main .select_box.disabled {
			opacity: 0.4;
			color: #ccc\0/; /* ie8-9 */
		}

			.nav_main .select_box__text {
				background: transparent url(../images/btn_menu_1.png) 0 -1px no-repeat;
				display: block;
				position: absolute;
				overflow: hidden;
				top: 0;
				right: 0px;
				left: 0px;
				height: 54px;
				line-height: 28px;
				white-space: nowrap;
				padding-left: 65px;
				padding-top: 0px;
				font-size: 18px;
				display: flex;
				align-items: center;
				box-sizing: border-box;
			}

			.nav_main .select_box select {
				border: none;
				border-radius: 0;
				float: none;
				height: 50px;
				width: 100%;
				margin: 0 10px 0 0;
				line-height: 28px;
				opacity: 0;
				filter: alpha(opacity=0);
			}

				.nav_main .select_box option {
					padding: 2px 6px;
				}

	/* /nav_main */

	.share_bl {
		height: auto;
		padding: 20px 10px 20px 60px;
		font-size: 14px;
		line-height: 1.3;
	}

		.share_tx {
			margin-bottom: 10px;
			font-size: 14px;
		}


	/* button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button {
		border: none;
		overflow: visible;
	}

	.btn,
	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button {
		background: #07ad5c;
		background: -moz-linear-gradient(top,  #07ad5c 10%, #047b27 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#07ad5c), color-stop(100%,#047b27));
		background: -webkit-linear-gradient(top,  #07ad5c 10%,#047b27 100%);
		background: -o-linear-gradient(top,  #07ad5c 10%,#047b27 100%);
		background: -ms-linear-gradient(top,  #07ad5c 10%,#047b27 100%);
		background: linear-gradient(to bottom,  #07ad5c 10%,#047b27 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07ad5c', endColorstr='#047b27',GradientType=0 );
		border: none;
		border-radius: 5px;
		display: block;
		position: relative;
		float: left;
		clear: both;
		height: 28px;
		margin: 5px 0 0;
		padding: 0 10px;
		color: #fff;
		font: 13px/28px Arial, Helvetica, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
		text-decoration: none;
		text-align: center;
		zoom: 1;
	}

	.btn_inl,
	input[type="submit"].btn_inl,
	input[type="reset"].btn_inl,
	input[type="button"].btn_inl,
	button.btn_inl {
		display: inline-block;
		//display: inline;
		float: none;
	}

	.btn_no_float,
	input[type="submit"].btn_no_float,
	input[type="reset"].btn_no_float,
	input[type="button"].btn_no_float,
	button.btn_no_float {
		float: none;
	}

	.btn_arrow {
		background: url(../images/btn_arrow.png) right 0 no-repeat;
		position: relative;
		display: block;
		float: left;
		height: 33px;
		margin: 0 0 0 8px;
		color: #028A39;
		font-size: 13px;
		line-height: 30px;
	}

	.btn_arrow__bg_l {
		background: url(../images/btn_arrow.png) 0 -33px no-repeat;
		position: relative;
		display: block;
		float: left;
		height: 33px;
		margin-left: -8px;
		padding: 0 30px 0 8px;
		text-decoration: underline;
	}

	.btn_buy {
		background: #fe6501;
		background: -moz-linear-gradient(top,  #fe6501 10%, #d05200 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#fe6501), color-stop(100%,#d05200));
		background: -webkit-linear-gradient(top,  #fe6501 10%,#d05200 100%);
		background: -o-linear-gradient(top,  #fe6501 10%,#d05200 100%);
		background: -ms-linear-gradient(top,  #fe6501 10%,#d05200 100%);
		background: linear-gradient(to bottom,  #fe6501 10%,#d05200 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe6501', endColorstr='#d05200',GradientType=0 );
		border-radius: 16px;
		box-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
		position: relative;
		display: block;
		width: 160px;
		height: 33px;
		margin: 0 auto 10px;
		padding: 0 5px;
		color: #FFFFFF;
		font: 14px/17px "Georgia","Times New Roman",Times,serif;
		    letter-spacing: -2px;
		text-decoration: none;
		text-shadow: 1px 1px 0 #A24000;
		text-align: center;
	}

	.btn_buy:hover {
		color: #FFFFFF;
	}

	.btn_buy span.frst {
		font-size: 29px;
		line-height: 29px;
		vertical-align: bottom;
	}

	.btn_buy span {
		font-size: 25px;
		font-weight: bold;
	}

	.btn_buy_one {
		background: #fd8300;
		background: -moz-linear-gradient(top,  #fd8300 10%, #d25400 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#fd8300), color-stop(100%,#d25400));
		background: -webkit-linear-gradient(top,  #fd8300 10%,#d25400 100%);
		background: -o-linear-gradient(top,  #fd8300 10%,#d25400 100%);
		background: -ms-linear-gradient(top,  #fd8300 10%,#d25400 100%);
		background: linear-gradient(to bottom,  #fd8300 10%,#d25400 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd8300', endColorstr='#d25400',GradientType=0 );
		text-shadow: 0 2px 2px #8E5326;
	}

	.btn_buy_one:before {
		background: url(../images/btn_ico.png) 0 -87px no-repeat;
		position: absolute;
		top: -8px;
		left: -28px;
		width: 45px;
		height: 45px;
		content: "";
	}

	.btn_add_basket {
		background: #07ad5c;
		background: -moz-linear-gradient(top,  #07ad5c 10%, #047b27 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#07ad5c), color-stop(100%,#047b27));
		background: -webkit-linear-gradient(top,  #07ad5c 10%,#047b27 100%);
		background: -o-linear-gradient(top,  #07ad5c 10%,#047b27 100%);
		background: -ms-linear-gradient(top,  #07ad5c 10%,#047b27 100%);
		background: linear-gradient(to bottom,  #07ad5c 10%,#047b27 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07ad5c', endColorstr='#047b27',GradientType=0 );
		text-shadow: 0 2px 2px #036627;
	}

	.btn_add_basket:before {
		background: url(../images/btn_ico.png) 0 -58px no-repeat;
		position: absolute;
		top: -4px;
		left: -14px;
		width: 29px;
		height: 29px;
		content: "";
	}

	.btn_go_basket {
		background: #ff8b0b;
		background: -moz-linear-gradient(top,  #ff8b0b 10%, #ff4f00 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#ff8b0b), color-stop(100%,#ff4f00));
		background: -webkit-linear-gradient(top,  #ff8b0b 10%,#ff4f00 100%);
		background: -o-linear-gradient(top,  #ff8b0b 10%,#ff4f00 100%);
		background: -ms-linear-gradient(top,  #ff8b0b 10%,#ff4f00 100%);
		background: linear-gradient(to bottom,  #ff8b0b 10%,#ff4f00 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8b0b', endColorstr='#ff4f00',GradientType=0 );
		text-shadow: 0 2px 2px #8E5326;
	}

	.btn_go_basket:before {
		background: url(../images/btn_ico.png) 0 -29px no-repeat;
		position: absolute;
		top: -4px;
		left: -14px;
		width: 29px;
		height: 29px;
		content: "";
	}

	.btn_not_available {
		background: #cfcfcf;
		background: -moz-linear-gradient(top,  #cfcfcf 10%, #acacac 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#cfcfcf), color-stop(100%,#acacac));
		background: -webkit-linear-gradient(top,  #cfcfcf 10%,#acacac 100%);
		background: -o-linear-gradient(top,  #cfcfcf 10%,#acacac 100%);
		background: -ms-linear-gradient(top,  #cfcfcf 10%,#acacac 100%);
		background: linear-gradient(to bottom,  #cfcfcf 10%,#acacac 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#acacac',GradientType=0 );
		text-shadow: 0 2px 2px #036627;
	}

	.btn_not_available:before {
		background: url(../images/btn_ico.png) 0 0 no-repeat;
		position: absolute;
		top: -4px;
		left: -14px;
		width: 29px;
		height: 29px;
		content: "";
	}
	
	.btn_not_available.onvideo {
	background: rgba(153,255,201,1);
	background: -moz-linear-gradient(top, rgba(153,255,201,1) 0%, rgba(81,184,93,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(153,255,201,1)), color-stop(100%, rgba(81,184,93,1)));
	background: -webkit-linear-gradient(top, rgba(153,255,201,1) 0%, rgba(81,184,93,1) 100%);
	background: -o-linear-gradient(top, rgba(153,255,201,1) 0%, rgba(81,184,93,1) 100%);
	background: -ms-linear-gradient(top, rgba(153,255,201,1) 0%, rgba(81,184,93,1) 100%);
	background: linear-gradient(to bottom, rgba(153,255,201,1) 0%, rgba(81,184,93,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffc9', endColorstr='#51b85d', GradientType=0 );
		text-shadow: 0 2px 2px #036627;
	}

	.btn_not_available.onvideo:before {
		background: url(../images/btn_ico.png) 0 -134px no-repeat;
		position: absolute;
		top: -4px;
		left: -14px;
		width: 37px;
		height: 29px;
		content: "";
	}

	.btn_buy_one,
	.btn_add_basket,
	.btn_go_basket,
	.btn_not_available {
		border-radius: 2px;
		box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
		position: relative;
		display: inline-block;
		width: 128px;
		height: 20px;
		margin: 8px 0;
		padding: 0px 6px 0 18px;
		color: #fff;
		font-size: 14px;
		line-height: 20px;
		text-align: left;
		text-decoration: none;
		white-space: nowrap;
	}

	.btn_buy_one {
		display: block;
		width: 170px;
		height: 30px;
		margin: 30px auto;
		padding-left: 30px;
		font-size: 17px;
		line-height: 30px;
	}

	.btn_buy_one:hover,
	.btn_add_basket:hover,
	.btn_go_basket:hover,
	.btn_not_available:hover{
		color: #fff;
	}

	.btn:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover,
	button:hover,
	.btn:focus,
	input[type="submit"]:focus,
	input[type="reset"]:focus,
	input[type="button"]:focus,
	button:focus {
		background: #047b27;
		background: -moz-linear-gradient(top,  #047b27 10%, #07ad5c 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#047b27), color-stop(100%,#07ad5c));
		background: -webkit-linear-gradient(top,  #047b27 10%,#07ad5c 100%);
		background: -o-linear-gradient(top,  #047b27 10%,#07ad5c 100%);
		background: -ms-linear-gradient(top,  #047b27 10%,#07ad5c 100%);
		background: linear-gradient(to bottom,  #047b27 10%,#07ad5c 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#047b27', endColorstr='#07ad5c',GradientType=0 );
		color: #fff;
		text-decoration: none;
	}

	/* /button */

	/* placeholder */

	input::-webkit-input-placeholder { color: #aaa; }

	input:-moz-placeholder { color: #aaa; }

	input.placeholder { color: #aaa; }

	/* /placeholder */

	.error {
		background: url(../images/ico_alert_blue.png) left top no-repeat;
		padding: 1px 0 0 25px;
		color: #2f75d8;
	}

	form .error {
		background: none;
		position: relative;
		top: -8px;
		margin: 0;
		padding: 0;
		color: #f00;
		font-size: 12px;
	}

	form img {
		margin-bottom: 10px;
	}

	/* form_order */

	.form_order label {
		float: left;
		width: 100px;
		margin-right: 20px;
		margin-bottom: 0;
		text-align: right;
	}

	.form_order__time_tx {
		float: left;
		margin: 5px 10px 0 10px;
		color: #3B3B3B;
	}

	select.form_order__time {
		width: 80px;
	}

	/* /form_order */

/* /form */

/* align center */
/* âûðàâíèâàíèå ïî öåíòðó áëîêà ñ float */

.align_c_box {
	position: relative;
	zoom: 1;
}

	.align_c {
		position: relative;
		float: left;
		left: 50%;
	}

		.align {
			position: relative;
			float: left;
			left: -50%;
		}

/* /align center */

img {
	max-width: 100%;
	height: auto !important;
}

p { margin-bottom: 10px; }

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 25px 0 10px 0;
	color: #028a39;
	font: 22px/1.3 "Georgia","Times New Roman",Times,serif;
	text-transform: none;
}

h1 {
	margin-top: 0;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
	font-weight: bold;
}

h5,
h6 {
	font-size: 14px;
	font-weight: bold;
}

hr {
	background: none;
	border: none;
	border-bottom: 1px solid #ccc;
	display: block;
	position: relative;
	height: 1px;
	margin: 10px 0;
	//margin: 5px 0;
	line-height: 0;
	font-size: 0;
}

ul {
	margin: 5px 0 15px 2px;
}

ul ul,
ol ul {
	margin: 7px 0 7px 13px;
}

ul li,
ol ul li {
	list-style: disc inside;
	margin: 0 0 6px 0;
}

ol {
	margin: 0px 0 15px 2px;
}

ol ol,
ul ol {
	margin: 8px 0 0 20px;
}

ol li,
ul ol li {
	list-style: decimal inside;
	margin: 0 0 6px 0;
}

table {
	border: none;
	margin: 15px 0;
}

	th {
		border-top: 1px solid #028a39;
		border-bottom: 1px solid #028a39;
		padding: 3px 6px;
		text-align: center;
		color: #028a39;
		font-weight: bold;
	}

	td {
		background: none;
		border-bottom: 1px dashed #808080;
		padding: 3px 6px;
		vertical-align: middle;
		text-align: center;
		color: #2D2D2D;
		font-size: 12px;
	}

q,
blockquote {
	background: #fff;
	margin: 0 0 10px 0;
	font-style: italic;
	color: #000;
}

a {
	color: #028a39;;
	text-decoration: underline;
}

.cnt_tx h1,
.cnt_tx h2 {
	text-transform: uppercase;
}

.cnt_tx h2 {
	font-size: 18px;
	font-weight: bold;
}

.cnt_tx b {
	color: #424040;
}

.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
	overflow: hidden;
	margin-top: -1px;
}

.no_clear { clear: none !important; }

.left { float: left !important; }

.right { float: right !important; }

.tx_c { text-align: center !important; }

.tx_l { text-align: left !important; }

.tx_r { text-align: right !important; }

.fz10 { font-size: 10px; }

.fz11 { font-size: 11px; }

.fz12 { font-size: 12px; }

.fz13 { font-size: 13px; }

.fz14 { font-size: 14px; }

.fz16 { font-size: 16px; }

.fz18 { font-size: 18px; }

.fz26 { font-size: 26px; }

.fwb { font-weight: bold; }

.fwn { font-weight: normal; }

.fsi { font-style: italic; }

.td_n,
.td_n:hover,
.td_u_h,
.td_n_h:hover {
	text-decoration: none;
}

.td_u,
.td_u:hover,
.td_u_h:hover,
.td_n_h {
	text-decoration: underline;
}

.tt_n {
	text-transform: none;
}

.tt_u {
	text-transform: uppercase;
}

.float_l {
	float: left;
	margin: 2px 10px 3px 0;
}

.float_r {
	float: right;
	margin: 2px 0 3px 10px;
}

.no_mg {
	margin: 0;
}

.no_mg_tp {
	margin-top: 0;
}

.no_mg_bt {
	margin-bottom: 0;
}

.pd_tp50 {
	padding-top: 50px;
}

.pd_bt50 {
	padding-bottom: 50px;
}

.cl_org {
	color: #f5834b;
}

.DEV_MOD {
	outline: 1px solid red;
}

iframe[name=google_conversion_frame]{
position:absolute;
left:0px;
width:0px;
}

/* /global */

/* after */

.wrap:after, .h_main:after, .main_list:after, form:after, .checkBox:after, .check_box:after, .elemBox:after, .elem_box:after, fieldset:after, .align_c_box:after {
	content: '';
	clear: both;
	display: block;
	overflow: hidden;
	height: 0;
}
.slide_1 .bxslider li {
    list-style: none!important;
}
/* /after */

.mobile_view .col-benefits__list__item {
    float: none;
    width: 100%;
    height: auto;
    margin-right: 0;
    list-style-type: none;
}

.mobile_view .col-benefits__list__item:hover {
    position: relative;
    top: 0;
    box-shadow: none;
}
.col-benefits__ico {
    margin: 0;
    padding-top: 0;
    background: none!important;
	text-align: left;
	color: #f5834b;
}
.mobile_view .col-benefits__list__item p {
    padding: 0;
    font-size: 18px;
}

.block-header{
	color:#444;
	font-size:35px;
}

.alll_el{
	height: 24px;	
}
/*MOBILE FILTERS*/
.elka_imgg {
    position: relative;
    float: left;
    top: 4px;
    left: 0px;
    width: 40px;
}

.filter_main {
    height: 41px;
    background: #F46A12;
    border-radius: 8px;
    padding: 0;
}

.teext_fl {
    color: #FFB485;
    width:  auto!important;
    margin-left: 8px;
    border: none!important;
    float: left;
    font-size: 12px;
    font-weight: 700;
    margin-top: 12px;
	display:block!important;
}

.reset_link {
    color: #FFB485;
	top:auto!important;
    bottom: 0!important;
    left: 0!important;
    position: absolute;
	text-decoration:none;
	border-bottom:1px dashed #FFB485;
}

.filter_main .text_fl {
    color: #6d6d6d;
	 font-size: 25px;
	 width:100%;
	 
}

.check_flilters {
    margin: 0;
    height: 40px; 
    color: #FFF;
    margin-bottom: 6px;
    width: 160px;
    font-size: 25px;
}

.filtr_obl {
	width:auto!important;
}

.select_box__text {
    font-size: 25px;
}

.buy_click_form p, .buy_click_form label {
    font-size: 25px;
}

label {
    display: block;
    position: relative;
    clear: both;
    width: 100%;
    margin: 0 0 5px 0;
    color: #3b3b3b;
    font-size: 25px;
    zoom: 1;
}

.order-mobile .deliveryButton.forMkad , .order-mobile #deliveryCityWrapper p{
	margin-left:0!important;
}

.order-mobile #orderForm .select2-container{
	font-size:14px;
}

.podstavki-filter-wrap table.data-table td{
	display:block;
	border: none;
    text-align: left;
	width:100%;
}

.podstavki-filter-wrap table.data-table td h3{
	width:100%;
	font-size:25px;
}

.podst-list .mainImg li{
	margin-bottom:40px;
}

.podst-list .a-image{
	height: 175px;
}

/* Start:/bitrix/templates/mobile/components/rusoft/catalog.element/sadovod_catalog_element_sub_uslugi/style.css*/
.catalog-price {
	 color:red;
}
.tabl_uslugi .btn_go_basket, .tabl_uslugi .btn_not_available {
    margin: 0 auto;
}
.tabl_uslugi.elem {
    float: none;
}
.tabl_uslugi .t-shop td.f-black10 {
    border-bottom: 1px gray dashed;
    padding: 5px 0;
    vertical-align: middle;
}
.tabl_uslugi.fix-col-tabl td.f-black10:first-child {
    border-bottom: 1px gray dashed;
}
.tabl_uslugi .tr-shop1.td_bottom td {
    color: #028a39;
    padding: 5px 0;
}
.tabl_uslugi .tr-shop1.td_bottom td:last-child {
    text-align: center;
}
.table_f-w {
    width: 100%;
}

.tabl_uslugi.cat_wrap {
    background: none;
    box-shadow: none;
}

.tabl_uslugi .table_f-w .table_f-w td{
    text-align:center;
}

.tabl_uslugi .t-shop.table_f-w {
    margin-top: 10px;
}
.tabl_uslugi.elem h3 {
    margin-top: 0;
}
.tabl_uslugi.elem h1 {
     margin-bottom: 10px;
}

.table_f-w a.btn_add_basket, .table_f-w a.btn_go_basket, .table_f-w a.btn_not_available, .table_f-w a.clickbuybtn {
    width: 62px;
    color: #fff;
}

/*tablee podstavka */
.elki-main .last-child tr td{
    border-left: 1px solid transparent;
}
.border_dashed{
    border-bottom: 1px gray dashed !important;
    padding: 5px!important;
    line-height: 27px;

}
.pd_tab{
    padding: 0 17px !important;
}
.td_bottom{
    border-bottom: 1px #028a39 solid;
    border-top: 1px #028a39 solid;
    padding: 5px;
}

/*end table*/

.tabl_uslugi .f-green16 {
    color: #028a39;
    font-size: 16pt;
    font-weight: normal;
}

.tabl_uslugi .cl-orange {
    color: #ff6400;
}

.tabl_uslugi .elki-main td {
    background: 0 0;
    border: 1px solid #dbdcdb;
    border-width: 0 0 0 1px;
    padding: 0 20px;
    text-align: left;
    vertical-align: top;
}

.tabl_uslugi.fix-col-tabl td:first-child {
    border: none;
    padding-left: 0;
}

.tabl_uslugi.fix-col-tabl td.last-child {
    padding-right: 0;
}
.product-params-table td{
	font-size:16px;
}

.callForm label{
	font-size:18px;
	max-width: 280px;
}

.mainImg li, .cat-main li{
	    padding: 0 6px;
		box-sizing: border-box;
}

.main_list__i p a {
    font-size: 18px;
}

#deliveryList .order_form_date label {
	margin-left: 20px;
	margin-right: 5px;
	min-width: 10px;
}

#buyClickFormSubmit,
#callFormSubmit{
    display: block;
    padding: 10px;
    float: none;
    box-sizing: border-box;
    width: 100%;
    height: auto;
	font-size: 18px;
}
.buy_click_form p, .buy_click_form label,
.callForm p, .callForm label {
    font-size: 18px;
}

.buy_click_form .fancybox-t,
#callFormUp .fancybox-t
{
	font-size:24px;
}

.close-fancybox-btn{
	display: block;
    padding: 10px;
    float: none;
    box-sizing: border-box;
    width: 100%;
    height: auto;
	font-size: 18px;
}

.basket-button-wrap{
	display: inline-block;
    float: right;
}

@-webkit-keyframes spin1 {
0% { -webkit-transform: rotate(0deg);}
100% { -webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin1 {
0% { -moz-transform: rotate(0deg);}
100% { -moz-transform: rotate(360deg);}
}
@-o-keyframes spin1 {
0% { -o-transform: rotate(0deg);}
100% { -o-transform: rotate(360deg);}
}
@-ms-keyframes spin1 {
0% { -ms-transform: rotate(0deg);}
100% { -ms-transform: rotate(360deg);}
}
@-keyframes spin1 {
0% { transform: rotate(0deg);}
100% { transform: rotate(360deg);}
} 

.js-button-load-animation{
	position:relative;
}

.js-button-load-animation:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:26px;
	height:26px;
	background: url(/images/spinner-white.png)center center no-repeat;
    background-size: 24px;
	opacity:0;
	/*  border:1px solid #000;  */
	-webkit-animation: spin1 2s infinite linear;
-moz-animation: spin1 2s infinite linear;
-o-animation: spin1 2s infinite linear;
-ms-animation: spin1 2s infinite linear;
animation: spin1 2s infinite linear;
}

.js-button-load-animation.loader:after{
	opacity:1;
}

input#basketOrderButton2,
input.createOrderBtn
{
	margin-top:0;
}

.BasketRefreshBtn{
	margin-top:0!important;
}

.loader input#basketOrderButton2{
   background:#058938;
    padding-left: 30px;
}

.order-btn-bl .js-button-load-animation{
	display:inline-block;
	float: right;
}

.loader input.createOrderBtn{
	background: #e35a01;
	padding-left: 36px;
} 
