/********************************/
/* Use with Bootstrap 3.3.4! */
/********************************/

/********************************/
/* BASE SETTINGS */
/********************************/

body {
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
	color: #0f406e;
	font-size: 16px;
	font-display: swap; /* using standard while loading fonts */
	overflow-x: hidden; /* Prevent scroll on narrow devices */
}

.btn:hover {
	color: white;
}

@media (min-width: 1405px) {
	.container-fluid {
		width: 1340px;
	}
}
.grecaptcha-badge {
	display: none;
}

.padding_null {
	padding: 0px;
}

.margin_null {
	margin: 0px;
}

.content {
	background: white;
	padding: 15px 0;
}

.content table p {
	margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
	color: #626262;
}

h1 {
	font-size: 1.8rem;
}

h2 {
	font-size: 1.6rem;
}

h3 {
	font-size: 1.4rem;
}

h4 {
	font-size: 1.2rem;
}

h5 {
	font-size: 1.1rem;
}

h2 a {
	color: #626262;
}

h3 a {
	color: #626262;
}

.overflow {
	overflow: hidden;
}

.breadcrumb {
	margin: 15px 0;
	padding: 5px 15px;
}

.neighbors a {
	color: #7c7c7c;
}

.feedback_modal_link {
	display: block;
	background-color: #013567 !important;
	line-height: 0;
	cursor: pointer;
	z-index: 100001;
	left: -2px;
	margin-top: -117.5px;
	position: fixed;
	top: 50%;
	border: 2px solid #ffffff;
	padding: 10px 4px 10px 4px;
	background: #42b5ff;
	border-radius: 0 5px 5px 0;
	-webkit-box-shadow: 1px 0 2px #888;
	box-shadow: 1px 0 2px #888;
}

.btn-warning {
	background-color: #eb8a0d;
	border-color: #eb8a0d;
	color: white;
}

.card {
	margin: 0 0 15px 0;
}

.card-header {
	background-color: rgb(227 246 252);
}

.comprasion-table td,
.comprasion-table tr,
.comprasion-table th {
	border: 1px solid #000;
}

/********************************/
/* Sticky */
/********************************/

.is-sticky {
	background: #f7f9fa;
	z-index: 10;
	text-align: center;
	top: 10px !important;
	padding: 5px 0;
	border-radius: 20px;
	border: none;
	width: 80px !important;
}

/********************************/
/* Top */
/********************************/

.wrapper_top {
	background: #013567;
}

.top_logo {
	margin: 24px 0 15px 0;
}

.top_search {
	margin: 40px 0 0 0;
}

.top_search_query {
	height: 22px;
	border-radius: 0px;
	padding: 0px;
}

.top_search_submit {
	height: 22px;
	padding: 2px 6px 0px 6px;
	border-radius: 0px;
	color: white;
	background: #eb8a0d;
}

.top_phones {
	margin: 20px 0 0 0;
}

.top_phones p {
	text-align: right;
}

.top_phones p a {
	text-decoration: none;
	color: white;
	font-size: 1.4rem;
}

@media only screen and (max-width: 992px) {
	.top_logo {
		margin: 10px 0;
	}

	.top_search {
		margin: 10px 0;
	}

	.top_search .input-group {
		margin: 0 !important;
	}

	.top_phones {
		text-align: center;
		margin: 10px 0;
	}

	.top_phones p {
		margin: 0;
		text-align: center;
	}
}

/********************************/
/* Navbar */
/********************************/

.navbar {
	background: none;
	margin: 0px;
}

.navbar ul {
	list-style: none;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
	background: #c7edf9;
}

.navbar-light .navbar-nav .nav-link {
	color: #337ab7;
	font-size: 1.15rem;
}

@media only screen and (min-width: 320px) {
}

@media only screen and (min-width: 480px) {
}

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 992px) {
}

@media only screen and (max-width: 320px) {
	.navbar_cart {
		text-align: center;
	}
}

@media only screen and (max-width: 480px) {
	.navbar_cart {
		text-align: center;
		margin: 0 0 10px 0px;
	}
}

