*
{ 
	margin: 0px; 
	padding: 0px; 
	outline: none; 
}

a
{
	color: #0037b3;
	text-decoration: none;
}

a:hover
{
	color: #0261a1;
}

img
{
	border: 0px;
}

h1, h2, h3, h4, h5, h6
{
	color: #000;
	font-family: 'PT Sans', sans-serif;
}

p
{
	margin: 0px 0px 10px 0px;
	line-height: 18px
}

p img
{
	margin: 10px;
}

html
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}

body
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 14px;
	font-family: Arial, san-serif;
}

#main
{
	width: 100%;
}

.column
{
	float: left;
	width: 50%;
	box-sizing: border-box;
}

.column:first-child
{
	padding-right: 30px;
}

.column:last-child
{
	padding-left: 30px;
}

.column .h1 a
{
	color: #000;
}

.column .h1 i.material-icons
{
	position: relative;
	top: 6px;
	transition: 0.3s;
	color: #3d9fe9;
	font-weight: bold;
}

.column .h1:hover i.material-icons
{
	margin-left: 5px;
}

.section
{
	display: block;
	width: 100%;
}

.section.content
{
	margin-top: 35px;
	margin-bottom: 50px;
}

.section.breadcrumbs + .section.content
{
	margin-top: 0px;
}

.container
{
	width: 1240px;
	max-width: 1240px;
	margin: 0px auto;
}

.container > .wrapper
{
	width: 100%;
	padding: 0px 0px;
	box-sizing: border-box;
}

.container > .wrapper:after
{
	content: '';
	display: block;
	clear: both;
}

.text
{
	margin: 15px 0px;
}

.text p,
.text ul
{
	margin: 15px 0px;
}

img.right
{
	float: right;
	margin: 10px 0px 10px 10px
}

img.left
{
	float: left;
	margin: 10px 10px 10px 0px
}

img.top
{
	margin-top: -50px;
}

.clear
{
	clear: both;
}

.pull-right
{
	float: right;
}

.pull-left
{
	float: left;
}

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

h1, .h1,
h2, .h2,
h3, .h3
{
	font-size: 24px;
	font-weight: bold;
	margin: 0px 0px 30px 0px;
	font-family: 'PT Sans', sans-serif;
}

h2, .h2,
h3, .h3
{
	font-size: 24px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	font-family: 'PT Sans', sans-serif;
}

h4, .h4
{
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	font-family: 'PT Sans', sans-serif;
}

h6, .h6
{
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	font-family: 'PT Sans', sans-serif;
}

/*
	Маркированные списки
*/
.text ul
{
	margin: 25px 0px;
	list-style: none;
}

ul.styled
{
	margin: 50px 0px;
	list-style: none;
}

.text ul li,
ul.styled li
{
	position: relative;
	margin-bottom: 10px;
	padding: 0px 0px 0px 30px;
}

.text ul li:after,
ul.styled li:after
{
	display: block;
	position: absolute;
	left: 0px;
	top: 50%;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-radius: 50%;
	background-color: #e8202a;
}

ul.styled.full-width
{
	padding: 0px 25px;
}

ul.styled.full-width li
{
	width: 47%;
	display: inline-block;
	margin-bottom: 20px;
}

ul.styled.full-width li:last-child
{
	margin-bottom: 0px;
}

.text ol,
ol.styled
{
	margin: 25px 0px;
	list-style: none;
	counter-reset: myCounter;
}

.text ol li,
ol.styled li
{
	position: relative;
	min-height: 43px;
	margin-bottom: 15px;
	padding: 0px 0px 0px 40px;
}

.text ol li div,
ol.styled li div
{
	margin-top: 20px;
	font-weight: initial;
}

.text ol li:before,
ol.styled li:before
{
	content: counter(myCounter);
	counter-increment: myCounter;
	display: inline-block;
	text-align: center;
	color: #e8202a;
	font-size: 40px;
	font-weight: bold;
	position: absolute;
	left: 0px;
	top: -5px;
}

ol.styled.full-width
{
	height: 290px;
	margin: 0px 0px;
	padding: 15px 25px 0px 25px;
	
	display: flex;
	flex-direction: column;
    flex-wrap: wrap;
}

ol.styled.full-width li
{
	width: 46%;
	margin-bottom: 40px;
	display: inline-block;
	margin-bottom: 40px;
	font-weight: bold;
}

