body {
	font-family: 'Open Sans', Arial, sans-serif;
    background: #fff url('../img/bg-body.jpg') center 20px no-repeat;
    color: #000;
}

ul {
	padding: 0;
	margin: 0;
	list-style-position: inside;
}

img {
	width: 100%;
	max-width: 100%;
	margin-bottom: 15px;
}


p {
 	margin-bottom: 10px;
 }

.row-medium {
	margin: 0 -17px;
}

.row-small {
	margin: 0 -10px;
}

.col-medium {
	padding: 0 17px;
}

.col-small {
	padding: 0 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt33 {
	margin-top: 33px;
}

.right-column li + li {
	margin-top: 10px;
}

/* header */

header {
	font-family: 'Open Sans', Arial, sans-serif;
}

.header-top {
	background: #441712;
}

.header_top_menu {
	margin: 0;
	/* padding: 10px 0; */
}

.header_top_menu li {
	float: left;
	font-size: 12px;
	list-style: none;
	padding: 10px;
}

.header_top_menu li a{
	color: #CACACA;
	display: block;
	text-decoration: none;
}

.header_top_menu li a:hover{
	color: #fff;
	text-decoration: none;
}

.header_top_menu li a.terracotta {
	/* color: #E4E4E4; */
}

.header-wrap {
	border-bottom: 1px solid #e6e6e6;
	margin: 0 10px;
	padding: 20px 0;
}

.logo_title img {
	width: auto;
}

.select-town{
	background: #cb6d47; 
	background: -moz-linear-gradient(top,  #cb6d47 0%, #ce6c3f 48%, #ba4e20 50%, #ba4e20 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb6d47), color-stop(48%,#ce6c3f), color-stop(50%,#ba4e20), color-stop(100%,#ba4e20)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cb6d47 0%,#ce6c3f 48%,#ba4e20 50%,#ba4e20 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cb6d47 0%,#ce6c3f 48%,#ba4e20 50%,#ba4e20 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cb6d47 0%,#ce6c3f 48%,#ba4e20 50%,#ba4e20 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cb6d47 0%,#ce6c3f 48%,#ba4e20 50%,#ba4e20 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb6d47', endColorstr='#ba4e20',GradientType=0 ); /* IE6-9 */
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	padding: 2px 16px;
	border-radius: 4px;
	font-size: 13px;
	position: relative;
}
.select-town:hover{
	background: #ce6d44; 
}
.select-town:active{
	background: #ba4e20; 
}
.select-town_cont {
	position: relative;
	display: inline-block;
}
.select-town_link{
	color: #fff;
	text-decoration: none;
	font-style: italic;
}
.select-town_link:hover, .select-town_link:focus{
	color: #fff;
	text-decoration: none;
}
.select-town_icon{
	background: url('../img/sprite.png') -87px -31px no-repeat;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	width: 9px;
	height: 6px;
	position: relative;
	top: -1px;
	margin-left: 4px;
}
.select-town_icon-hide{
	background-position:-87px -25px;
}

.town_dropdown {
	position: absolute;
	background: #fff;
	border: 1px solid #ccc;
	z-index: 102999;
	padding: 16px;
	min-height: 70px;
	text-align: left;
	width: 100%;
	border: 2px solid #ccc;
	display: none;
}
.town_dropdown_list li{
	padding: 5px 0;
	list-style: none;
}
.town_dropdown_name{
	color: #333;
	text-decoration: underline;
}	
.town_dropdown_name:hover{
	color: #333;
	text-decoration: none;
}	
.town_name-active{
	color: #ce6d44;
	font-size: 1.3em;
}

.warning {
	font-style: italic;
    margin-top: 10px;
    display: block;
    color: #738a96;
    font-size: 11px;
}
.header_phone .header_phone_item {
	display: block;
	margin-top: 10px;
}
.header_phone .header_phone_item:first-child {
	margin-top: 8px;
}
.header_phone_link{
	color: #c44d2d;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	display: block;
	padding: 0 0 4px 0;
}
.header_phone_link:hover{
	color: #c44d2d;
	text-decoration: none;
}
.header_phone_adres{
	color: #738a96;
	display: block;
}
.header_email_link{
	color: #444;
	font-size: 14px;
	text-decoration: none;
}
.header_email_link:before{
	content: '';
	display:-moz-inline-box;
    display:inline-block;
    vertical-align:middle;
    zoom:1;
	*display:inline;
	background: url('../img/sprite.png') -87px -88px no-repeat;
	width: 16px;
	height: 12px;
	margin-right: 4px;
}

/* content */

.wrap {
	background: #fff;
	border: 1px solid #ccc;
	border-top: none;
}

.wrap-content {
	margin-bottom: 40px;
	padding-top: 10px;

}

.nav-tabs {
	text-transform: uppercase;
	border: 0;
}

.tiling-tabs {
	padding: 0 10px;
	border-bottom: 1px solid #e6e6e6;
}

.tiling-tabs>li {
	float: none;
	display: block;
    margin-bottom: 0;
}

.nav-tabs >li>a {
	border-radius: 0;
	margin: 0;
}

.tiling-tabs >li>a {
	padding: 10px 0;
	border: 0;
	border-top: 8px solid transparent;
}

.tiling-tabs>li.active>a, .tiling-tabs>li.active>a:hover, .tiling-tabs>li.active>a:focus {
	background: #fff;
	border: 0;
	border-top: 8px solid #be5128;
}

.jumbotron-container {
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 10px 25px;
}

.jumbotron {
	max-width: 620px;
	margin: 0 auto;
	line-height: 1.8;
}

.jumbotron-large {
	max-width: 100%;
}

.jumbotron-text {
	color: #494949;
	text-transform: uppercase;
}

.main {
	background: #efedeb;
}

/* sidebar */

.methods-tabs>li {
	float: none;
	margin: 0;
}

.methods-tabs>li> a {
	padding: 7px 15px;
	color: #494949;
	border: 0;
	border-left: 8px solid transparent;
}

.methods-tabs>li> a:hover {
	background: #e6e6e6;
}

.methods-tabs>li.active>a, .methods-tabs>li.active>a:hover, .methods-tabs>li.active>a:focus {
	border: 0;
	border-left: 8px solid #be5128;
}

/* right column */

.tab-pane {
	background: #fff;
}

.section-odd {
	background: #fff;
	padding: 20px 10px;
}

.section-even {
	background: #f7f7f7;
	padding: 10px;
}

.banner {
	margin-bottom: 10px;
	position: relative;
}

.banner-text {
	background: #be5128;
	padding: 20px;
	color: #fff;
}

.banner-head {
	font-size: 16px;
	font-weight: 700;
	border-bottom: 2px solid #fff;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 25px;
	padding-bottom: 15px;
}

.banner-head p {
	margin-bottom: 0;
}

.icon {
	display: inline-block;
	vertical-align: middle;
	background-image: url(../img/sprites.png);
	margin-bottom: 10px;
}

.icon-block, .icon-rhombus, .icon-brick, .icon-herringbone {
	width: 64px;
	height: 31px;
}

.icon-block {
	background-position: 0 0;
	width: 64px;
	height: 31px;
}

.icon-rhombus {
	background-position: 0 -43px ;
	width: 75px;
	height: 37px;
}

.icon-brick {
	background-position: 0 -93px ;
	width: 71px;
	height: 31px;
}

.icon-herringbone {
	background-position: 0 -139px ;
	width: 69px;
	height: 56px;
}

.icon-modular {
	background-position: 0 -204px ;
	width: 81px;
	height: 42px;
}

.icon-relief {
	background-position: 0 -256px ;
	width: 63px;
	height: 37px;
}

.icon-carpet {
	background-position: 0 -304px ;
	width: 88px;
	height: 39px;
}

.step {
	background: #be5128;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	width: 40px;
	text-align: center;
	margin-bottom: 10px;
}

.step-descr {
	margin-bottom: 10px;
}

.tab-content .row-small img {
	display: block;
	margin: 10px 0;
}

.tab-content a:hover img {
	opacity: .8;
}

hr {
	border-top: 1px solid #efedeb;
	border-bottom: 1px solid #efedeb;
	margin: 15px 0;
}

.tt {
	text-transform: uppercase;
}

.text-center.tt {
	padding-bottom: 60px;
	color: #494949;
}

.tiling-pane .step-descr  {
	width: 100%;
	text-align: left;
	float: none;
}

.tiling-pane .text-center.tt {
	padding: 40px 0 15px;
}

.tiling-pane div + img {
	margin-top: 5px;
}

.row + .tt {
	margin-top: 30px;
}

/* footer */

.footer_top_cont{
	background: #838484;
	padding: 20px 0;
}
.footer_bottom{
	background: #441712;
}
.footer_nav_top{
	padding: 40px 0 20px 0;
}	
.footer_nav_top_item {
	display:-moz-inline-box;
    display:inline-block;
    vertical-align: top;
    zoom:1;
	*display:inline;
	padding: 0 0 20px 3%;
	width: 23%;
}
.footer_nav_top_item li{
	padding: 0 0 8px 0;
	list-style: none;
	
}
.footer_nav_top_item li a{
	font-size: 14px;
	color: #ebebeb;
	text-decoration: underline;
}
.footer_nav_top_item li a:hover{
	color: #fff;
	text-decoration: none;
}

.footer_bottom p {
	position: relative;
	padding: 10px 0;
	color: #c7bab8;
	font-size: 13px;
}
.footer_adres_cont{
	border-top: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
	padding: 20px 0 0 0;
}
.footer_adres{
	padding-left: 0;
}
.footer_adres li{
    display:inline-block;
    vertical-align: top;
	padding: 0 0 20px 3%;
	width: 32%;
}	
.footer_adres_title{
	padding-bottom: 6px;
}	
.footer_top_item_link{
	font-size: 14px;
	color: #fff;
	text-decoration: underline;
	text-transform: uppercase;
}
.footer_top_item_link:hover{
	color: #fff;
	text-decoration: none;
}
.footer_adres_info{
	color: #e4e4e4;
	font-style: italic;
	padding-bottom: 5px;
}	
.footer_adres_item_link{
	color: #e4e4e4;
	font-style: italic;
	padding-bottom: 5px;
	text-decoration: underline;
	display:-moz-inline-box;
    display:inline-block;
    vertical-align: top;
    zoom:1;
	*display:inline;
}
.footer_adres_item_link:hover{
	color: #fff;
	text-decoration: none;
}
.footer_attention{
	color: #fff;
	padding: 8px 0;
	border-bottom: 1px solid #b0b0b0;
}

.footer_bottom p{
	padding: 10px 0;
	font-size: 13px;
}

@media (min-width: 480px) {

	.step {
		float: left;
		margin-bottom: 0;
	}

	.step-descr {
		float: right;
		width: 80%;
		text-align: right;
	}

	.step-descr2 {
		padding-left: 10%;
		text-align: right;
	}
}

@media (min-width: 768px) {

	.header_top_menu {
		padding-left: 40px;
	}

	.header_top_menu li {
		font-size: 14px;
	}

	img {
		margin-bottom: 0;
		width: auto;
	}

	.wrap-content {
		padding-top: 40px;
	}

	.tiling-tabs {
		margin: 0 10px;
		text-align: center;
	}

	.tiling-tabs > li {
		float: none;
		display: inline-block;
		margin: 0 2% -1px;
		text-align: center;
	}

	.tiling-tabs >li>a {
		padding: 14px 0 30px;
	}

	.jumbotron-container {
		padding: 15px 0 25px;
		margin: 0 40px;
	}

	.jumbotron {
		text-align: center;
		line-height: 2.4;
	}

	.main {
		margin-top: 40px;
	}

	.left-column {
		padding-right: 0;
	}

	.right-column {
		padding-left: 0;
	}

	.step-descr {
		background: url(../img/arrow.png) right 0 no-repeat;
		padding-right: 60px;
		margin-bottom: 25px;
		display: table;
		min-height: 39px;
		position: relative;
	}

	.step-descr:after {
		content: '';
		position: absolute;
		height: 100%;
		top: 0;
		right: 46px;
		width: 2px;
		background: #000;
	}

	.step-descr > div {
		display: table-cell;
		min-height: 39px;
		vertical-align: middle;
	}

	.pt0 {
		padding-top: 0 !important;
	}

	.mt40 {
		margin-top: 40px;
	}

	.mt20 {
		margin-top: 20px;
	}

	.mb40 {
		margin-bottom: 40px;
	}

	.mt50 {
		margin-top: 50px;
	}

	.mt17 {
		margin-top: 17px;
	}

	.row + .tt {
		margin-top: 50px;
	}

	.tiling-pane .row + .row {
		margin-top: 20px;
	}
}

@media (min-width: 992px) {

	.header-wrap {
		margin: 0 40px;
	}

	.jumbotron .h2 {
		font-size: 42px;
		margin-bottom: 15px;
	}

	.tiling-tabs {
		margin: 0 40px;
	}

	.tiling-tabs > li {
		margin: 0 5% -1px;
	}

	.banner {
		margin-bottom: 40px;
	}

	.banner-text {
		position: absolute;
		right: 0;
		top: 0;
		max-width: 365px;
	}

	.section-even, .section-odd {
		padding: 40px;
	}

	.left-column {
		width: 22%;
	}

	.right-column {
		width: 78%;
	}

	.methods-tabs > li > a {
		padding: 12px 30px;
	}

	.tiling-pane .row + .row {
		margin-top: 40px;
	}
}

@media (min-width: 1200px) {
	.banner-text {
		padding: 40px 50px 30px;
	}
}

@media (min-width: 1440px) {
	.container {
		width: 1220px;
	}
}

@media (max-width: 520px){
	.footer_nav_top_item {
		width: 100%;
	}
	.footer_adres li {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.pull-right {
		float: none !important;
	}

	.text-right {
		text-align: left !important;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	.right-column .tab-content .row {
		margin-left: -5px;
		margin-right: -5px;
	}

	.right-column .tab-content .col-sm-4, .right-column .tab-content .col-sm-6, .right-column .tab-content .col-sm-3 {
		padding: 0 5px;
	}
}