﻿/* reset */
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,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
	margin: 0px;
	padding: 0px;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
	display: block;
}

body
{
	line-height: 1;
}

ol, ul
{
	list-style: none;
}

blockquote, q
{
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after 
{
	content: '';
	content: none;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

/* site */
*::-moz-selection
{
    background: #0ba1ff;
    color: #ffffff;
    text-shadow: none;
}

.cl:before, .cl:after
{
    content: " ";
    display: table;
}

.cl:after
{
    clear: both;
}

html, body
{    
	width: 100%;
	height: 100%;
}

body
{
    min-width: 960px;
	background-color: #ffffff;
    font-family: "PT Sans", sans-serif;
	font-size: 14px;
	line-height:1em;
	color: #444444;
}

a
{
	outline: 0;
	color: #0ba1ff;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

p
{
	line-height:1.6em;
}

ul, ol, table
{
	margin-top: 10px;
}

ul { list-style-type: none; list-style-position:outside; }
ol { list-style-type: numeric; list-style-position: outside; margin-left: 8px; }

article ul li
{
	padding-left: 23px;
	background-image: url("img/marker-li.png");
	background-repeat: no-repeat;
	background-position: 0px 10px;
	margin-top: 10px;
	line-height: 1.4em;
}

article ol li
{
	margin-top: 10px;
	line-height: 1.4em;
}

article ul li:first-child, article ol li:first-child
{
	margin-top: 0px;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

table
{
	border: 1px solid #dcdcdc;
}

table td
{
	padding: 10px;
	border: 1px solid #dcdcdc;
}

h1{ font-size: 20px; font-weight: normal; margin-bottom: 20px; line-height: 1em; color: #777777; }
h2{ font-size: 18px; font-weight: normal; margin-bottom: 20px; line-height: 1em; color: #444444; }
h3{ font-size: 16px; font-weight: normal; margin-bottom: 20px; line-height: 1em; color: #444444; }
h4{ font-size: 16px; font-weight: normal; margin-bottom: 20px; line-height: 1em; color: #444444; }
h5{ font-size: 14px; font-weight: normal; margin-bottom: 20px; line-height: 1em; color: #444444; }
h6{ font-size: 14px; font-weight: normal; margin-bottom: 20px; line-height: 1em; color: #444444; }

.ml5{ margin-left: 5px; }
.ml20{ margin-left: 20px; }
.mb50{ margin-bottom: 50px; }

header
{
	width: 960px;
	height: 80px;
	margin: 0px auto;
	position: relative;
}

#logo-wrap
{
	width: auto;
	height: auto;
	margin: 20px 0px 0px 12px;
	float: left;
	position: relative;
}

#logo
{
	display: block;
	width: 219px;
	height: 34px;	
	background-image: url("img/logo-geotrade.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
	text-indent: -9999px;
}

#logo-info
{
	position: absolute;
	top: 36px;
	left: 0px;
	color: #808080;
	font-size: 12px;
}

#logo-info p
{
	line-height: 1.2em;
}

#logo-partners
{
	display: block;
	width: 232px;
	height: 26px;
	position: absolute;
	top: 11px;
	left: 235px;
	background-image: url("img/logo-sokkia-topcon.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
	text-indent: -9999px;
}

#contacts
{
    float: right;
    margin: 22px 12px 0 0;	
}

#contacts p
{
	line-height: 1.2em;	
}

#phone
{
    float: right;
    text-align: right;
	font-size: 28px;
	font-weight: normal;
	color: #0ba1ff;
}

#address
{
    float: right;	
    margin: 5px 10px 0px 0px;
    text-align: right;
	font-size: 12px;
	color: #808080;
}

#road-wrap
{
	width: 100%;
	height: 60px;	
}

#road-view
{
	width: 100%;
	height: 60px;	
	background-color: #f1f1f1;
	position: relative;
	box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .2);
	z-index: 9998;
}

#road-view.road-fixed
{
	position: fixed;
	top: 0px;
	z-index: 9998;
}

#road
{
	width: 960px;
	height: 60px;	
	margin: 0px auto;
	position: relative;
}

#road:before, #road:after
{
    content: " ";
    display: table;
}

#road:after
{
    clear: both;
}

.btn-catalog
{
	display: block;
	width: 230px;
	height: 60px;
	float: left;
	margin: 0px 0px 0px 0px;	
	background-image: url("img/btn-catalog.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	cursor: pointer;
}

.btn-catalog:hover
{
	background-position: 0px -60px;
}

.btn-select-catalog
{
	background-position: 0px -120px;
}

.btn-price
{
	display: block;
	width: 60px;
	height: 60px;
	float: left;
	margin: 0px 0px 0px 0px;	
	background-image: url("img/btn-price.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	cursor: pointer;
}

.btn-price:hover
{
	background-position: 0px -60px;
}

.search
{
	width: 520px;
	float: left;
	margin-left: 20px;
	position: relative;
}

.txt-search
{
	width: auto;
	height: 26px;
	margin: 8px 0px 0px 0px;	
	position: relative;
}

.txt-search input
{
	width: 462px;
	height: 16px;	
	padding: 5px 5px 5px 30px;
	font-size: 14px;
	border: none;
	border-radius: 3px;
	background-color: #ffffff;
	background-image: url("img/ico-search.png");
	background-repeat: no-repeat;
	background-position: 7px 5px;
	color: #444444;
	font-family: "PT Sans", sans-serif;
	float: left;
}

.txt-search input::-webkit-input-placeholder {color: #a7a7a7}
.txt-search input::-moz-placeholder  {color: #a7a7a7}
.txt-search input:-moz-placeholder  {color: #a7a7a7}
.txt-search input:-ms-input-placeholder {color: #a7a7a7}
.txt-search input:focus::-webkit-input-placeholder {color: transparent}
.txt-search input:focus::-moz-placeholder  {color: transparent}
.txt-search input:focus:-moz-placeholder  {color: transparent}
.txt-search input:focus:-ms-input-placeholder {color: transparent}

.template-search
{
	width: auto;
	height: 16px;
	color: #a7a7a7;
	margin: 5px 0px 0px 0px;
	font-size: 13px;
}

.template-search span
{
	color: #0ba1ff;
	border-bottom: 1px dashed;
	cursor: pointer;
}

.template-search span:hover
{
	border-bottom: none;
}

.search-wrap
{
	display: none;
	width: 496px;
	height: auto;
	position: absolute;
	top: 36px;
	left: 0px;	
	border: 1px solid #d8d9d9;
	border-top: none;
	background-color: #ffffff;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
	z-index: 9999;
}

.search-header
{	
	height: 14px;
	font-size: 14px;
	padding: 13px;
	color: #919191;	
	background-color: #e6e6e6;
	text-align: left;
	position: relative;
}

.search-header span
{
	color: #333333;
	font-weight: bold;
}

.search-list li
{
	padding: 5px 0px 5px 10px;
	position: relative;
	color: #888888;
}

.search-list li:hover
{
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
}

.search-list li:before, .search-list li:after
{
    content: " ";
    display: table;
}

.search-list li:after
{
    clear: both;
}

.search-list img
{
	display : block;
	width   : 40px;
	height  : 40px;
	float   : left;
}

.search-list span
{
	width: 435px;
	float : left;
	margin: 13px 0px 0px 10px;
	white-space: nowrap;
	overflow: hidden;
	text-decoration: none;
}

.search-list i
{
	width  : 40px;
	height : 40px;
	position: absolute;
	top: 5px;
	right: 0px;
	background-image: url("img/search-fog.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.search-list a
{
	color: #888888;
}

.search-list a:hover span
{
	color: #0ba1ff;	
}

.btn-close-search
{
	width: 15px;
	height: 15px;
	position: absolute;
	top: 12px;
	right: 12px;
	background-image: url("img/btn-close-search.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
}

.btn-close-search:hover
{
	background-position: 0px -15px;
}

.search-paginator
{
	height: 14px;
	font-size: 14px;
	padding: 13px;
	background-color: #f1f1f1;
	text-align: center;
	font-weight: bold;
}

.search-paginator span
{
	padding: 5px 8px;
	margin: 0px 5px;
	cursor: pointer;
	border-radius: 3px;
}

.search-paginator span:hover
{
	background-color: #6ac5ff;
	color: #ffffff;	
}

.search-paginator i
{
	background-color: #bebebe;
	padding: 5px 8px;
	margin: 0px 5px;
	cursor: default;
	border-radius: 3px;
	color: #ffffff;	
}

.btn-feedback
{
	display: block;
	width: 60px;
	height: 60px;
	float: left;
	margin: 0px 0px 0px 0px;
	background-image: url("img/btn-feedback.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	cursor: pointer;
}

.btn-feedback:hover
{
	background-position: 0px -60px;
}

.btn-cart
{
	display: block;
	width: 60px;
	height: 50px;
	float: left;
	margin: 0px 0px 0px 10px;
	padding-top: 10px;
	background-image: url("img/btn-cart.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: 	#ffffff;
	overflow: hidden;
}

.btn-cart:hover
{
	background-position: 0px -60px;
}

.btn-select-cart
{
	background-position: 0px -60px;
}

.btn-cart i
{
	padding: 2px 6px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #ff6601;
	border: 2px solid #ffffff;
}


.content-main, .content, .content-articles
{
	width: 960px;
	height: auto;
	padding: 0px;
	margin: 20px auto;
}

.content
{
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

.content hr
{
	border : none;
	color  : #000000;
	border-top : 1px solid #000000;
}

.content:before, .content:after, .content-articles:before, .content-articles:after
{
    content: " ";
    display: table;
}

.content:after, .content-articles:after
{
    clear: both;
}

.content aside
{
	float: left;
	width: 270px;
	height: auto;
}

.content article
{  
	float: left;
	width: 650px;
	margin-left: 40px;
}

.content-articles aside
{
	float: right;
	width: 220px;
	height: auto;
}

.content-articles article
{  
	float: left;
	width: 650px;
}

.categoryes-main
{
	margin: 0px 0px 0px 55px;
}

footer
{
	width: 100%;
	min-height: 100px;
	color: #ffffff;
	background-color: #41484b;
}

footer a
{
	color: #ffffff;
}

footer table, footer tr, footer td
{
	border: none;
	padding: 0;
	margin: 0;
}

.footer-content
{
	width: 936px;
	min-height: 60px;
	margin: 0px auto;
	padding: 20px 0px;
}

#filters-wrap
{
	background-color: #ebecec;
	width: 610px;
	height: auto;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 20px;
	margin: 20px 0px;
}

#filters-sort
{
	border: 2px solid #ebecec;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 20px;
	font-size: 16px;
	text-align: center;
	color: #777777;
}

#filters-sort a
{
	font-size: 14px;
	color: #888888;
	text-decoration: underline;
}

#filters-sort a:hover
{
	text-decoration: underline;
}

#filters-sort a.sort-select
{
	color: #0ba1ff;
	text-decoration: none;
}

.products-all
{
	margin-top: 15px;
	padding-right: 20px;
	text-align: right;
}

.cat-row
{
	margin: 40px 0px;
}

.cat-row:before, .cat-row:after
{
    content: " ";
    display: table;
}

.cat-row:after
{
    clear: both;
}

.cat-column
{
	width: 190px;
	margin: 0px 30px 0px 0px;	
	float: left;
}

.cat-column:last-child
{
	margin-right: 0px;
}

.cat-item li
{
	padding: 5px 0px;
}

.cat-item a
{
	text-decoration: none;
}

a.ci-title-main
{
	font-weight: normal;
	line-height: 1em;
	font-size: 18px;
	color: #999999;
	text-decoration: none;
}

a.ci-title-main:hover
{
	text-decoration: underline;
}

a .ci-title
{
	margin: 20px 0px;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	text-align: center;
	line-height: 1.2em;
}

a:hover .ci-title
{
	color: #009dff;
}

.ci-image
{
	line-height: 190px;	
	text-align: center;
}

.ci-image img
{
	vertical-align: middle;
}


.cat-item li a
{
	color: #a0a0a0;
	font-size: 12px;
}

.cat-item li a:hover
{
	text-decoration: underline;
}

.product-row
{
	margin: 40px 0px;
}

.row-center-850
{
	width: 850px;
	margin: 40px auto;
}

.product-row:before, .product-row:after
{
    content: " ";
    display: table;
}

.product-row:after
{
    clear: both;
}

.product-column
{
	width: 190px;
	min-height: 190px;
	margin: 0px 30px 0px 0px;
	float: left;
}

.product-column:last-child
{
	margin-right: 0px;
}

.product-item li
{
	padding: 5px 0px;
}

.product-item a
{
	text-decoration: none;
}

.product-item img
{
	display: block;
	margin: 0px auto;
}

.product-topgrid-wrap
{
	margin: 0px 0px 10px 0px;
}

.product-topgrid-wrap:before, .product-topgrid-wrap:after
{
    content: " ";
    display: table;
}

.product-topgrid-wrap:after
{
    clear: both;
}

.product-topgrid-left
{
	width: 350px;
	padding-top: 10px;
	float: left;
}

.product-topgrid-left > img
{
	display: block;
	margin: 0px auto;
}

.product-topgrid-right
{
	width: 260px;
	padding: 30px 20px 0px;
	float: right;
}

.product-intro
{
	margin-top: 20px;	
}


.product-tabs-list:before, .product-tabs-list:after
{
    content: " ";
    display: table;
}

.product-tabs-list:after
{
    clear: both;
}

.product-tabs-list div
{
	display: inline;
	float: left;
	margin-left: 10px;
	padding: 10px 20px;
	border-radius: 10px 10px 0px 0px;
	background-color: #eeeeee;
	border-bottom
	cursor: pointer;
}

.product-tabs-list span
{
	border-bottom: 1px dashed;
	cursor: pointer;
}

.product-tabs-list div:hover
{
	background-color: #acd8f3;
	cursor: pointer;
}

.product-tabs-list div.product-tab-select
{
	background-color: #a0a0a0;
	color: #ffffff;
	text-shadow: 0 1px 0 #666666;
	cursor: default;
}

.product-tabs-list div.product-tab-select span
{
	border-bottom: none;
}

.product-tab
{
	display: none;
	margin-bottom: 20px;
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 7px 0px rgba(184,184,184,0.52);
	-moz-box-shadow: inset 0px 0px 7px 0px rgba(184,184,184,0.52);
	box-shadow: inset 0px 0px 7px 0px rgba(184,184,184,0.52);
	border-radius: 5px;
	border: 1px solid #a0a0a0;
}

.product-tab-open
{
	display: block;
}

.product-text
{
	margin-bottom: 20px;
}

.product-stats
{
	margin-bottom: 20px;
}

.product-stats table
{
	width: 100%;
	border: none;
}

.product-stats td
{
	width: 50%;
	border: none;
}

.product-stats tr
{
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.product-stats tr:nth-child(2n)
{
	background-color: #f5f5f5;
}

.ps-key
{
	color: #888888;
}

.product-other
{
	margin-bottom: 20px;
}

.pi-btn-add
{
	display: block;
	width: 180px;
	padding: 10px;
	margin: 10px auto 0px;
	color: #ffffff;
	background-color: #a3d39c;
	border-radius: 3px;
	border: none;
	text-transform: uppercase;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

.pi-btn-incart
{
	display: block;
	width: 160px;
	padding: 12px 10px;
	margin: 10px auto 0px;
	color: #ffffff;
	background-color: #acd8f3;
	border-radius: 3px;
	border: none;
	text-transform: uppercase;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	text-align: center;
	cursor: pointer;
}

a .pi-title
{
	height: 34px;
	overflow: hidden;
	margin: 5px 0px 0px 0px;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	text-align: center;
	line-height: 1.2em;
}

a:hover .pi-title
{
	color: #009dff;
}

.pi-other 
{
	margin: 10px 0px 5px 0px;	
	height: 30px;
	overflow: hidden;
	color: #888888;
	font-size: 13px;
}

.pi-other p
{
	line-height: 1.1em;
}

.pi-intro 
{
	margin: 5px 0px 5px 0px;
	height: 26px;
	overflow: hidden;
	color: #888888;
	font-size: 12px;
}

.pi-intro p
{
	line-height: 1.1em;
}

.pi-price
{
	height: 20px;
	text-align: center;
	font-size: 20px;
	color: #338a58;
}

.pi-oldprice
{
	text-align: center;
	height: 10px;
	font-size: 12px;
	color: #888888;
	
}

.pi-oldprice span
{
	text-decoration: line-through;
}

.menu-categoryes a
{
	color: #888888;
	text-decoration: none;
}

.menu-categoryes a:hover
{
	text-decoration: underline;
}

.category-item
{
	margin-bottom: 10px;
}

.category-item a
{
	display: inline-block;
	padding: 0px 0px 0px 10px;
}

.category-item-childs
{
	background-image: url("img/catalog-item-arrow.png");
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

.ci-current a
{
	font-weight: bold;
}

.ci-level1
{
	padding-left: 20px;
}

.ci-level2
{
	padding-left: 40px;
}

.main-menu
{	
	width: 100%;
	height: 40px;
	background-color: #4aaa8c;
}

.main-menu div
{
	color: #ffff;
	padding: 0px;
	line-height: 1em;
	font-size: 14px;	
	width: 960px;
	margin:	0px auto;
	text-transform: uppercase;
}


.main-menu div:before, .main-menu div:after
{
    content: " ";
    display: table;
}

.main-menu div:after
{
    clear: both;
}

.main-menu ul
{
	text-align:center;
	margin:	13px 15px;
	padding: 0px;
}

.main-menu li
{
	display: inline;
	position: relative;
	list-style: none;	
}

.main-menu a
{	
	padding: 12px 15px;
	height: 20px;
	color: #f1f1f1;
	text-shadow: 0px 1px 0px #666666;
	text-decoration: none;	
}

.main-menu a:hover
{
	color: #666666;
	background-color: #f1f1f1;
	text-shadow: 0px 1px 0px #dcdcdc;
}

.main-menu li.main-menu-current a
{
	color: #666666;
	background-color: #f1f1f1;
	text-shadow: 0px 1px 0px #dcdcdc;
	font-weight: normal;
}

.second-menu
{
	color: #444444;
	padding: 10px 15px;
	line-height: 1em;
	font-size: 14px;	
	width: 930px;
	margin:	0px auto;
	text-transform: uppercase;
}

.second-menu ul
{
	text-align:center;
	margin:	0px;
	padding: 0px;
}

.second-menu li
{
	display: inline;
	position: relative;
	list-style: none;
	padding: 10px 5px;
}

.second-menu a
{	
	color: #444444;
	text-decoration: none;	
}

.second-menu a:hover
{
	color: #0c9cb2;
}

.second-menu li.second-menu-current a
{
	color: #0c9cb2;
	font-weight: normal;
}

.breadcrumbs
{
	margin-bottom: 20px;
	font-size: 12px;
	color: #a0a0a0;
}

.breadcrumbs a
{
	color: #a0a0a0;
}

.cart-list li
{
	width: 650px;
	height: auto;
	padding: 10px 0px 9px 0px;
	margin: 0px;
	background-image: url("img/hr.png");
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

.cart-list li:before, .cart-list li:after
{
    content: " ";
    display: table;
}

.cart-list li:after
{
    clear: both;
}

.cart-item-image
{	
	width: 40px;
	height: 40px;
	float: left;
}

.cart-item-image img
{
	display: block;
	width: 40px;
	height: 40px;
}

.cart-item-info
{	
	width: 305px;
	height: 40px;
	margin:	10px 20px 0px 10px;
	color: #6ac5ff;
	line-height: 1.3em;	
	overflow: hidden;
	float: left;
}

.cart-item-action
{
	width: 275px;
	height: 40px;
	float: left;
}

.cart-item-action input
{
	width: 45px;
	height: 28px;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	color: #444444;	
	background-color: #ffffff;
	border: none;
	border-top: 1px solid #898989;
	border-bottom: 1px solid #898989;
	font-family: "PT Sans", sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	float: left;
}

.cart-item-action span {
    display: block;
    float: left;
}

.cart-btn-dec
{
	width: 30px;
	height: 30px;
	margin: 5px 0px 0px 0px;
	background-image: url("img/btn-cart-dec.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
}

.cart-btn-dec:hover
{
	background-position: 0px -30px;
}

.cart-btn-inc
{
	width: 30px;
	height: 30px;
	margin: 5px 0px 0px 0px;
	background-image: url("img/btn-cart-inc.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
}

.cart-btn-inc:hover
{
	background-position: 0px -30px;
}

.cart-item-coast
{
	width: 105px;
	padding: 11px 0px 0px 0px;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}

.cart-btn-delete
{
	width: 30px;
	height: 30px;
	margin: 5px 0px 0px 22px;
	background-image: url("img/btn-cart-del.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
}

.cart-btn-delete:hover
{
	background-position: 0px -30px;
}

.cart-header
{
	text-transform: uppercase;
	color: #777777;
	font-size: 12px;
}

.cart-header:before, .cart-header:after
{
    content: " ";
    display: table;
}

.cart-header:after
{
    clear: both;
}

.cart-header-title
{
	display: block;
	width : 372px;
	margin-left: 2px;
	text-align: left;
	float: left;
}

.cart-header-count
{
	display: block;
	width : 105px;
	text-align: center;
	float: left;
}

.cart-header-price
{
	display: block;
	width : 110px;
	text-align: center;
	float: left;
}

.cart-header-delete
{
	display: block;
	width : 60px;
	text-align: center;
	float: left;
}

.cart-wrap-cost
{
	margin-bottom: 20px;
}

.cart-wrap-cost:before, .cart-wrap-cost:after
{
    content: " ";
    display: table;
}

.cart-wrap-cost:after
{
    clear: both;
}

.cart-cost-title
{
	width: 370px;
	height: auto;
	float: left;
	text-align: left;
	color: #777777;
	text-transform: uppercase;
	font-weight: bold;
}

.cart-cost-cost
{
	width: 253px;
	height: auto;
	float: left;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
}

.cart-notnullcount-title
{
	display: block;
	height: 16px;
	color: #777777;
	font-size: 14px;
	padding-left: 25px;
	background-image: url("img/attention.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.cart-wrap-order
{
	width: 300px;
	margin: 50px auto 0px;
	text-align: center;
}

.cart-wrap-order div
{
	margin: 20px 0px;
}

.cart-wrap-order input
{
	width: 200px;
	margin: 0px auto;
	padding: 10px 15px;
	border: 1px solid #898989;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(184,184,184,0.52);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(184,184,184,0.52);
	box-shadow: inset 0px 0px 5px 0px rgba(184,184,184,0.52);
}
/*
#cart-btn-order
{
	clear: both;
	width: 232px;
	padding: 10px;
	color: #ffffff;
	background-color: #a3d39c;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
	text-transform: uppercase;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	cursor: pointer;
	vertical-align: baseline;
    text-decoration: none;
    text-transform: uppercase;
	cursor: pointer;
}

#cart-btn-order:disabled
{
	clear: both;
	width: 232px;
	padding: 10px;
	color: #ffffff;
	background-color: #dcdcdc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
	text-transform: uppercase;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	cursor: pointer;
	vertical-align: baseline;
    text-decoration: none;
    text-transform: uppercase;
	cursor: pointer;
}

#cart-btn-order:hover
{
	background: linear-gradient(to top, #40b976, #a3d39c);
}
*/
#order-warning
{
	display: none;
	background-color: #febca7;
	padding: 10px 20px;
	color: #bf2e02;
	font-size: 13px;
	text-align: left;
	border-radius: 5px;
}

#order-warning p
{
	margin: 10px 0px;
}


#form-info
{
    display: none;
	background-color: #ebecec;
	padding: 20px;
	color: #4aaa8c;
	font-size: 20px;
	text-align: center;
	border-radius: 5px;
}

.form-wrap
{
	width: 300px;
	margin: 50px auto 0px;
	text-align: center;
}

.form-wrap div
{
	margin: 10px 0px;
}

.form-wrap label
{
    display: inline-block;
    width: 230px;
    text-align: left;
	margin: 5px 0px;
}

.form-wrap span
{
    font-weight: bold;
    color: red;
}

.form-wrap input
{
	width: 200px;
	margin: 0px auto;
	padding: 10px 15px;
	border: 1px solid #898989;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(184,184,184,0.52);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(184,184,184,0.52);
    box-shadow: inset 0px 0px 5px 0px rgba(184,184,184,0.52);
}

.form-button
{
	clear: both;
	width: 232px;
	padding: 10px;
	color: #ffffff;
	background-color: #a3d39c;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
	text-transform: uppercase;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	vertical-align: baseline;
    text-decoration: none;
    text-transform: uppercase;
	cursor: pointer;
}

.form-button:hover
{
	background: linear-gradient(to top, #40b976, #a3d39c);
}

.form-button-disabled
{
	clear: both;
	width: 232px;
	padding: 10px;
	color: #ffffff;
	background-color: #dcdcdc;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
	text-transform: uppercase;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	vertical-align: baseline;
    text-decoration: none;
    text-transform: uppercase;
}

.form-checkbox-wrap
{
	padding: 0px 30px;
	text-align: left;
}

#cart-user-confirm
{
	width: 20px;
	height: 20px;
	padding: 0px;
	margin: 0px 10px 0px 3px;
	vertical-align: middle;
}

#form-user-confirm
{
	display: inline-block;
	width: 20px;
	height: 20px;
	padding: 0px;
	margin: 0px 10px 0px 3px;
	vertical-align: middle;
}

#form-warning
{
	display: none;
	background-color: #febca7;
	padding: 10px 20px;
	color: #bf2e02;
	font-size: 13px;
	text-align: left;
	border-radius: 5px;
}

#form-warning p
{
	margin: 10px 0px;
}

.paginator
{
	margin-top: 35px;
	text-align: center;
	font-size: 20px;
}

.paginator span
{
	margin: 0px 5px 0px 5px;
	padding: 5px 10px;
	color: #ffffff;
	background-color: #d9dada;		
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
}

.paginator a
{
	margin: 0px 5px 0px 5px;
	padding: 10px;
	display: inline-block;
	outline: none;	
	color: #444444;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
}

.paginator a:hover
{
	color: #ffffff;
	background-color: #6ac5ff;
}

#photo-items img
{
	cursor: pointer;
	margin: 10px 5px 0px 0px;
}

.checkbox
{
	display: inline-block;
	width: 20px;
	height: 20px;	
	position: relative;
	margin: 0px 10px 0px 0px;
}

.checkbox input[type="checkbox"] + i
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url("img/filter-checkbox.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
}

.checkbox input[type="checkbox"]:checked + i 
{
	background-position: 0px -20px;
}

#filters-wrap label
{
	cursor: pointer;
}

#filters-wrap input[type="submit"]
{
	display: block;
	width: 100px;
	padding: 10px;
	color: #ffffff;
	background-color: #acd8f3;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #bcbcbc;
	text-transform: uppercase;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	cursor: pointer;
	vertical-align: baseline;
}

#filters-wrap input[type="submit"]:hover
{
	background: linear-gradient(to top, #67b5e6, #acd8f3);
}

#filters-wrap input[type="submit"]:active
{
	background: #67b5e6;	
}

.filters-row:before, .filters-row:after
{
    content: " ";
    display: table;
}

.filters-row:after
{
    clear: both;
}

.filters-item
{
	margin-bottom: 10px;
}

.filters-column
{
	width: 203px;
	height: auto;
	float: left;
}

.filters-column h2
{
	font-size: 16px;
}

.decoration-panel-wrap
{
	-webkit-box-shadow: 0px 0px 16px -3px rgba(184,184,184,0.69);
	-moz-box-shadow: 0px 0px 16px -3px rgba(184,184,184,0.69);
	box-shadow: 0px 0px 16px -3px rgba(184,184,184,0.69);
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	owerflow: hidden;
	
	margin-bottom: 40px;
}

.decoration-panel
{
	padding: 15px 18px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: normal;
	owerflow: hidden;
	position: relative;
	line-height: 1.2em;
	border-radius: 5px 5px 0px 0px;
}

.decoration-panel a.panel-size
{
	float: right;
	color: #ffffff;
	font-weight: normal;
	text-transform: normal;
	text-decoration: underline;
	font-size: 14px;
}

.decoration-panel a.panel-size:hover
{
	text-decoration: none;
}

.panel-blue
{
	background-color: #6ac5ff;
}

.panel-gray
{
	background-color: #41484b;
}

.panel-orange
{
	background-color: #ff9800;
}

.panel-red
{
	background-color: #ff6600;
}

#scrolling
{
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 50px;
	right: 50px;	
	background-image: url("img/scroller.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
}

#scrolling:hover
{
	background-position: 0px -50px;
}

#scrolling.scrolling-offset
{
	bottom: 130px;
}

#developers-main
{
    border: 2px solid #ebecec;
    border-radius: 5px;
    color: #777777;
    font-size: 16px;
	line-height: 1.4em;
    margin-bottom : 25px;
    padding: 7px 20px;
    display: -webkit-flex;
    display: flex;
    flex-wrap:wrap;
    justify-content:center;
}

#developers-main a
{
	font-size: 20px;
	color: #999999;
	text-decoration: none;
    margin: 5px 7px;
}

#developers-main a:hover
{
	color: #000000;
}

#section-articles
{
	width: 850px;
	height: auto;
	margin: 0px auto 25px;
}

#section-articles:before, #section-articles:after
{
    content: " ";
    display: table;
}

#section-articles:after
{
    clear: both;
}

#news-main
{
	width: 400px;
	height: auto;
	min-height: 20px;
	float: left;
}

#articles-main
{
	width: 400px;
	height: auto;
	min-height: 20px;
	margin-left: 50px;
	float: left;
}

.i-main-news
{
	display: inline-block;
	min-height: 20px;
	font-size: 24px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px 0px 0px 30px;
	background-image: url("img/ico-news.png");
	background-repeat: no-repeat;
	background-position: 0px 50%;
	color: #000000;
}

.i-main-news:hover
{
	text-decoration: underline;
}

.i-main-articles
{
	display: inline-block;
	min-height: 20px;
	font-size: 24px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px 0px 0px 30px;
	background-image: url("img/ico-articles.png");
	background-repeat: no-repeat;
	background-position: 0px 50%;
	color: #000000;
}

.i-main-articles:hover
{
	text-decoration: underline;
}

#section-articles li
{
	margin-bottom: 30px;
}

#section-articles ul
{
	margin-top: 20px;
}

#section-articles p
{
	color: #777777;
	line-height: 1.1em;
	margin-top: 5px;
}

.header-article
{
	font-weight: bold;
	line-height: 1.2em;
}

.articles-list li
{
	padding-left: 0px;
	background-image: none;	
	color: #777777;
	line-height: 1.4em;
	margin-bottom: 30px;
}

.asside-cloud
{
	background-color: #ebecec;
    border-radius: 5px;
	padding: 20px;
	margin-bottom: 20px;
}

.asside-header
{
	color: #000000;
	font-weight: normal;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
}

.asside-header:hover
{
	text-decoration: underline;
}

.asside-list li
{
	margin-bottom: 20px;
}

.asside-list li:last-child
{
	margin-bottom: 0px;
}

.asside-list a
{
	line-height: 1.1em;
	color: #666666;
	text-decoration: underline;
}

.asside-list a:hover
{
	text-decoration: none;
}

#section-shares
{
	
}

#cookie_notification
{
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background:rgba(0, 0, 0, 0.75);
	z-index: 1000;
	color: #ffffff;
	font-family: "PT Sans", sans-serif;
}

#cookie_notification_wrap
{
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
	padding: 20px 25px 15px;
}

#cookie_notification_wrap p
{
	margin: 0;
	text-align: left;
}

#cookie_notification_button
{
	display: block;
	width: 232px;
	padding: 10px;
	margin: 5px auto 0px;
	color: #ffffff;
	background-color: #a3d39c;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
	text-transform: uppercase;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	vertical-align: baseline;
    text-decoration: none;
    text-transform: uppercase;
	cursor: pointer;
}

#cookie_notification_button:hover
{
	background: linear-gradient(to top, #40b976, #a3d39c);
}

#cookie_notification_button_close
{
	width: 12px;
	height: 12px;
	position: absolute;
	top: 20px;
	right: 20px;	
	background-image: url("img/cookie-notify-close.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
}

@media (min-width: 576px)
{
	#cookie_notification.cn_show
	{
		display: flex;
	}
}

@media (max-width: 575px)
{
	#cookie_notification.cn_show
	{
		display: block;
		text-align: left;
	}
}