@media only screen and (max-width: 768px) {
	.navbar_cart {
		text-align: center;
		margin: 0 0 10px 0px;
	}
}

@media only screen and (max-width: 992px) {
	.navbar_cart {
		text-align: center;
		margin: 0 0 10px 0px;
	}
}

.navbar_cart a.cart_link {
	text-decoration: none;
	font-weight: bold;
	color: #eb8a0d;
}

/********************************/
/* Sidebar */
/********************************/

.sidebar {
	color: #003466;
}

.sidebar h4 {
	text-align: center;
	padding: 4px 0px;
	margin: 0px;
	color: #003466;
	background: #e3f6fc;
	font-weight: bold;
}

.sidebar ul {
	list-style: none;
	padding: 0px;
	background: #c7edf9;
}

.sidebar ul li .parent_level_1 {
	background: #e3f6fc;
	font-weight: bold;
	padding: 6px 15px;
	text-align: center;
}

.sidebar ul li .parent_level_1 a {
	color: #003466;
	font-size: 1.2rem;
}

.sidebar ul li .parent_level_2 a {
	font-weight: bold;
}

.sidebar ul li ul {
	margin: 6px 0px 0px 0px;
}

.sidebar ul li ul li {
	margin: 0px 0px 10px 0px;
	padding: 0px 15px;
}

.sidebar ul li ul li a {
	color: #003466;
	display: block;
	padding: 5px 0;
}

.sidebar ul li ul li a:hover {
	text-decoration: none;
}

.sidebar ul li ul li.active {
	background-color: #013567;
}

.sidebar ul li ul li.active a {
	color: white;
}

/********************************/
/* Slider */
/********************************/

