textarea {
	resize: none;
}
h1 {
	font-size: 36px;
	line-height: 50px;
	color: #dd2a1b;
	padding: 15px 0 25px 0;
}
p.title {
	font-size: 27px;
	font-weight: bold;
	padding: 0 0 15px 0;
}
:focus {
	outline: none;
}

.new-button {
	font-size: 18px;
	background: #e3e3e3;
	border-radius: 14px;
	padding: 13px 0 14px 0;
	text-align: center;
	cursor: pointer;
	display: block;
}
.new-button.red {
	color: #fff;
	background: #dd2a1b;
}
.new-button:hover {
	background: #c3c3c3;
}

#shadow {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.25;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 90;
	display: none;
}

#window {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 91;
	display: none;
}
#window .window {
	width: 640px;
	background: #fff;
	margin: 80px auto;
	position: relative;
	display: none;
}
#window .window .close {
	width: 24px;
	height: 24px;
	background: url('/kassa54fz/images/close.png') 50% 50% no-repeat;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
#window .window .title {
	font-size: 24px;
	padding: 25px 30px 15px 30px;
}
#window .window .content {
	padding: 0 30px 20px 30px;
}
#window .window .form {
	padding: 0 30px 80px 30px;
}
#window .window .form .input {
	padding: 0 0 10px 0;
	text-align: center;
}
#window .window .form .input input {
	padding: 5px;
}
#window .window .new-button {
	width: 200px;
	position: absolute;
	left: 220px;
	bottom: 25px;
}

#landing-main {
	width: 835px;
	margin: 0 auto;
}
#landing-main {
	position: relative;
}
#landing-main div.top {
	padding: 10px 0 20px 0;
}
#landing-main div.top div.top-slogan {
	padding: 5px 0 20px 0;
}
#landing-main div.logo {
	width: 233px;
	height: 113px;
	background: url('/kassa54fz/images/sigma.png') 0% 0% no-repeat;
	position: absolute;
	top: 30px;
	right: 30px;
}
#landing-main div.top div.top-items {
	padding: 63px 0 25px 0;
	display: table;
}
#landing-main div.top div.top-items div.top-item {
	width: 25%;
	display: table-cell;
}
#landing-main div.top div.top-items div.top-item div.image {
	height: 100px;
	text-align: center;
	overflow-y: hidden;
}
#landing-main div.top div.top-items div.top-item p.title {
	color: #dd2a1b;
	padding: 10px 30px 10px 0;
	text-align: center;
}
#landing-main div.top div.top-items div.top-item div.text {
	padding: 0 30px 0 0;
}
#landing-main div.catalog {
	width: auto;
	background: #f1f1f1;
	margin: 0;
}
#landing-main div.catalog div.catalog-items {
	padding: 35px 30px 20px 30px;
	display: table;
}
#landing-main div.catalog div.catalog-items div.catalog-item {
	width: 33%;
	background: #fefefe;
	border: #e3e3e3 1px solid;
	padding: 0 19px 38px 19px;
	display: table-cell;
}
#landing-main div.catalog div.catalog-items div.catalog-item div.title {
	font-size: 28px;
	font-weight: bold;
	padding: 28px 0 19px 0;
	text-align: center;
	text-transform: uppercase;
}
#landing-main div.catalog div.catalog-items div.catalog-item div.description {
	height: 98px;
	overflow-y: hidden;
}
#landing-main div.catalog div.catalog-items div.catalog-item div.image {
	height: 160px;
	overflow-y: hidden;
}
#landing-main div.catalog div.catalog-items div.catalog-item div.tags {
	width: 100%;
	height: 94px;
	padding: 22px 0 0 0;
	display: table;
	overflow-y: hidden;
}
#landing-main div.catalog div.catalog-items div.catalog-item div.tags ul {
	width: 50%;
	padding: 0;
	margin: 0;
	display: table-cell;
}
#landing-main div.catalog div.catalog-items div.catalog-item div.tags ul li {
	padding: 2px 0 2px 0;
	margin: 0 0 0 18px;
}
#landing-main div.catalog div.catalog-items div.catalog-item div.price {
	font-size: 27px;
	font-weight: bold;
	color: #dd2a1b;
	border-top: #cbcbcb 1px solid;
	padding: 12px 0 28px 0;
	text-align: center;
}
#landing-main div.catalog div.catalog-items div.catalog-item .new-button {
	border: #dd2a1b 2px solid;
}
#landing-main div.catalog div.info {
	padding: 3px 30px 32px 30px;
	position: relative;
}
#landing-main div.catalog div.info div.title {
	font-size: 30px;
	font-weight: bold;
	padding: 30px 0 0 0;
}
#landing-main div.catalog div.info div.text {
	font-size: 27px;
	padding: 27px 320px 0 0;
}
#landing-main div.catalog div.info .new-button {
	width: 253px;
	position: absolute;
	right: 30px;
	bottom: 30px;
	cursor: pointer;
}
#landing-main div.about {
	padding: 37px 0 60px 0;
}
#landing-main div.about div.title {
	font-size: 40px;
	font-weight: bold;
}
#landing-main div.about div.text {
	font-size: 27px;
	padding: 40px 0 62px 0;
}
#landing-main div.about div.about-items {
	display: table;
}
#landing-main div.about div.about-items div.about-item {
	width: 33%;
	display: table-cell;
}
#landing-main div.about div.about-items div.about-item .title {
	width: 33%;
	display: table-cell;
	text-align: center;
}
#landing-main div.about div.about-items div.about-item div.image {
	padding: 0 20px 0 0;
	text-align: center;
}
#landing-main div.about div.about-items div.about-item div.description {
	padding: 29px 20px 0 20px;
}
#landing-main div.statistic {
	background: #f1f1f1;
	padding: 10px 30px 50px 30px;
}
#landing-main div.statistic div.title {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	padding: 20px 0 20px 0;
}
#landing-main div.statistic div.info {
	width: 100%;
	padding: 42px 0 14px 0;
	display: table;
}
#landing-main div.statistic div.info div.image {
	width: 1%;
	vertical-align: top;
	display: table-cell;
}
#landing-main div.statistic div.info div.text {
	font-size: 16px;
	padding: 0 20px 20px 20px;
	vertical-align: top;
	display: table-cell;
}
#landing-main div.statistic div.statistic-items {
	width: 100%;
	padding: 68px 0 87px 0;
	display: table;
}
#landing-main div.statistic div.statistic-items div.statistic-item {
	width: 33%;
	display: table-cell;
}
#landing-main div.statistic div.contacts {
	border-top: #000000 1px solid;
	padding: 30px 0 30px 0;
}
#landing-main div.statistic div.contacts div.title {
	font-size: 30px;
	font-weight: bold;
}
#landing-main div.statistic div.form {
	width: 100%;
	padding: 25px 0 30px 0;
	display: table;
}
#landing-main div.statistic div.contacts div.form div.input {
	width: 33%;
	display: table-cell;
}
#landing-main div.statistic div.contacts div.form div.input input {
	width: 90%;
	padding: 15px 0 15px 0;
	text-align: center;
}
#landing-main div.statistic div.contacts div.form .new-button {
	width: 33%;
	display: table-cell;
}