ol.styled.full-width li:last-child
{
	margin-bottom: 0px;
}

a.button,
input.button,
button.button
{
	display: inline-block;
	padding: 0px 20px;
	color: #fff;
	font-size: 16px;
	line-height: 33px;
	background-color: #3d86bd;
	border: 1px solid #3d86bd;
	cursor: pointer;
}

a.button:hover,
input.button:hover,
button.button:hover
{
	background-color: #3d9fe9;
}

.modal-dialog
{
	max-width: 450px;
}

h4.modal-title,
.modal-title.h4
{
	margin: 0px;
}

.modal-footer
{
	padding-top: 0px;
	text-align: center;
	border-top: 0px solid transparent;
}

.modal-content
{
	border-radius: 0px;
}

.print
{
	display: none;
}

.to-print
{
	position: relative;
	line-height: 26px;
	font-size: 20px;
	text-align: center;
}

.to-print i
{
	position: absolute;
	top: -1px;
	left: -34px;
	color: #2481BC;
	font-size: 27px;
}

.to-print a
{
	position: relative;
	color: #000;
	border-bottom: 1px dashed #000;
}

.to-print a:hover
{
	border-bottom: 0px dashed #000;
}

/*
	Шапка сайта
*/
.section.header
{
}

.section.header .logotype
{
	margin: 19px 0px;
}

.section.header .kitsch
{
	max-width: 152px;
	margin: 33px 0px 0px 77px;
	font-weight: bold;
}

.section.header .kitsch .count
{
	margin: 0px 5px 0px 0px;
	color: #e8202a;
	font-size: 40px;
}

.section.header .kitsch .years
{
	margin: 2px 0px 0px 0px;
	color: #e8202a;
	font-size: 16px;
}

.section.header .kitsch .yours
{
	margin: 4px 0px 0px 0px;
	color: #000000;
	font-size: 13px;
}

.section.header .coordinates
{
	margin: 35px 0px 0px 72px;
}