.wrapper_slider {
	padding: 20px 0;
	background: rgb(81, 177, 223);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUxYjFkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iI2FjZGZmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2M3ZWRmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2FjZGZmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1MWIxZGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(
		left,
		rgba(81, 177, 223, 1) 0%,
		rgba(172, 223, 243, 1) 20%,
		rgba(199, 237, 249, 1) 50%,
		rgba(172, 223, 243, 1) 80%,
		rgba(81, 177, 223, 1) 100%
	);
	background: -webkit-gradient(
		linear,
		left top, right top,
		from(rgba(81, 177, 223, 1)),
		color-stop(20%, rgba(172, 223, 243, 1)),
		color-stop(50%, rgba(199, 237, 249, 1)),
		color-stop(80%, rgba(172, 223, 243, 1)),
		to(rgba(81, 177, 223, 1))
	);
	background: linear-gradient(
		to right,
		rgba(81, 177, 223, 1) 0%,
		rgba(172, 223, 243, 1) 20%,
		rgba(199, 237, 249, 1) 50%,
		rgba(172, 223, 243, 1) 80%,
		rgba(81, 177, 223, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(
			startColorstr='#51b1df',
			endColorstr='#51b1df',
			GradientType=1
		); /* IE6-8 */
}

.wrapper_slider h1 {
	font-weight: bold;
	color: #04386c;
	text-align: center;
	margin: 10px 0px 40px 0px;
}

.mainpage_slider h1 {
	margin: 10px 0px 10px 0px;
	font-size: 1.2rem;
}

.mainpage_slider p {
	text-align: center;
	font-size: 18px;
}

.slider_text {
	padding: 0px 15px;
}

.slider_text p {
	color: #04386c;
	margin: 60px 0px 0px 0px;
	font-size: 1.6rem;
}

@media only screen and (max-width: 320px) {
	.slider_text p {
		text-align: center;
		color: #04386c;
		margin: 0px 0px 30px 0px;
		font-size: 1.2rem;
	}
}

@media only screen and (max-width: 480px) {
	.slider_text p {
		text-align: center;
		color: #04386c;
		margin: 0px 0px 30px 0px;
		font-size: 1.2rem;
	}
}

@media only screen and (min-width: 768px) {
	.slider_text p {
		color: #04386c;
		margin: 0px 0px 0px 0px;
	}
}

@media only screen and (min-width: 992px) {
	.slider_text p {
		color: #04386c;
		margin: 40px 0px 0px 0px;
	}
}

.tns-controls {
	text-align: center;
}

.tns-controls [aria-controls] {
	margin: 0 5px;
	padding: 0 1em;
	height: 2.5em;
	color: #fff;
	background: #8e060a;
	border-radius: 3px;
	border: 0;
}

.tns-nav {
	text-align: center;
	margin: 0;
}

.tns-nav > [aria-controls] {
	width: 9px;
	height: 9px;
	padding: 0;
	margin: 0 5px;
	border-radius: 50%;
	background: #666;
	border: 0;
}

.tns-nav > .tns-nav-active {
	background: #000;
}

/********************************/
/* Sidebar news */
/********************************/

.sidebar_news h3 {
	font-weight: lighter;
	color: #0f406e;
}

.news_row {
	margin: 0px 0px 32px 0px;
}

.news_row_date {
	color: #eb8a0d;
}

.news_row_title {
	font-weight: bold;
	text-decoration: underline;
	margin: 0px 0px 0px 0px;
}

.news_row_title a {
	color: #0f406e;
}

/********************************/
/* Footer */
/********************************/

.wrapper_footer {
	background: #003466;
}

.footer {
	color: white;
	overflow: hidden;
	margin: 26px 0px 0px 0px;
}

.footer ul {
	list-style-type: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.footer ul li {
	display: inline-block;
	margin: 10px 16px;
}

.footer ul li a {
	color: white;
}

.footer hr {
	margin: 0px 0px 10px 0px;
}

.footer a {
	color: white;
}

/********************************/
/* Back to top */
/********************************/

#back-top {
	position: fixed;
	bottom: 60px;
	right: 10px;
}

#back-top button {
	background: #013567;
	text-align: center;
	color: white;
	padding: 5px 10px;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1em;
	border-radius: 4px;
}

/********************************/
/* Search page */
/********************************/

.sisea-highlight {
	color: red;
	font-weight: bold;
}

/********************************/
/* Mainpage */
/********************************/

.mainpage_title {
	color: #eb8a0d;
	font-weight: bold;
}

.item_row {
	overflow: hidden;
	padding: 0px 15px 15px 15px;
}

.item_row .thumbnail {
	border: 1px solid #c7edf9;
}

.item_pic_holder {
	text-align: center;
}

.item_row_params {
	overflow: hidden;
}

.slider_products_holder {
	margin: 25px 0px;
}

.slider_products {
	overflow: hidden;
}

.slider_products_row:hover {
	text-decoration: none;
}

.slider_products_row h2 {
	margin: 0px;
	text-align: center;
}

/********************************/
/* Category */
/********************************/

.catalog_row_level1 {
	margin: 0 0 30px 0;
}

.catalog_row_level1 h3 {
	margin: 0 0 30px 0;
}

.catalog_row_level1 h3 a {
	color: #626262;
}

.catalog_row_level2 {
	border: none;
	text-align: center;
}

/********************************/
/* Open item */
/********************************/

.card-video p {
	display: flex;
	justify-content: center;
	align-items: center;
} /* выравнивание видео по центру */

.openitem_order_example {
	margin: 0 auto;
}

.openitem_order_example table {
	margin: 0px 0px 30px 0px;
}

.openitem_order_example table th {
	border: 1px solid #eb8a0d;
	padding: 10px;
}

.openitem_order_example table td {
	border: 1px solid #eb8a0d;
	padding: 10px;
}

.openitem_order_example ol li ul {
	list-style: none;
}

.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #c7edf9;
}

.table-striped tr td {
	width: 50%;
}

.table-striped tr td:first-child {
	font-weight: bold;
}

.item_open_btn_buy {
	background: #003466;
	color: white;
}

.tab-content {
	border-left: 1px solid rgba(0, 0, 0, 0.125);
	border-right: 1px solid rgba(0, 0, 0, 0.125);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	margin: 0 0 15px;
}

.item-nav-tabs {
	display: none;
}

.item-nav-tabs .nav-item a {
	padding: 0.75rem 1.25rem;
	font-size: 1.1rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.03);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	color: #013466;
}

