.descr {
	font-size: 11pt;
	color: #191919;
	margin-top: 20px;
	padding: 0 20px;
	font-family: proximanova;
	line-height: 22px;
}
table {
	width: 100%;
	border-collapse: collapse;
}
table td {
	text-align: center;
	width: 25%;
	vertical-align: top;
}
table img {
	width: 100px;
}
.process-result {
	text-align: center;
	padding-top: 40px;
	margin-bottom: 40px;
}
.process-result > img {
	width: 250px;
}
.process-result > .descr {
	font-size: 14pt;
}















.price-table {
	width: 100%;
	border-collapse: collapse;
}
.price-table td {
	vertical-align: top;
	border: 1px solid #ccc;
}
.price-table h2.pack-header {
	font-size: 12pt;
	text-align: center;
	margin-top: 20px;
}
.price-table h2 img {
	vertical-align: middle;
	width: 30px;
	margin-right: 10px;
}
.price-table ul {
	list-style: none;
	padding-left: 0;
	width: 198px;
}
.price-table li {
	font-size: 10pt;
	padding: 10px 5px;
	border-bottom: 1px dashed #ccc;
}
.price-table li:last-child {
	border-bottom: 0;
}
.price-table td.space-cell {
	padding: 15px;
}
.price-table h2.space-header {
	font-size: 12pt;
	margin: 0;
	margin-bottom: 13px;
	background: url(./iconss/ic_house.png) center left no-repeat;
	background-size: 36px;
	padding-left: 44px;
	line-height: 18px;
}

.price-table select#space {
	padding: 5px 10px 5px 5px;
	border: 1px solid #CCC;
	font-size: 12pt;
	box-sizing: border-box;
	border-radius: 3px;
	cursor: pointer;
}

.price-table .clean-info-cell {
	font-size: 0;
}
.price-table .clean-info-column {
	background: #fff;
	height: 100px;
	width: 33.33333333%;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}
.price-table .clean-info-column h3 {
	margin: 0;
	padding: 15px 0;
	background: #f4f4f4;
}
.price-table .clean-info-column h3 > img {
	width: 32px;
}
.price-table .clean-info-column p {
	font-size: 11pt;
	margin: 5px 0;
	font-weight: bold;
	padding: 0 2px;
	font-family: PT sans;
}
button.select-this, button.check-this, button.submit-order {
	display: block;
	background-color: #AFAFAF;
	color: #fff;
	width: 90%;
	font-size: 13pt;
	border: 1px solid #B3B3B3;
	border-radius: 3px;
	padding: 8px 15px;
	margin: 4px auto;
	cursor: pointer;
	outline: none;
	font-family: PT Sans;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	-ms-transition: .2s linear;
	transition: .2s linear;
	-webkit-appearance: none;
}
button.select-this[active], button.check-this[active] {
	background-color: #9FC426;
}

.additional {
	padding: 15px;
	background: #f4f4f4;
	margin: 40px auto;
}
.additional-recommend {
	width: 100%;
}
tr.category > td {
	padding: 20px 5px 0;
}
tr.service {
	background: #fff;
}
tr.service > td {
	padding: 0 5px;
	font-size: 10pt;
	font-family: PT Sans;
}
td.td-service-count {
	width: 200px;
}
span.service-name {
	padding-left: 10px;
	display: block;
	font-family: proximanova;
}
input.service-count {
	padding: 5px 8px;
	width: 65px;
	font-size: 12pt;
	border-radius: 3px;
	border: 1px solid #ccc;
	margin: 0 5px;
}
td.td-service-price {
	color: #000;
	font-weight: 700;
	width: 70px;
	font-size: 11pt !important;
}
td.td-check {
	width: 120px;
}
a.show-all-additional {
	text-decoration: none;
	border-bottom: 1px dotted #BA383A;
	display: inline-block;
	margin: 10px 15px;
	font-family: proximanova;
}