.section.header .coordinates .address
{
	margin: 0px 0px 0px 0px;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

.section.header .coordinates .metro
{
	margin: 15px 0px 0px 0px;
	color: #000000;
	font-size: 12px;
}

.section.header .coordinates .metro span:first-child
{
	color: #9c18da;
}

.section.header .coordinates .metro span:nth-child(2n)
{
	color: #f77b00;
}

.section.header .coordinates .metro span:last-child
{
	color: #0059be;
}

.section.header .contacts
{
	margin: 28px 0px 0px 50px;
}

.section.header .contacts .phones
{
	position: relative;
}

.section.header .contacts .phones:after
{
	position: absolute;
	top: 4px;
	left: 50%;
	content: '';
	width: 3px;
	height: 18px;
	margin-left: -1px;
	background-color: #00629b;
}

.section.header .contacts .phones .phone
{
	display: inline-block;
}

.section.header .contacts .phones .phone:first-child
{
	margin-right: 13px;
}

.section.header .contacts .phones .phone:last-child
{
	margin-left: 13px;
}

.section.header .contacts .phones .phone,
.section.header .contacts .phones .phone a
{
	color: #000;
	font-size: 20px;
	font-weight: bold;
	font-family: 'PT Sans', sans-serif;
}

.section.header .contacts .callback
{
}

.section.header .contacts .callback a
{
	display: block;
	width: 100%;
	margin-top: 8px;
	color: #00629b;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	border: 1px solid #18527b;
}

.section.header .contacts .callback a:hover
{
	color: #ffffff;
	border: 1px solid #ffffff;
	background-color: #18527b;
}

.section.header .cart
{
	min-width: 140px;
	max-width: 150px;
	margin: 30px 0px 0px 0px;
}

.section.header .cart .title
{
	padding-left: 25px;
	font-size: 20px;
	font-weight: bold;
	font-family: 'PT Sans', sans-serif;
	background: transparent url(../images/basket.png) 0px 1px no-repeat;
}

.section.header .cart .title a
{
	color: #000;
	font-size: 20px;
	font-weight: bold;
	font-family: 'PT Sans', sans-serif;
}

.section.header .cart .value
{
	margin-top: 10px;
	color: #00629b;
	font-size: 14px;
}

.section.header .cart .value,
.section.header .cart .value a
{
	color: #00629b;
	font-size: 14px;
}

.section.header .cart .value span.empty
{
	font-weight: bold;
}

/*
	Схема проезда
*/
.section.map
{
	height: 320px;
}

.section.map .container
{
	position: relative;
}

.section.map #map
{
	width: 100%;
	height: 320px;
}

.section.map .description
{
	position: absolute;
	top: 20px;
	right: 0px;
	z-index: 50;
	width: 400px;
	height: 140px;
	padding: 15px 25px 0px 25px;
	background-color: #fff;
	box-shadow: -3px 3px 15px rgba(0, 0, 0, 0.6);
}

.section.map .description > div:first-child
{
	margin-bottom: 20px;
}

.section.map .description div span
{
	display: inline-block;
	width: 40px;
}

/*
	Обратная связь
*/
.section.feedback
{
	padding: 25px 0px;
	border-bottom: 3px solid #3d9fe9;
	background-color: #18527b;
}

.section.feedback .description
{
	margin-bottom: 25px;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
}

.section.feedback .description div
{
	font-size: 18px;
	font-weight: initial;
}

.section.feedback input
{
	padding: 0px 10px;
	line-height: 32px;
	margin-left: 40px;
	border: 1px solid transparent;
}

.section.feedback input:first-child
{
	margin-left: 0px;
}

.section.feedback input[type="submit"]
{
	cursor: pointer;
	max-width: 198px;
	padding: 0px 50px;
	color: #fff;
	background-color: #3d86bd;
}

.section.feedback input[type="submit"]:hover
{
	cursor: pointer;
	background-color: #3d9fe9;
}

.section.feedback input.date,
.section.feedback input[type="date"]
{
	min-width: 130px;
	max-width: 130px;
}

.section.feedback input.name
{
	min-width: 195px;
	max-width: 195px;
}

.section.feedback input.phone
{
	min-width: 145px;
	max-width: 145px;
}

.section.feedback input.address
{
	min-width: 315px;
	max-width: 315px;
}

/*
	Верхнее меню
*/
.section.menu
{
	margin: 0px 0px 0px 0px;
	height: 43px;
	line-height: 43px;
	background-color: #3d86bd;
	border-bottom: 3px solid #3d9fe9;
}

.section.menu .nav
{
}

.section.menu .nav ul
{
	list-style: none;
	margin: 0px auto;
}

.section.menu .nav ul li
{
	display: inline-block;
	background-color: #3d86bd;
	margin-left: -4px;
}

.section.menu .nav ul li:hover,
.section.menu .nav ul li.active
{
	background-color: #3d9fe9;
}

.section.menu .nav ul li a
{
	display: block;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	padding: 0px 23px;
	font-family: 'PT Sans', sans-serif;
}

/*
	Подвал сайта
*/
.section.footer
{
	padding-top: 17px;
	padding-bottom: 7px;
	border-top: 3px solid #3d9fe9;
}

.section.footer .logotype
{
	width: 160px;
}

.section.footer .logotype img
{
	width: 160px;
}

.section.footer .nav
{
	max-width: 435px;
	margin: 11px 0px 0px 100px;
}

.section.footer .nav ul
{
	list-style: none;
}

.section.footer .nav ul:after
{
	content: '';
	clear: both;
	display: table;
}

.section.footer .nav ul li
{
	float: left;
	width: 105px;
	margin-bottom: 20px;
}

.section.footer .nav ul li:nth-child(2),
.section.footer .nav ul li:nth-child(6)
{
	margin-right: 30px;
}

.section.footer .nav ul li:nth-child(4)
{
	width: initial;
}

.section.footer .nav ul li a
{
	color: #3d86bd;
	font-size: 14px;
	font-weight: bold;
}

.section.footer .coordinates
{
	margin: 13px 0px 0px 65px;
}

.section.footer .coordinates .callback
{
}

.section.footer .coordinates .callback a
{
	display: block;
	width: 100%;
	color: #00629b;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	border: 1px solid #18527b;
}

.section.footer .coordinates .callback a:hover
{
	color: #ffffff;
	border: 1px solid #ffffff;
	background-color: #18527b;
}

.section.footer .coordinates .address
{
	margin: 25px 0px 0px 0px;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

.section.footer .contacts
{
	margin: 8px 0px 0px 0px;
}

.section.footer .contacts .phones
{
}

.section.footer .contacts .phones .phone
{
}

.section.footer .contacts .phones
{
	position: relative;
}

.section.footer .contacts .phones:first-child
{
	margin-bottom: 22px;
}

.section.footer .contacts .phones:after
{
	position: absolute;
	top: 4px;
	left: 50%;
	content: '';
	width: 3px;
	height: 18px;
	margin-left: -1px;
	background-color: #00629b;
}

.section.footer .contacts .phones .phone
{
	display: inline-block;
}

.section.footer .contacts .phones .phone:first-child
{
	margin-right: 13px;
}

.section.footer .contacts .phones .phone:last-child
{
	margin-left: 13px;
}

.section.footer .contacts .phones .phone a
{
	color: #000;
	font-size: 20px;
	font-weight: bold;
	font-family: 'PT Sans', sans-serif;
}

.section.copyright
{
	color: #3d86bd;
	font-size: 13px;
	line-height: 35px;
	font-weight: bold;
	background-color: #282828;
}

/*
	Сайдбар
*/
.sidebar
{
	float: left;
	width: 230px;
}

.sidebar + .center
{
	float: left;
	min-width: 79%;
	max-width: 980px;
	margin-left: 30px;
}

.sidebar .nav .title
{
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	line-height: 47px;
	background-color: #0160a0;
	border-bottom: 3px solid #3d86bd;
}

.sidebar .nav .title
{
}

.sidebar .nav > ul
{
	list-style: none;
	position: relative;
}

.sidebar .nav > ul > li
{
	padding-left: 20px;
	line-height: 44px;
	border-bottom: 1px solid #b2e1fa;
}

.sidebar .nav > ul > li > a:before
{
	content: '';
	display: block;
	position: absolute;
	left: -16px;
	top: 50%;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-radius: 50%;
	background-color: #b2e1fa;
}

.sidebar .nav > ul > li > a
{
	position: relative;
	display: block;
	color: #000;
	font-size: 14px;
}

.sidebar .nav > ul > li:hover > ul,
.sidebar .nav > ul > li > ul > li:hover > ul,
.sidebar .nav > ul > li > ul > li > ul > li:hover > ul
{
	display: block;
	z-index: 500;
}

.sidebar .nav > ul > li > ul,
.sidebar .nav > ul > li > ul > li > ul,
.sidebar .nav > ul > li > ul > li > ul > li > ul,
.sidebar .nav > ul > li > ul > li > ul > li > ul > li > ul
{
	display: none;
	position: absolute;
	top: 0px;
	left: 100%;
	height: 100%;
	min-width: 200px;
	list-style: none;
	background-color: #dbf2ff;
}

.sidebar .nav > ul > li > ul > li,
.sidebar .nav > ul > li > ul > li > ul > li,
.sidebar .nav > ul > li > ul > li > ul > li > ul > li
{
	padding: 0px 20px;
	line-height: 30px;
	white-space: nowrap
}

.sidebar .nav > ul > li > ul > li:first-child,
.sidebar .nav > ul > li > ul > li > ul > li:first-child,
.sidebar .nav > ul > li > ul > li > ul > li > ul > li:first-child
{
	margin-top: 15px;
}

.sidebar .nav > ul > li > ul > li > a,
.sidebar .nav > ul > li > ul > li > ul > li > a,
.sidebar .nav > ul > li > ul > li > ul > li > ul > li > a
{
	display: block;
	color: #000;
	font-size: 13px;
}

.sidebar .nav > ul > li > ul > li > a:hover,
.sidebar .nav > ul > li > ul > li > ul > li > a:hover,
.sidebar .nav > ul > li > ul > li > ul > li > ul > li > a:hover
{
	color: #0361a1;
}

.sidebar .nav > ul > li > ul > li:hover > a,
.sidebar .nav > ul > li > ul > li > ul > li:hover > a,
.sidebar .nav > ul > li > ul > li > ul > li > ul > li:hover > a
{
	color: #0361a1;
}

/*
	Контент
*/
.search
{
	position: relative;
	width: 100%;
	height: 48px;
	padding: 0px 22px;
	margin: 0px 0px 20px 0px;
	box-sizing: border-box;
	background-color: #f6e829;
	border-bottom: 2px solid #ecde1f;
}

body.home .search
{
	margin: 0px 0px 8px 0px;
}

.search span
{
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
}

.search form
{
	float: right;
	display: inline-block;
	margin-top: 10px;
}

.search form input
{
	width: 400px;
	line-height: 30px;
	box-sizing: border-box;
	border: 0px solid transparent;
}

.search form input[type="text"]
{
	padding: 0px 0px 0px 50px;
	background: #fff url(../images/ic_search.png) 15px center no-repeat;
}

.search form input::-webkit-input-placeholder
{
	color: #3d86bd;
}

.search form input::-moz-placeholder
{
	color: #3d86bd;
}

.search form input[type="submit"]
{
	position: relative;
	top: 1px;
	max-width: 115px;
	margin: 0px 0px 0px -5px;
	color: #fff;
	font-size: 16px;
	border: 0px solid #3d86bd;
	background-color: #3d86bd;
}

.search form input[type="submit"]:hover
{
	cursor: pointer;
	background-color: #3d9fe9;
}

.slider
{
	float: left;
	width: 750px;
}

.owl-dots
{
	position: absolute;
    bottom: 15px;
    left: 25px;
    width: 100%;
}

.owl-dots .owl-dot
{
	display: inline-block;
    margin-right: 12px;
    width: 18px;
    height: 18px;
    background-color: #DFDFDF;
}

.owl-dots .owl-dot.active
{
    width: 18px;
    height: 18px;
    background-color: #18527B;
}

.promo
{
	position: relative;
	z-index: 100;
	float: left;
	width: 210px;
	margin: 0px 0px 0px 20px;
}

.promo img
{
	z-index: 400;
}

.promo .wrapper
{
	position: absolute;
	z-index: 500;
	top: 26px;
	left: 20px;
	width: 70px;
}

.promo .item:nth-child(3) .wrapper
{
	top: 36px;
}

.promo .wrapper,
.promo .wrapper a
{
	color: #fff;
}

.promo .wrapper span
{
	display: inline-block;
	margin-bottom: 1px;
	border-bottom: 2px solid #fff;
}

.promo .item
{
	position: relative;
	margin: 0px 0px 6px 0px;
}

.vendors
{
}

.vendors:after
{
	clear: both;
	display: table;
	content: '';
}

.vendors .item
{
	float: left;
	width: 190px;
	height: 90px;
	margin: 0px 10px 10px 0px;
	transition: 0.3s;
	box-shadow: -5px 4px 15px rgba(0, 0, 0, 0.3);
}

.vendors .item:hover  
{
	box-shadow: -5px 4px 15px rgba(0, 0, 0, 0.5);
}

.vendors .item:nth-child(3n)
{
	margin: 0px 0px 10px 0px;
}

.infographic
{
}

.infographic:after
{
	content: '';
	display: table;
	clear: both;
}

.infographic .item
{
	float: left;
	max-width: 265px;
	margin-right: 45px
}

.infographic .item .title
{
	margin: 0px 0px 22px 0px;
	padding: 0px 0px 0px 80px;
	min-height: 45px;
	font-size: 18px;
	font-weight: bold;
}

.infographic .item:nth-child(1) .title
{
	background: transparent url(../images/icon-1.jpg) 0px -14px no-repeat;
}

.infographic .item:nth-child(2) .title
{
	background: transparent url(../images/icon-2.jpg) 0px -14px no-repeat;
}

.infographic .item:nth-child(3) .title
{
	background: transparent url(../images/icon-3.jpg) 0px -14px no-repeat;
}

.infographic .item:nth-child(4) .title
{
	background: transparent url(../images/icon-4.jpg) 0px -14px no-repeat;
}

.infographic .item .title .description
{
	font-size: 14px;
}

.originals
{
}

.originals .h1
{
	display: block;
	margin: 0px;
	line-height: 75px;
}

.originals .h1 span
{
	color: #ed212a;
}

.originals .column:first-of-type
{
	padding-right: 20px;
}

.originals .column:last-child
{
	padding-left: 20px;
}

.originals .column .wrapper
{
	padding: 0px 30px 15px 30px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

.originals .column .products
{
}

.originals .column .products .product
{
	margin: 0px 40px 30px 0px;
}

.originals .column .products .product:nth-child(2n)
{
	margin: 0px 0px 30px 0px;
}

.originals .more
{
	
}

.originals .more a
{
	display: block;
	max-width: 160px;
	padding: 0px 0px;
	margin: 0px auto;
	color: #00629b;
	font-size: 16px;
	line-height: 33px;
	box-sizing: border-box;
	border: 1px solid #00629b;
}

.originals .more a:hover
{
	color: #fff;
	background-color: #00629b;
}

.originals .products .product
{
	min-width: 250px;
	max-width: 250px;
	margin-right: 40px;
	margin-bottom: 30px;
	padding: 10px;
}

.products
{
	margin: 25px 0px 0px 0px;
}

.products:after
{
	content: '';
	display: table;
	clear: both;
}

.products .product
{
	position: relative;
	float: left;
	max-width: 280px;
	min-width: 280px;
	min-height: 325px;
	padding: 10px 25px;
	margin: 0px 70px 40px 0px;
	box-sizing: border-box;
	border: 1px solid #b2e1fa;
}

.products .product:nth-child(3n)
{
	margin-right: 0px;
}

.products .product .status
{
	position: absolute;
	top: 10px;
	right: 0px;
	width: 77px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 23px;
	background-color: #8ccd73;
	font-family: 'PT Sans', sans-serif;
}

.products .product .status.none
{
	background-color: #ffc029;
}

.products .product .image
{
	display: table;
	width: 200px;
	height: 150px;
	margin: 0px auto;
	text-align: center;
}

.products .product .image a
{
	display: table-cell;
	vertical-align: middle;
}

.products .product .title
{
	height: 85px;
	margin: 15px 0px 13px 0px;
	color: #0361a1;
	font-size: 18px;
	overflow: hidden;
}

.products .product .price
{
	line-height: 33px;
	font-size: 24px;
	font-weight: bold;
	font-family: 'PT Sans', sans-serif;
}

.products .product .price span
{
	font-size: 14px;
	font-weight: initial;
}

.products .product a.button
{
	float: right;
	display: inline-block;
	padding: 0px 15px;
	color: #fff;
	font-size: 16px;
	line-height: 33px;
	background-color: #3d86bd;
}

.products .product a.button.loading
{
	background-image: url(../images/loading.gif);
	background-position: center center;
	background-size: 25px auto;
	background-repeat: no-repeat;
	color: #0000;
}

.products .product a.button:hover
{
	background-color: #3d9fe9;
}

.categories
{
	margin: 0px 0px 45px 0px;
}

.categories:after
{
	display: table;
	clear: both;
	content: '';
}

.categories .category
{
	position: relative;
	float: left;
	width: 33%;
	height: 90px;
	max-width: 320px;
	margin: 0px 10px 10px 0px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.categories .category:nth-child(3n)
{
	margin: 0px 0px 10px 0px;
}

.categories .category:after
{
	display: table;
	clear: both;
	content: '';
}

.categories .category .wrapper
{
	display: table;
	width: 100%;
    height: 100%;
}

.categories .category .wrapper > span
{
    display: table-cell;
    vertical-align: middle;
	width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: bold;
}

.categories .category .parent
{
	width: 190px;
	height: 90px;
	display: table-cell;
	vertical-align: middle;
}

.categories .category .parent img
{
}

.categories .category .parent a span
{
	display: block;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.categories .category .parent a:hover span
{
	color: #0261a1;
}

.categories .category .childs
{
	height: 90px;
	display: table-cell;
	vertical-align: top;
}

.categories .category .childs > .wrapper
{
	margin: 5px 0px 0px 0px;
	overflow: hidden;
	display: block;
	height: 80px;
}

.categories .category .childs .wrapper > div
{
	margin: 3px 0px 0px 0px;
}

.categories .category .childs .wrapper > div a
{
	color: #000;
	font-size: 13px;
	font-weight: bold;
	font-family: PT Sans;
}

.categories .category .childs .wrapper > div:hover a
{
	color: #0261a1;
}

.categories .category.current
{
	text-align: center;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.categories .category.current,
.categories .category.no-childs,
.categories .category.current + .category.no-childs,
.categories .category.no-childs + .category.no-childs
{
	width: 33%;
	max-width: 187px;
}

.categories .category + .category.no-childs
{
	max-width: 320px;
}

.categories .category.no-childs .wrapper
{
	width: 100%;
	height: 100%;
	display: table;
}

.categories .category.no-childs .wrapper div
{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.categories .category.no-childs .wrapper a
{
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.categories .category.no-childs .wrapper a:hover
{
	color: #0261a1;
}

.categories .category.no-childs:nth-child(3n)
{
	margin: 0px 10px 10px 0px;
}

.categories .category.no-childs:nth-child(5n)
{
	margin: 0px 0px 10px 0px;
}

.categories + .back
{
	margin: 0px 0px 45px 0px;
}

.element
{
	
}

.element .left
{
	float: left;
	width: 330px;
}

.element .left .images
{
}

.element .left .images .first
{
	padding: 20px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.element .left .images .first a
{
	display: block;
}

.element .left .images .first a img
{
	max-width: 100%;
	margin: auto auto;
}

.element .right
{
	float: left;
	width: 620px;
	margin: 0px 0px 0px 30px;
}

.element .right h1
{
	margin-bottom: 30px;
	padding-bottom: 15px;
	font-size: 24px;
	font-family: PT Sans;
	border-bottom: 1px solid #b2e1fa;
}

.element .right .properties
{
	display: table;
	float: left;
	width: 370px;
}

.element .right .properties .property
{
	display: table-cell;
}

.element .right .properties .property .title
{
	margin: 0px 0px 20px 0px;
	font-weight: bold;
}

.element .right .properties .property span
{
	display: block;
	margin: 0px 0px 3px 0px;
}

.element .right .buy
{
	display: table;
	float: left;
	width: 250px;
}

.element .right .buy .price
{
	margin: 0px 10px 15px 10px;
}

.element .right .buy .price .title
{
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
}

.element .right .buy .price .value
{
	float: left;
	margin: 0px 0px 0px 30px;
	font-size: 33px;
	font-weight: bold;
	font-family: PT Sans;
}

.element .right .buy .price .value span
{
	font-size: 16px;
	font-weight: initial;
}

.element .right .buy .status
{
	position: relative;
	margin: 0px 0px 15px 10px;
	padding: 0px 0px 0px 25px;
	font-size: 13px;
}

.element .right .buy .status:before
{
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 15px;
	height: 15px;
	background-color: #8ccd73;
	border-radius: 50%;
}

.element .right .buy .status.none:before
{
	background-color: #ffc029;
}

.element .right .buy a.button
{
	width: 100%;
	padding: 0px;
	line-height: 55px;
}

.element .right .buy a.button.loading
{
	background-image: url(../images/loading.gif);
	background-position: center center;
	background-size: 25px auto;
	background-repeat: no-repeat;
	color: #0000;
}

.element .text
{
	margin: 30px 0px 0px 0px;
}

.element .related
{
	margin: 60px 0px 0px 0px;
}

.purchase
{
}

.purchase table.products-list
{
	width:100%;
}

.purchase table.products-list tr
{
}

.purchase table.products-list td
{
	padding: 8px 0px 8px 0px;
	border-bottom: dotted #d4d4d4 1px;
}

.purchase table.products-list tr:first-child td
{
	font-weight: bold;
}

.purchase table.products-list td:nth-child(1) a
{
	color: #000;
}

.purchase table.products-list td:nth-child(1) a:hover
{
	color: #0261a1;
}

.purchase table.products-list td:nth-child(1) small
{
	display: block;
	color: red;
}

.purchase table.products-list td:nth-child(2)
{
	width: 75px;
	padding-left: 50px;
}

.purchase table.products-list td:nth-child(3)
{
	width: 75px;
	text-align: center;
	padding-right: 24px !important;
}

.purchase table.products-list td:nth-child(4),
.purchase table.products-list td:nth-child(5)
{
	width: 100px;
	text-align: center;
}

.purchase table.products-list td select
{
	width: 50px;
	text-align: center;
}

.purchase .total
{
	margin: 20px 0px 0px 0px;
	font-size: 18px;
	text-align: right;
}

.purchase .delivery
{
	margin-top: 35px;
	padding: 10px 15px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.purchase .delivery h1
{
	margin: 0px;
	cursor: pointer;
}

.purchase .delivery table
{
	margin-top: 30px;
}

.purchase .delivery table tr
{
}

.purchase .delivery table tr td
{
	padding: 0 0 12px 8px;
}

.purchase .delivery table tr td:first-child
{
}

.purchase .delivery table tr td:last-child
{
}

.purchase .delivery table tr td:last-child .description
{
	padding-left: 25px;
}

.purchase div.address
{
	margin-top: 15px;
	padding: 10px 15px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.purchase div.address h1
{
	margin: 0px;
	cursor: pointer;
}

.purchase div.address table
{
	margin-top: 30px;
}

.purchase div.address table tr
{
}

.purchase div.address table tr td
{
	padding: 3px 0px 10px 0px;
	vertical-align: middle;
}

.purchase div.address table tr:nth-child(5) td:first-child
{
	vertical-align: top;
}

.purchase div.address table tr td:first-child
{
	width: 130px;
	padding-right: 10px;
}

.purchase div.address table tr td:first-child span
{
	color: red;
}

.purchase div.address table tr td:last-child
{
}

.purchase div.address table tr td input
{
	width: 495px;
	padding: 0px 10px;
	line-height: 32px;
}

.purchase div.address table tr td input.error
{
	border: 1px solid red;
}

.purchase div.address table tr td textarea
{
	width: 497px;
	height: 75px;
	padding: 10px 10px;
}

.purchase div.address .captcha
{
	border: 1px solid #d0d0d0;
	background: #f4f4f4;
	width: 505px;
	margin: 0 0 12px 0;
	padding: 6px;
	overflow: hidden;
}

.purchase div.address .captcha img
{
	float: left;
	padding-right: 15px;
}

.purchase div.address .captcha input
{
	font-size: 18px;
	width: 70px;
	margin-top: 4px;
}

.purchase .errors
{
	margin-top: 15px;
	color: #f00;
}

.section.breadcrumbs
{
	font-size: 13px;
	line-height: 35px;
}

.section.breadcrumbs a
{
	color: #0361a1;
	font-weight: bold;
}

#paging
{
	margin: 0px 0px 25px 0px;
}

#paging a
{
	display: inline-block;
	padding: 0px 10px;
	color: #3d86bd;
	line-height: 30px;
	text-align: center;
	border: 1px solid #3d86bd;
}

#paging a
{
	display: inline-block;
	padding: 0px 12px;
	color: #3d86bd;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #3d86bd;
}

#paging a:hover,
#paging a.current
{
	color: #fff;
	background-color: #3d86bd;
}

#feedback
{
	
}

#feedback .group
{
	margin-bottom: 15px;
}

#feedback .group:last-child
{
	margin-bottom: 0px;
}

#feedback .group:after
{
	content: '';
	display: table;
	clear: both;
}

#feedback .group .label
{
	float: left;
	width: 80px;
	margin-right: 15px;
	text-align: right;
	line-height: 22px;
}

#feedback .group .input
{
	position: relative;
	float: left;
	min-width: 315px;
}

#feedback .group .input input
{
	width: 100%;
	padding: 0px 10px;
	line-height: 22px;
	box-sizing: border-box;
	border: 1px solid #a9a9a9;
}

#feedback .group .input textarea
{
	width: 100%;
	height: 75px;
	padding: 4px 10px;
	line-height: 16px;
	box-sizing: border-box;
	border: 1px solid #a9a9a9;
}

#feedback .success
{
	font-size: 18px;
	text-align: center;
	color: #008000;
}

.text table
{
	width: 100%;
	margin: 10px 0px 35px 0px;
	border-collapse: collapse;
}

.text table tr td
{
	padding: 5px 10px;   
	border: 1px solid #b2e1fa;
}

.comparing
{
	font-size: 18px;
}

.comparing span
{
	color: #e82a38;
	font-weight: bold;
}

.comparing span.price
{
	font-size: 33px;
}

table.contacts-table
{
	
}

table.contacts-table tr
{
	
}

table.contacts-table tr td
{
	padding: 10px 10px;
	vertical-align: top;
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}

table.contacts-table tr td:first-child
{
	width: 140px;
	font-weight: bold;
}

table.contacts-table tr td div
{
	margin-bottom: 3px; 
}

table.order_info,
table.order_products
{
	width:100%;
}

table.order_info tr,
table.order_products tr
{
}

table.order_info td,
table.order_products td
{
	padding: 8px 0px 8px 0px;
	border-bottom: dotted #d4d4d4 1px;
}

table.order_info td:first-child
{
	width: 100px;
	font-weight: bold;
}

table.order_products td:nth-child(1) a
{
	color: #000;
}

table.order_products td:nth-child(1) a:hover
{
	color: #0261a1;
}

table.order_products td:last-child
{
	width: 100px;
	text-align: center;
}

.total_line
{
	margin: 20px 0px 0px 0px;
	font-size: 18px;
	text-align: right;
}