@import 'modal.css';
@import 'lightbox.css';

html, button, input, select, textarea {
	color: #222;
}

body {
	font-size: 1em;
	line-height: 1.4;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input[type=text], input[type=tel] {
	width: 214px;
	padding: 5px;
	margin: 10px 0;
	font-size: 18px;
	line-height: 20px;
	box-sizing: border-box;
	border: 1px solid #b3b3b3;
}

.radiator input[type=text], .radiator input[type=tel] {
	font-size: 16px;
	line-height: 18px;
	max-width: 100%;
}

.modal input[type=text], .modal input[type=tel] {
	width: 100%;
}

form {
	color: #999;
	font: 12px Arial
}

input[type=button] {
	height: 36px;
	width: 226px;
	margin: 5px 0 0;
	border-radius: 3px;
	background: url('../images/inpBg.png');
	border: 0;
	color: #fff;
	font: 600 14px Arial
}

input[type=button]:hover {
	background-position: 0 -36px
}

img {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

p {
	margin: 0 0 12px
}

a {
	color: #d21616
}

@font-face {
	font-family: 'Museo';
	src: url('font/Museo.eot');
	font-weight: 500;
	src: local('Museo'), url('font/Museo.woff') format('woff'), url('font/Museo.ttf') format('truetype'), url('font/Museo.svg#Museo') format('svg');
}

@font-face {
	font-family: 'Museo';
	src: url('font/MuseoBold.eot');
	font-style: normal;
	font-weight: 900;
	src: local('Museo Bold'), url('font/MuseoBold.woff') format('woff'), url('font/MuseoBold.ttf') format('truetype'), url('font/MuseoBold.svg#MuseoBold') format('svg');
}

@font-face {
	font-family: 'Museo';
	src: url('font/MuseoLight.eot');
	font-style: normal;
	font-weight: 300;
	src: local('Museo Light'), url('font/MuseoLight.woff') format('woff'), url('font/MuseoLight.ttf') format('truetype'), url('font/MuseoLight.svg#MuseoLight') format('svg');
}

body {
	line-height: 1.3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

div.warp {
	box-sizing: border-box;
	max-width: 1000px;
	margin: 0 auto;
	width: 100%;
}

.mus300 {
	font-weight: 300;
	font-family: Museo;
}

.mus500 {
	font-weight: 500;
	font-family: Museo;
}

.mus900 {
	font-weight: 900;
	font-family: Museo;
}

header.main div.logo {
	padding: 40px 0 0;
	float: left;
	width: 20%;
}

header.main div.slogan {
	padding: 45px 0 0;
	float: left;
	width: 60%;
	text-align: center
}

header.main div.slogan img {
	margin: 0px 0px 0px -190px
}

header.main div.slogan span.red {
	font: 600 21px Arial;
	color: #d21616
}

header.main div.slogan span.gray {
	font: 14px/30px Arial;
	color: #999
}

header.main div.contacts {
	padding: 25px 10px 0 0;
	float: right;
	width: 20%;
	text-align: right
}

header.main div.contacts p.time {
	font: 12px Arial;
	color: #999
}

header.main div.contacts p.phone {
	font: 900 18px Museo;
	color: #000
}

header.main div.contacts p.phone a {
	text-decoration: none;
	color: #000000;
}

header.main div.contacts input {
	width: 125px;
	height: 25px
}

@media screen and (max-width: 880px) {
	header.main div.slogan {
		width: 46%;
	}

	header.main div.contacts, header.main div.logo {
		width: 37%;
	}
}

@media screen and (max-width: 600px) {
	.row1 {
		flex-wrap: wrap !important;
	}

	header.main div.slogan, header.main div.contacts, header.main div.logo {
		width: 100%;
		float: none;
		text-align: center;
		padding-top: 10px;
	}
}

div.b1 {
	background-repeat: repeat-x;
	background-image: url('../images/b1Bg.jpg');
	background-position: left top;
	background-size: cover;
}

div.b1:after {
	content: '';
	display: block;
	clear: both;
}

div.b1 div.text {
	float: left;
	width: 310px;
	padding: 102px 0 0 48px;
	color: #fff
}

div.b1 div.form {
	box-shadow: none;
	float: right;
	width: 230px;
	margin: 40px 0;
	background: #fff;
	height: 275px;
	padding: 25px 34px 0;
	border-top: 1px solid #b98181;
	border-bottom: 1px solid #b98181;
}

@media screen and (max-width: 675px) {
	div.b1 {
		padding-bottom: 40px;
	}

	div.b1 div.text {
		float: none;
		padding-left: 0px;
		width: 100%;
		text-align: center;
	}

	div.b1 div.form {
		float: none;
		margin: 40px auto 0;
	}
}

div.form p.fs22 {
	color: #000
}

div.b2 {
	height: 125px;
	background: #f1f1f1;
	margin: 0 0 30px
}

div.b2.b2_mod1 {
	height: auto;
}

div.warp.w2.gorizontalBenefits {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
}

div.gorizontalBenefits div.benefit {
	padding: 20px 0;
	float: left;
	width: 315px;
}

div.gorizontalBenefits div.benefit div.image {
	float: left;
	width: 90px;
}

div.gorizontalBenefits div.benefit div.text {
	float: left;
	width: 225px;
}

div.gorizontalBenefits div.benefit div.text p.benefitHeader {
	margin: 0;
	padding: 19px 0 0;
	font: 900 18px Museo;
	color: #d21616
}

@media screen and (max-width: 1010px) {
	div.gorizontalBenefits div.benefit {
		text-align: center;
	}

	div.gorizontalBenefits div.benefit div.text p.benefitHeader {
		padding: 0;
	}

	div.gorizontalBenefits div.benefit div.image {
		display: none;
	}
}

@media screen and (max-width: 690px) {
	div.warp.w2.gorizontalBenefits {
		flex-wrap: wrap;
	}

	div.gorizontalBenefits div.benefit, div.gorizontalBenefits div.benefit div.text {
		width: 100%;
		padding: 0;
	}

	div.gorizontalBenefits div.benefit:last-child {
		margin-bottom: 20px;
	}
}

div.b11 div.left {
	float: left;
	width: 73%;
	padding-right: 20px;
	box-sizing: border-box;
}

div.b11 div.right {
	float: left;
	width: 27%;
}

@media screen and (max-width: 1050px) {
	div.b11 div.left {
		width: 65%;
		padding: 0px 20px;
	}

	div.b11 div.right {
		width: 35%;
		padding-right: 20px;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 860px) {
	div.b11 div.left {
		float: none;
		width: 100%;
	}

	div.b11 div.right {
		display: none;
	}
}

div.radiator {
	margin: 0 0 20px;
	overflow: hidden;
}

div.radiator div.text {
	font: 12px Arial;
	float: left;
	width: 24%;
	padding: 25px 0 0;
}

div.radiator div.form {
	float: right;
	width: 34%;
	padding: 0 0 25px;
	box-sizing: border-box;
}

div.radiator div.form p.mus300 {
	color: #000;
}

div.radiator div.form input[type=button] {
	width: 108px;
	height: 30px
}

div.radiator div.form input[type=text] {
	margin: 3px 0 4px;
}

div.radiator img {
	margin: 0 20px 0 0;
	width: 22% !important;
	height: auto !important;
}

@media screen and (max-width: 520px) {
	div.radiator div.form, div.radiator img.fl, div.radiator div.text {
		width: 100%;
		float: none;
	}

	div.radiator img, div.radiator div.text {
		display: none;
	}

	.radiator input[type=text], .radiator input[type=tel] {
		font-size: 18px;
		line-height: 20px;
		max-width: 100%;
		width: 100%;
	}

	div.radiator div.form p.mus300 {
		font-size: 18px;
		color: #d21616;
		font-weight: bold;
	}
}

div.table table {
	width: 100%;
	border: 0;
	font: 12px Arial;
	color: #777;
	box-shadow: 0 0 15px 1px #dcdcdc;
	margin: 0 0 25px
}

div.table table tr {
	border-top: 1px solid #dcdcdc
}

div.table table thead tr {
	border: 0;
	height: 31px;
	background: url('../images/thBg.png');
	font: 600 12px Arial !important;
	color: #222
}

div.table table thead tr td.price {
	font: 600 12px Arial !important;
	color: #222
}

div.table table thead tr td {
	height: 31px
}

div.table table tbody tr td {
	height: 44px
}

div.table table tr td.auto {
	border: 0;
	padding: 0 0 0 24px;
	width: 148px
}

div.table table tr td.name {
	padding: 0 0 0 13px;
	width: 370px
}

div.table table tr td.price {
	padding: 0;
	width: 75px;
	text-align: center;
	font: 600 18px Arial;
	color: #222;
	white-space: nowrap;
}

div.table table tr td.photo {
	padding: 0;
	width: 60px;
	text-align: center;
}

div.table table tr td.photo img {
	opacity: 1
}

div.table table tr td.photo img:hover {
	opacity: 0.15
}

div.table table tr td {
	border-left: 1px solid #dcdcdc
}

div.table hr {
	height: 2px;
	background: url('../images/tableHr.png')
}

@media screen and (max-width: 420px) {
	div.table table tr td.auto, div.table table tr td.name {
		padding-left: 5px;
	}
}

hr {
	clear: both;
	width: 100%;
	border: 0;
	height: 16px;
	max-width: 995px;
	background: url('../images/hr.png') left top no-repeat;
	margin: 15px auto
}

div.comments {
	float: right;
	width: 272px;
	background: #f5f5f5;
	position: relative
}

div.comments:before {
	content: '';
	display: block;
	width: 100%;
	height: 49px;
	background: url('../images/commBg.png')
}

div.comments:after {
	margin: -40px 0 0;
	content: '';
	display: block;
	width: 100%;
	height: 49px;
	background: url('../images/commBg.png') 0 -49px
}

div.comments p.fs18 {
	width: 170px;
	margin: -27px auto 20px;
	text-align: center;
}

div.comment {
	margin: 0 0 50px;
	padding: 0 20px;
	text-align: center
}

div.comment div.image {
	margin: 0 0 15px;
	height: 50px;
}

div.comment p.head {
	margin: 0 0 20px;
	font: 12px Arial;
	color: #636363
}

div.b7 {
	margin: 50px 0
}

div.b7 img {
	margin: 0
}

div.b3 {
	box-shadow: 0 0 15px 1px #dcdcdc;
	padding: 50px 0;
	margin: 0 0 60px
}

div.b3 p.fs30 {
	margin: 0 0 60px
}

div.verticalBenefits {
	overflow: hidden;
	margin: 0 auto;
}

div.verticalBenefits div.benefit {
	overflow: hidden;
	margin: 0 0 40px;
	color: #555
}

div.verticalBenefits div.benefit div.image {
	float: left;
	width: 20%;
}

div.verticalBenefits div.benefit div.image img {
	max-width: 100% !important;
	height: auto !important;
}

div.verticalBenefits div.benefit div.text {
	float: left;
	width: 80%;
}

div.verticalBenefits div.benefit div.text p.benefitHeader {
	margin: 0 0 5px;
	color: #000;
	font: 900 18px Museo;
}

address {
	display: inline;
	font-style: normal
}

div.b4 div.fs24 {
	margin: 0 0 40px;
	padding: 0 0 0 100px
}

div.b4 div.left {
	float: left;
	width: 550px;
	padding-left: 70px
}

div.b4 div.form {
	float: right;
	margin-right: 50px;
	width: 290px;
	text-align: center;
}

div.b4 div.form p.fs31 {
	margin: 0
}

div.b4 div.form form {
	text-align: left;
	box-shadow: 0 0 15px 1px #dcdcdc;
	padding: 22px 27px 40px;
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
	margin: 0 0 40px
}

div.b4 div.left img {
	max-width: 100% !important;
	height: auto !important;
}

@media screen and (max-width: 990px) {
	div.b4 .fs24.mus900 {
		padding: 0;
	}

	div.b4 div.left {
		padding: 0;
	}

	div.b4 {
		padding: 0 20px;
	}

}

@media screen and (max-width: 900px) {
	div.b4 .fs24.mus900 {
		width: 100%;
	}

	div.b4 div.left, div.b4 div.form {
		width: 100%;
		text-align: center;
		margin: 0;
	}

	div.b4 div.form form {
		float: none;
		margin: 20px auto;
	}
}

.red {
	color: #d21616
}

.textCenter {
	text-align: center
}

.textLeft {
	text-align: left
}

.textRight {
	text-align: right
}

.fl {
	float: left
}

.fr {
	float: right
}

.overflw {
	overflow: hidden
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0000);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.clear {
	clear: both
}

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

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.fs11 {
	font-size: 11px
}

.fs12 {
	font-size: 12px
}

.fs13 {
	font-size: 13px
}

.fs14 {
	font-size: 14px
}

.fs15 {
	font-size: 15px
}

.fs16 {
	font-size: 16px
}

.fs17 {
	font-size: 17px
}

.fs18 {
	font-size: 18px
}

.fs19 {
	font-size: 19px
}

.fs20 {
	font-size: 20px
}

.fs21 {
	font-size: 21px
}

.fs22 {
	font-size: 22px
}

.fs23 {
	font-size: 23px
}

.fs24 {
	font-size: 24px
}

.fs25 {
	font-size: 25px
}

.fs26 {
	font-size: 26px
}

.fs27 {
	font-size: 27px
}

.fs28 {
	font-size: 28px
}

.fs29 {
	font-size: 29px
}

.fs30 {
	font-size: 30px
}

.fs31 {
	font-size: 31px
}

.fs32 {
	font-size: 32px
}

.fs33 {
	font-size: 33px
}

.fs34 {
	font-size: 34px
}

.fs35 {
	font-size: 35px
}

.fs36 {
	font-size: 36px
}

.fs37 {
	font-size: 37px
}

.fs38 {
	font-size: 38px
}

.fs39 {
	font-size: 39px
}

.fs40 {
	font-size: 40px
}

.fs41 {
	font-size: 41px
}

.bold {
	font-weight: 600
}

footer.main {
	font: 12px Arial;
	color: #777;
	margin: 50px 0 25px;
}

footer.main div.warp {
	padding: 0
}

footer.main div.data {
	float: left;
}

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

div.modal div.form form {
	text-align: left;
	margin: 0 auto 40px;
}

div.modal div.form p.fs31 {
	margin: 0
}

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a, a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: "(" attr(href) ")";
	}

	abbr[title]:after {
		content: "(" attr(title) ")";
	}

	.ira:after, a[href^="javascript:"]:after, a[href^="#"]:after {
		content: "";
	}

	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr, img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}

	h2, h3 {
		page-break-after: avoid;
	}
}

.b1 div.warp {
	position: relative;
}

#slideimg {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
}

img[usemap] {
	border: none;
	height: auto;
	max-width: 100%;
	width: auto;
}

.row1 {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	padding: 0px !important;
}

#phone_call {
	background-color: #ffffff;
	background-image: url("/css/phone_call.png");
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	width: 60px;
	height: 62px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	text-decoration: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #cccccc;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.32);
	-moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.32);
	box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.32);
}

#phone_call:hover {
	border-color: #d21616;
}

table .order {
	width: 70px;
	text-align: center;
}

thead .order::before {
	content: 'Заказать';
	display: inline;
}

tbody .order::before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url("/css/cart.png");
	background-size: contain;
	cursor: pointer;
}

tbody .order:hover::before {
	opacity: 0.5;
}

#order_comment {
	width: 100%;
	box-sizing: border-box;
	padding: 5px;
	margin: 10px 0;
}