/* Feedback and Ratings section */

.ec-message__meta {
		line-height: 18px !important;
}

.media  {
	margin-bottom: 19px;
}

.feedback-ratings .ec-stars {
	margin: 0 0 3px 0;
}

.ec-message__author,
.ec-message__date {
	float: none !important;
	margin-bottom: 0 !important;
}

.ec-message__author {
	font-size: 1.1rem;
}

.feedback-ratings .ec-message {
	background: #f5fdff;
	border: 1px solid #f1f1f1;
	box-shadow: none;
}

.ec-message__date {
	padding: 3px 0 3px 0 !important;
}

.feedback-ratings .ec-message__reply {
	background: #e3f6fc;
}

.ec-message__author,
.ec-message__text {
	color: #000;
	font-weight: normal;
}

.ec-form .checkbox,
.ec-form .form-group:nth-of-type(2) {
	margin-bottom: 0;
}

.ec-rating-btn {
	margin-bottom: 15px;
}

.ec-star {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAgCAYAAAASYli2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA0ZJREFUeNqUVs9PE0EUfrtdWuBAoCkkJiRYITGUQmIMt9ps+Q8MMRLPHPCi8S9o+w+YmJjowZMmGiG9ejFxFzBoFCUpFS4SSwIhKgIpKbS023W+Ybfuz1In+Zi3733vzZuZ96YIW/PUaujGLPgRrtzSbd9So0E0cnvLRfz+ejgTjt/n8kHhUYZxMh4cl5+oad4rM306PHaPAMg+HJ+AWtmGjRcsu9jd5jdk6Jw8r4CCrrMzOFu2KddfJvXxO0tOHTGd/SyDN1wBpbVnAs7GtqVL4zNE9QMbsX90htaeJ3WHf/barG47W+HTE9In59ilVItElR/U1uiMEoUu0+enwzQ5p9uylup1yn54PJwem5qlnoFoW/FKux/p27tnPEPXGS4+5LPMoEykpql3YLBlsKNfO5RXchBTDGrygf0URJYhMaXK5tTXtzk63F0nqv30BGzggGv4uMvGVE7dTHGCXj/0DQgbOODCp2XAN68UGXK4l/2p7XsCNnDApc0J74C8ONcHUaTyyNWe83Ix8Gdvj8OqAwdcyF6FLXHl+A5p80I63HfGOuCI9n9r9H6pArtq8OREspMi/QEK92nnragdZfwDfhH4apFwhTYLRBsb3Jaanj4PmMuRvKhUlFiMaHTU6GGf1hPx2tB1ndicXVggKhQoy2SBQcU3ABk62Ixvc3b38vLyvz4OhUJ2oyDwImP9buuGarXalBOJhD3DFjWcibE9ApCpzSE6V67X6xwsq3RXVxcBkE29NbsLAzqzM8f/ZCm6X2GNZ9Td3Y2Zw5DTmt/z7giYMX6MmkBGZjATRpa6A+6sVVXVG42GzlbXa7VaWwAXPvB1LsxaT8sqikInJyesrhptAVz4wNdzy+z2UisrK3R6enphMHDAhY/Xls1LUdlqPGi5XOYX4wXYwAHX0uf2Xj4+Pm4eZyAQIHZGJEmS5w3CZgRX/W7Z6imDjGBw9CQzm1E6sl+GouV85Gg0yoOZKJVKHFYdOOCafh7PV7NY08FgkDvhFgvsabG+h/F4nBc4OMwn7dc5knWVjo4O2mMv9Pb2Nn8PRVHkAZFRPp9XhoaGKBKJeGbW3LKlKLOrq6tULBazxr9v1jOCLMAGDrimn3P8FWAAEtbR4/v4jFEAAAAASUVORK5CYII=');
	display: inline-block;
	width: 18px;
    height: 16px;
	position: relative;
    top: 2px;
    right: 3px;
}

@media screen and (prefers-reduced-motion: no-preference) {

	html,
	body {
		scroll-behavior: smooth;
	}
}

/* Feedback and Ratings section end */

.feedback-ratings {
	margin-bottom: 15px;
}