.total {
	padding: 15px;
	background: #fff;
	border: 15px solid #f4f4f4;
	overflow: hidden;
}
.total .left {
	width: 450px;
	float: left;
}
.total .right {
	width: 250px;
	float: right;
	text-align: center;
}
.total .right a.express-link {
	font-family: proximanova;
	display: inline-block;
	margin-top: 10px;
	border-bottom: 1px dotted #ba383a;
	text-decoration: none;
}
.total .right button.submit-order {
	background: #9FC426;
	width: 200px;
	margin: 60px auto 0;
}
.total .right button.submit-order.submit-disabled {
	background: #DEDEDE;
	color: #9D9D9D;
}
.total h2 {
	margin: 5px 0;
	font-weight: bold;
	font-size: 18pt;
}
.total-count {
	font-weight: bold;
	font-family: proximanova;
}
span.total-price, span.total-time {
	color: #9FC426;
	font-weight: bold;
	font-size: 24pt;
	padding: 0 5px;
}
.total-minimal {
	margin: 10px 0;
	color: #191919;
	font-family: proximanova;
}
a.cut-header {
	border: 1px solid #999;
	font-weight: bold;
	color: transparent;
	width: 20px;
	display: inline-block;
	height: 20px;
	text-align: center;
	border-radius: 20px;
	cursor: pointer;
	margin-left: 2px;
	background: url(./iconss/ic_info.png) center center no-repeat;
	background-size: 32px;
	vertical-align: middle;
}
span.cut {
	display: block;
	color: #666;
}

#order-window, #express-window {
	font-family: proximanova;
}
#order-window input, #express-window input {
	padding: 10px;
	border-radius: 3px;
}
#order-window p {
	color: #3B3B3B;
	padding: 5px 0;
}
#order-window .left p > input {
	width: 78px !important;
}
#order-window .window-total b {
	font-weight: bold;
}
#order-window .right p > input {
	width: 150px;
}
#order-window textarea {
	width: 100%;
	height: 137px;
	margin-top: 2px;
}

.order-info {
	margin: 30px 0;
	padding: 5px;
	overflow: hidden;
}
.order-info > div {
	margin-bottom: 10px;
}
.order-info b {
	font-family: proximanova-bold;
}
#contact-info td:first-child {
	border-right: 5px solid transparent;
}
.ordered-additional-container {
	margin-top: 10px;
}

div#express-window {
	width: 300px;
	margin-left: -150px;
}

.category img {
	width: 50px;
}














.descr {
	font-size: 11pt;
	color: #191919;
	margin-top: 20px;
	padding: 0 20px;
	font-family: proximanova;
	line-height: 22px;
}
table {
	width: 100%;
	border-collapse: collapse;
}
table td {
	text-align: center;
	width: 25%;
	vertical-align: top;
}
table img {
	width: 100px;
}
.process-result {
	text-align: center;
	padding-top: 40px;
	margin-bottom: 40px;
}
.process-result > img {
	width: 250px;
}
.process-result > .descr {
	font-size: 14pt;
}
.slider {
	width: 765px;
	display: inline-block;
	text-align: center;
	margin-bottom: 0;
}
.slick-slide {
	text-align: center;
}
.slick-slide img {
	display: inline-block;
	width: 100%;
}
.review > p {
	text-align: left;
	padding: 10px 70px;
}
.slider-arrows {
	text-align: center;
	margin-bottom: 25px;
}
.arrow-left, .arrow-right {
	display: inline-block;
	font-style: proximanova;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	opacity: .7;
}
.arrow-left:hover, .arrow-right:hover {
	opacity: 1;
}
.arrow-left {background-image: url('/iconss/arrow-left.svg')}
.arrow-right {background-image: url('/iconss/arrow-right.svg')}
.review-button-container {
	text-align: center;
}

#review-window {
width: 842px;
height: 595px;
background: url('/img/blank.jpg') #fff;
position: absolute;
top: 50%;
left: 50%;
z-index: 1000;
margin-top: -300px;
margin-left: -421px;
padding: 8px;
border-radius: 3px;
text-align: center;
}

#review-text {
width: 700px;
height: 220px;
margin-top: 236px;
background: transparent;
font-size: 22pt;
line-height: 35px;
font-family: Times New Roman;
font-style: italic;
outline: none;
border: none;
resize: none;
-webkit-appearance: none;
}
#review-text:focus {
border: none;
outline: none;
box-shadow: none;
}

#review-name-container {
text-align: right;
margin-top: 20px;
}

#review-name {
width: 300px;
font-size: 19pt;
line-height: 32px;
font-family: Times New Roman;
font-style: italic;
outline: none;
border: none;
border-radius: 0;
border-bottom: 1px solid #D9D9D9;
margin-right: 60px;
-webkit-appearance: none;
padding: 0;
}
#review-name:focus {
outline: none;
border: none;
border-color: none;
box-shadow: none;
border-bottom: 1px solid #D9D9D9;
}

#submit-review-button {
display: inline-block;
cursor: pointer;
position: absolute;
bottom: -60px;
right: -10px;
}
.toast > .tip {
	display: block;
	font-size: 10pt;
	color: #666;
}