@media (min-width: 768px) {
	.item-nav-tabs {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.item-card {
		border: none;
	}

	.item-card .item-card-header {
		display: none;
	}

	.item-card .collapse {
		display: block;
	}
}

@media (max-width: 767px) {
	.tab-content > .tab-pane {
		display: block;
		opacity: 1;
		border: none;
		text-align: center;
		margin: 0;
	}

	.tab-content > .tab-pane .item-card-header {
		padding: .75rem 0;
		background: #f7f7f7;
	}

	.tab-content > .tab-pane .item-card-header a {
		color: #626262;
	}

	.card-body {
		padding: 1rem;
		border: none;
	}
}

/********************************/
/* News list */
/********************************/

/********************************/
/* Gallery */
/********************************/

.gallery_row {
	margin: 0 0 30px 0;
}

/********************************/
/* Contacts */
/********************************/

.table-contact tbody tr th:first-child {
	width: 200px;
}

.manager-email,
.manager-photo a .img-thumbnail {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.content .bi-telegram {
	font-size: 1.5rem;
}

@media (max-width: 575px) {
	.manager-photo a .img-thumbnail {
		margin: 0 auto;
	}

	.manager-email,
	.manager-photo a .img-thumbnail{
		justify-content: center;
	}
}

/********************************/
/* Form POISK 600 */
/********************************/

.form_poisk_600_link_ie8 {
	display: none;
}

.order_600 {
	overflow: hidden;
}

.order_600 td {
	padding: 6px 0px;
}

.order_600 .order_600_label {
	max-width: 250px;
	float: left;
	text-align: left;
	color: #086bbc;
}

.order_600 .order_600_input {
	float: right;
	width: 514px;
	padding: 4px 6px;
	border: 1px solid #5c90ca;
	border-radius: 6px;
	background: #dddddd;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -o-linear-gradient(top, #dddddd 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#ffffff));
	background: linear-gradient(to bottom, #dddddd 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#ffffff', GradientType=0);
}

.order_600 .input_none {
	border: none;
	background: none;
	padding: 4px 0px;
	width: 500px;
	height: 28px;
	float: left;
}

.clearfix {
	clear: both;
}

.order_600_query_holder {
	margin: 0 0 0 136px;
}

.order_600_query_holder input {
	padding: 4px 6px;
	border: 1px solid #5c90ca;
	border-radius: 6px;
	background: #dddddd;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -o-linear-gradient(top, #dddddd 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#ffffff));
	background: linear-gradient(to bottom, #dddddd 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#ffffff', GradientType=0);
}

.order_600_query {
	text-align: left;
	margin: 10px 0px 0px 0px;
}

label.order_600_query_label {
	width: 120px;
	margin: 0px 14px 0px 0px;
}

input.order_600_query_first {
	float: none;
	width: 68px;
	margin: 0px 22px 0px 0px;
}

input.order_600_query_small {
	float: none;
	width: 28px;
	margin: 0px 22px 0px 0px;
}

input.order_600_query_last {
	margin: 0px !important;
}

input.order_600_query_big {
	float: none;
	width: 372px;
	margin: 0px 12px 0px 0px;
}

.order_600_query_pic {
	text-align: left;
	margin: 10px 0px 0px 0px;
}

input.order_600_submit {
	color: white;
	border-radius: 0px;
	float: none;
	margin: 10px auto;
	cursor: pointer;
	text-align: center;
	width: 300px;
	height: 40px;
	border: none;
	background: #f46a1f;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0NmExZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNTRiMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -o-linear-gradient(top, #f46a1f 0%, #d54b00 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#f46a1f), to(#d54b00));
	background: linear-gradient(to bottom, #f46a1f 0%, #d54b00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f46a1f', endColorstr='#d54b00', GradientType=0);
}

/********************************/
/* Top message */
/********************************/

.top_message {
	text-align: center;
	border-radius: 5px;
	background: #fcfcec;
	border: 2px solid #ff0000;
	margin-bottom: 8px;
}

.top_message p {
	font-size: 18px;
	margin: 0 auto;
}
